|
Mobile API Reference
MicroStrategy 2019
|
Classes | |
| class | BigDecimalFormat |
| class | BigDecimalFormatImpl |
| class | ColorText |
| class | CondText |
| class | DateTimeFormat |
| class | DateTimeFormatImpl |
| class | DecimalFormatWrapper |
| class | NumberFormat |
| class | NumberFormatImpl |
| class | SubFormat |
Typedefs | |
| typedef const struct __CFLocale * | CFLocaleRef |
| typedef MBase::StrongPtr< DateTimeFormat, MBase::DeleteOperatorGeneric< DateTimeFormat > > | DateTimeFormatPtr |
| typedef MBase::String | UnicodeString |
| typedef std::map< int, MBase::String > | SymbolMap |
| typedef MBase::StrongPtr< DecimalFormatWrapper > | DecimalFormatWrapperPtr |
Enumerations | |
| enum | COLOR { NONCOLOR = 0x010101, BLACK = 0x0, RED = 0xFF, GREEN = 0x8000, YELLOW = 0xFFFF, BLUE = 0xFF0000, MAGENTA = 0xFF00FF, CYAN = 0xFFFF00, WHITE = 0xFFFFFF } |
Functions | |
| BigDecimalFormat * | CreateBigDecimalFormat () |
| DateTimeFormat * | CreateDateTimeFormat (const WCHAR *iPattern=NULL, CFLocaleRef ipLocale=NULL) |
Variables | |
| const int | MAX_SUPPORTED_DATETIME_LOCALES = 33 |
| typedef const struct __CFLocale* MFormat::CFLocaleRef |
| typedef MBase::StrongPtr<DateTimeFormat, MBase::DeleteOperatorGeneric<DateTimeFormat> > MFormat::DateTimeFormatPtr |
| typedef std::map<int, MBase::String> MFormat::SymbolMap |
| typedef MBase::String MFormat::UnicodeString |
| enum MFormat::COLOR |
| BigDecimalFormat* MFormat::CreateBigDecimalFormat | ( | ) |
| DateTimeFormat* MFormat::CreateDateTimeFormat | ( | const WCHAR * | iPattern = NULL, |
| CFLocaleRef | ipLocale = NULL |
||
| ) |
| const int MFormat::MAX_SUPPORTED_DATETIME_LOCALES = 33 |