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
| kencodingprober::nsEscCharSetProber::nsEscCharSetProber | ( | void | ) |
Definition at line 29 of file nsEscCharsetProber.cpp.
|
virtual |
Definition at line 40 of file nsEscCharsetProber.cpp.
Member Function Documentation
|
inlinevirtual |
Implements kencodingprober::nsCharSetProber.
Definition at line 39 of file nsEscCharsetProber.h.
|
inlinevirtual |
Implements kencodingprober::nsCharSetProber.
Definition at line 42 of file nsEscCharsetProber.h.
|
protected |
|
inlinevirtual |
Implements kencodingprober::nsCharSetProber.
Definition at line 40 of file nsEscCharsetProber.h.
|
virtual |
Implements kencodingprober::nsCharSetProber.
Definition at line 55 of file nsEscCharsetProber.cpp.
|
virtual |
Implements kencodingprober::nsCharSetProber.
Definition at line 46 of file nsEscCharsetProber.cpp.
|
inlinevirtual |
Implements kencodingprober::nsCharSetProber.
Definition at line 43 of file nsEscCharsetProber.h.
Member Data Documentation
|
protected |
Definition at line 49 of file nsEscCharsetProber.h.
|
protected |
Definition at line 48 of file nsEscCharsetProber.h.
|
protected |
Definition at line 51 of file nsEscCharsetProber.h.
|
protected |
Definition at line 50 of file nsEscCharsetProber.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:11 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Member Functions inherited from