GME
13
|
#include <CompassData.h>
Static Public Member Functions | |
static void | ParseMgaCompassValueCheck (const CString &strValue, UINT &uSmallCaseValue, UINT &uCapitalValue) |
static UINT | ParseMgaCompassValueOption (const CString &strValue) |
static bool | bIsSingle (UINT uData) |
static CString | toString (UINT uData) |
static bool | ParseCompassValue (CString strValue, UINT &uValue) |
static void | toMgaStringOption (CString &strValue, UINT uData) |
static void | toMgaStringCheck (CString &strValue, UINT uData, bool bIsCapital) |
Definition at line 25 of file CompassData.h.
bool CCompassData::bIsSingle | ( | UINT | uData | ) | [static] |
Definition at line 166 of file CompassData.cpp.
bool CCompassData::ParseCompassValue | ( | CString | strValue, |
UINT & | uValue | ||
) | [static] |
Definition at line 16 of file CompassData.cpp.
void CCompassData::ParseMgaCompassValueCheck | ( | const CString & | strValue, |
UINT & | uSmallCaseValue, | ||
UINT & | uCapitalValue | ||
) | [static] |
Definition at line 284 of file CompassData.cpp.
UINT CCompassData::ParseMgaCompassValueOption | ( | const CString & | strValue | ) | [static] |
Definition at line 219 of file CompassData.cpp.
void CCompassData::toMgaStringCheck | ( | CString & | strValue, |
UINT | uData, | ||
bool | bIsCapital | ||
) | [static] |
Definition at line 333 of file CompassData.cpp.
void CCompassData::toMgaStringOption | ( | CString & | strValue, |
UINT | uData | ||
) | [static] |
Definition at line 357 of file CompassData.cpp.
CString CCompassData::toString | ( | UINT | uData | ) | [static] |
Definition at line 106 of file CompassData.cpp.