KDECore
#include <nsMBCSGroupProber.h>

Public Member Functions | |
| nsMBCSGroupProber () | |
| virtual | ~nsMBCSGroupProber () |
| 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_PROBERS] |
| nsCharSetProber * | mProbers [NUM_OF_PROBERS] |
| nsProbingState | mState |
Detailed Description
Definition at line 39 of file nsMBCSGroupProber.h.
Constructor & Destructor Documentation
Definition at line 46 of file nsMBCSGroupProber.cpp.
| kencodingprober::nsMBCSGroupProber::~nsMBCSGroupProber | ( | ) | [virtual] |
Definition at line 58 of file nsMBCSGroupProber.cpp.
Member Function Documentation
| const char * kencodingprober::nsMBCSGroupProber::GetCharSetName | ( | ) | [virtual] |
Implements kencodingprober::nsCharSetProber.
Definition at line 66 of file nsMBCSGroupProber.cpp.
| float kencodingprober::nsMBCSGroupProber::GetConfidence | ( | void | ) | [virtual] |
Implements kencodingprober::nsCharSetProber.
Definition at line 153 of file nsMBCSGroupProber.cpp.
| nsProbingState kencodingprober::nsMBCSGroupProber::GetState | ( | void | ) | [inline, virtual] |
Implements kencodingprober::nsCharSetProber.
Definition at line 45 of file nsMBCSGroupProber.h.
| nsProbingState kencodingprober::nsMBCSGroupProber::HandleData | ( | const char * | aBuf, |
| unsigned int | aLen | ||
| ) | [virtual] |
Implements kencodingprober::nsCharSetProber.
Definition at line 95 of file nsMBCSGroupProber.cpp.
| void kencodingprober::nsMBCSGroupProber::Reset | ( | void | ) | [virtual] |
Implements kencodingprober::nsCharSetProber.
Definition at line 77 of file nsMBCSGroupProber.cpp.
| void kencodingprober::nsMBCSGroupProber::SetOpion | ( | ) | [inline, virtual] |
Implements kencodingprober::nsCharSetProber.
Definition at line 48 of file nsMBCSGroupProber.h.
Member Data Documentation
unsigned int kencodingprober::nsMBCSGroupProber::mActiveNum [protected] |
Definition at line 59 of file nsMBCSGroupProber.h.
int kencodingprober::nsMBCSGroupProber::mBestGuess [protected] |
Definition at line 58 of file nsMBCSGroupProber.h.
Definition at line 57 of file nsMBCSGroupProber.h.
Definition at line 56 of file nsMBCSGroupProber.h.
Definition at line 48 of file nsMBCSGroupProber.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2012 The KDE developers.
Generated on Thu May 10 2012 20:49:42 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.