KDECore
kencodingprober::nsLatin1Prober Class Reference
#include <nsLatin1Prober.h>
Public Member Functions | |
| const char * | GetCharSetName () |
| float | GetConfidence (void) |
| nsProbingState | GetState (void) |
| nsProbingState | HandleData (const char *aBuf, unsigned int aLen) |
| nsLatin1Prober (void) | |
| void | Reset (void) |
| void | SetOpion () |
| virtual | ~nsLatin1Prober (void) |
Protected Attributes | |
| unsigned int | mFreqCounter [FREQ_CAT_NUM] |
| char | mLastCharClass |
| nsProbingState | mState |
Detailed Description
Definition at line 33 of file nsLatin1Prober.h.
Constructor & Destructor Documentation
| kencodingprober::nsLatin1Prober::nsLatin1Prober | ( | void | ) | [inline] |
Definition at line 35 of file nsLatin1Prober.h.
| virtual kencodingprober::nsLatin1Prober::~nsLatin1Prober | ( | void | ) | [inline, virtual] |
Definition at line 36 of file nsLatin1Prober.h.
Member Function Documentation
| const char* kencodingprober::nsLatin1Prober::GetCharSetName | ( | ) | [inline, virtual] |
Implements kencodingprober::nsCharSetProber.
Definition at line 38 of file nsLatin1Prober.h.
| float kencodingprober::nsLatin1Prober::GetConfidence | ( | void | ) | [virtual] |
Implements kencodingprober::nsCharSetProber.
Definition at line 135 of file nsLatin1Prober.cpp.
| nsProbingState kencodingprober::nsLatin1Prober::GetState | ( | void | ) | [inline, virtual] |
Implements kencodingprober::nsCharSetProber.
Definition at line 39 of file nsLatin1Prober.h.
| nsProbingState kencodingprober::nsLatin1Prober::HandleData | ( | const char * | aBuf, | |
| unsigned int | aLen | |||
| ) | [virtual] |
Implements kencodingprober::nsCharSetProber.
Definition at line 105 of file nsLatin1Prober.cpp.
| void kencodingprober::nsLatin1Prober::Reset | ( | void | ) | [virtual] |
Implements kencodingprober::nsCharSetProber.
Definition at line 96 of file nsLatin1Prober.cpp.
| void kencodingprober::nsLatin1Prober::SetOpion | ( | ) | [inline, virtual] |
Implements kencodingprober::nsCharSetProber.
Definition at line 42 of file nsLatin1Prober.h.
Member Data Documentation
unsigned int kencodingprober::nsLatin1Prober::mFreqCounter[FREQ_CAT_NUM] [protected] |
Definition at line 52 of file nsLatin1Prober.h.
char kencodingprober::nsLatin1Prober::mLastCharClass [protected] |
Definition at line 51 of file nsLatin1Prober.h.
Definition at line 42 of file nsLatin1Prober.h.
The documentation for this class was generated from the following files:
KDE 4.3 API Reference