KDECore
#include <nsSBCSGroupProber.h>

Public Member Functions | |
| nsSBCSGroupProber () | |
| virtual | ~nsSBCSGroupProber () |
| const char * | GetCharSetName () |
| float | GetConfidence (void) |
| nsProbingState | GetState (void) |
| nsProbingState | HandleData (const char *aBuf, unsigned int aLen) |
| void | Reset (void) |
| void | SetOpion () |
Protected Attributes | |
| unsigned int | mActiveNum |
| int | mBestGuess |
| bool | mIsActive [NUM_OF_SBCS_PROBERS] |
| nsCharSetProber * | mProbers [NUM_OF_SBCS_PROBERS] |
| nsProbingState | mState |
Detailed Description
Definition at line 47 of file nsSBCSGroupProber.h.
Constructor & Destructor Documentation
Definition at line 36 of file nsSBCSGroupProber.cpp.
| kencodingprober::nsSBCSGroupProber::~nsSBCSGroupProber | ( | ) | [virtual] |
Definition at line 79 of file nsSBCSGroupProber.cpp.
Member Function Documentation
| const char * kencodingprober::nsSBCSGroupProber::GetCharSetName | ( | ) | [virtual] |
Implements kencodingprober::nsCharSetProber.
Definition at line 88 of file nsSBCSGroupProber.cpp.
| float kencodingprober::nsSBCSGroupProber::GetConfidence | ( | void | ) | [virtual] |
Implements kencodingprober::nsCharSetProber.
Definition at line 169 of file nsSBCSGroupProber.cpp.
| nsProbingState kencodingprober::nsSBCSGroupProber::GetState | ( | void | ) | [inline, virtual] |
Implements kencodingprober::nsCharSetProber.
Definition at line 53 of file nsSBCSGroupProber.h.
| nsProbingState kencodingprober::nsSBCSGroupProber::HandleData | ( | const char * | aBuf, |
| unsigned int | aLen | ||
| ) | [virtual] |
Implements kencodingprober::nsCharSetProber.
Definition at line 121 of file nsSBCSGroupProber.cpp.
| void kencodingprober::nsSBCSGroupProber::Reset | ( | void | ) | [virtual] |
Implements kencodingprober::nsCharSetProber.
Definition at line 102 of file nsSBCSGroupProber.cpp.
| void kencodingprober::nsSBCSGroupProber::SetOpion | ( | ) | [inline, virtual] |
Implements kencodingprober::nsCharSetProber.
Definition at line 56 of file nsSBCSGroupProber.h.
Member Data Documentation
unsigned int kencodingprober::nsSBCSGroupProber::mActiveNum [protected] |
Definition at line 67 of file nsSBCSGroupProber.h.
int kencodingprober::nsSBCSGroupProber::mBestGuess [protected] |
Definition at line 66 of file nsSBCSGroupProber.h.
Definition at line 65 of file nsSBCSGroupProber.h.
Definition at line 64 of file nsSBCSGroupProber.h.
Definition at line 56 of file nsSBCSGroupProber.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2012 The KDE developers.
Generated on Wed May 2 2012 17:06:53 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.