KDECore
kencodingprober::nsEscCharSetProber Class Reference
#include <nsEscCharsetProber.h>

Public Member Functions | |
const char * | GetCharSetName () |
float | GetConfidence (void) |
nsProbingState | GetState (void) |
nsProbingState | HandleData (const char *aBuf, unsigned int aLen) |
nsEscCharSetProber (void) | |
void | Reset (void) |
void | SetOpion () |
virtual | ~nsEscCharSetProber (void) |
Protected Member Functions | |
void | GetDistribution (unsigned int aCharLen, const char *aStr) |
Protected Attributes | |
unsigned int | mActiveSM |
nsCodingStateMachine * | mCodingSM [NUM_OF_ESC_CHARSETS] |
const char * | mDetectedCharset |
nsProbingState | mState |
Detailed Description
Definition at line 34 of file nsEscCharsetProber.h.
Constructor & Destructor Documentation
kencodingprober::nsEscCharSetProber::nsEscCharSetProber | ( | void | ) |
Definition at line 29 of file nsEscCharsetProber.cpp.
kencodingprober::nsEscCharSetProber::~nsEscCharSetProber | ( | void | ) | [virtual] |
Definition at line 40 of file nsEscCharsetProber.cpp.
Member Function Documentation
const char* kencodingprober::nsEscCharSetProber::GetCharSetName | ( | ) | [inline, virtual] |
Implements kencodingprober::nsCharSetProber.
Definition at line 39 of file nsEscCharsetProber.h.
float kencodingprober::nsEscCharSetProber::GetConfidence | ( | void | ) | [inline, virtual] |
Implements kencodingprober::nsCharSetProber.
Definition at line 42 of file nsEscCharsetProber.h.
void kencodingprober::nsEscCharSetProber::GetDistribution | ( | unsigned int | aCharLen, | |
const char * | aStr | |||
) | [protected] |
nsProbingState kencodingprober::nsEscCharSetProber::GetState | ( | void | ) | [inline, virtual] |
Implements kencodingprober::nsCharSetProber.
Definition at line 40 of file nsEscCharsetProber.h.
nsProbingState kencodingprober::nsEscCharSetProber::HandleData | ( | const char * | aBuf, | |
unsigned int | aLen | |||
) | [virtual] |
Implements kencodingprober::nsCharSetProber.
Definition at line 55 of file nsEscCharsetProber.cpp.
void kencodingprober::nsEscCharSetProber::Reset | ( | void | ) | [virtual] |
Implements kencodingprober::nsCharSetProber.
Definition at line 46 of file nsEscCharsetProber.cpp.
void kencodingprober::nsEscCharSetProber::SetOpion | ( | ) | [inline, virtual] |
Implements kencodingprober::nsCharSetProber.
Definition at line 43 of file nsEscCharsetProber.h.
Member Data Documentation
unsigned int kencodingprober::nsEscCharSetProber::mActiveSM [protected] |
Definition at line 49 of file nsEscCharsetProber.h.
nsCodingStateMachine* kencodingprober::nsEscCharSetProber::mCodingSM[NUM_OF_ESC_CHARSETS] [protected] |
Definition at line 48 of file nsEscCharsetProber.h.
const char* kencodingprober::nsEscCharSetProber::mDetectedCharset [protected] |
Definition at line 51 of file nsEscCharsetProber.h.
Definition at line 50 of file nsEscCharsetProber.h.
The documentation for this class was generated from the following files: