|
Mobile API Reference
MicroStrategy 2019
|
#include "Base/Base/BaseString.h"#include "../Common.h"#include "map"#include "vector"#include "PropertyPackage.h"Go to the source code of this file.
Classes | |
| class | MsiChart::FormatInfo |
Namespaces | |
| MsiChart | |
Typedefs | |
| typedef std::vector< CComVariant * > | MsiChart::GridPropertyMap |
| typedef std::map< MBase::String, std::vector< MBase::String > > | MsiChart::FontBuckets |
| typedef std::map< MBase::String, std::vector< std::string > > | MsiChart::FontBuckets_N |
| typedef std::map< GUID, FormatInfo::Ptr > * | MsiChart::FormatPoolPtr |
| typedef std::map< GUID, FormatInfo::Ptr > | MsiChart::FormatPool |
Enumerations | |
| enum | MsiChart::FONTSTYLE { MsiChart::FONT_NORMAL = 0, MsiChart::FONT_BOLD = 1, MsiChart::FONT_ITALIC = 2, MsiChart::FONT_BOLDITALIC =3 } |
| enum | MsiChart::EXTRA_FMT_PROPERTIES { MsiChart::EXTR_BEGIN = -1, MsiChart::EXTR_SCALEDFACTOR = 0, MsiChart::EXTR_SCALEDNUMBERFORMAT = 1, MsiChart::EXTR_SCALEDNUMBERCATEGORY = 2, MsiChart::EXTR_END } |
| enum | MsiChart::EXTRA_IDX_PROPERTIES { MsiChart::EXTR_IDX_SCALEDFACTOR = 0x01, MsiChart::EXTR_IDX_SCALEDNUMBERFORMAT = 0x02, MsiChart::EXTR_IDX_SCALEDNUMBERCATEGORY = 0x04 } |
Variables | |
| const Int32 | MsiChart::gKeyBandingIndexOffset = 3 |
| const Int32 | MsiChart::gKeySubtotalIndexOffset = 2 |
| const Int32 | MsiChart::gKeySpecialSection = 3 |