KDECore
#include <nsEscCharsetProber.h>
Public Member Functions | |
| nsEscCharSetProber (void) | |
| virtual | ~nsEscCharSetProber (void) |
| const char * | GetCharSetName () |
| float | GetConfidence (void) |
| nsProbingState | GetState (void) |
| nsProbingState | HandleData (const char *aBuf, unsigned int aLen) |
| void | Reset (void) |
| void | SetOpion () |
Public Member Functions inherited from kencodingprober::nsCharSetProber | |
| virtual | ~nsCharSetProber () |
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 |
Additional Inherited Members | |
Static Public Member Functions inherited from kencodingprober::nsCharSetProber | |
| static bool | FilterWithEnglishLetters (const char *aBuf, unsigned int aLen, char **newBuf, unsigned int &newLen) |
| static bool | FilterWithoutEnglishLetters (const char *aBuf, unsigned int aLen, char **newBuf, unsigned int &newLen) |
Detailed Description
Definition at line 34 of file nsEscCharsetProber.h.
Constructor & Destructor Documentation
§ nsEscCharSetProber()
| kencodingprober::nsEscCharSetProber::nsEscCharSetProber | ( | void | ) |
Definition at line 29 of file nsEscCharsetProber.cpp.
§ ~nsEscCharSetProber()
|
virtual |
Definition at line 40 of file nsEscCharsetProber.cpp.
Member Function Documentation
§ GetCharSetName()
|
inlinevirtual |
Implements kencodingprober::nsCharSetProber.
Definition at line 39 of file nsEscCharsetProber.h.
§ GetConfidence()
|
inlinevirtual |
Implements kencodingprober::nsCharSetProber.
Definition at line 42 of file nsEscCharsetProber.h.
§ GetDistribution()
|
protected |
§ GetState()
|
inlinevirtual |
Implements kencodingprober::nsCharSetProber.
Definition at line 40 of file nsEscCharsetProber.h.
§ HandleData()
|
virtual |
Implements kencodingprober::nsCharSetProber.
Definition at line 55 of file nsEscCharsetProber.cpp.
§ Reset()
|
virtual |
Implements kencodingprober::nsCharSetProber.
Definition at line 46 of file nsEscCharsetProber.cpp.
§ SetOpion()
|
inlinevirtual |
Implements kencodingprober::nsCharSetProber.
Definition at line 43 of file nsEscCharsetProber.h.
Member Data Documentation
§ mActiveSM
|
protected |
Definition at line 49 of file nsEscCharsetProber.h.
§ mCodingSM
|
protected |
Definition at line 48 of file nsEscCharsetProber.h.
§ mDetectedCharset
|
protected |
Definition at line 51 of file nsEscCharsetProber.h.
§ mState
|
protected |
Definition at line 50 of file nsEscCharsetProber.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2016 The KDE developers.
Generated on Sun Oct 16 2016 15:13:23 by doxygen 1.8.12 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
Public Member Functions inherited from