Mobile API Reference  MicroStrategy 2019
LayoutInfo Struct Reference

#include <DSSModelPopulation.h>

Public Member Functions

void setRowCount (int nRows, bool ibInitKeys=true, bool ibInitSubtotalID=true)
 
void setRowCount (int nRows, bool ibInitKeys=true, bool ibInitSubtotalID=true)
 

Public Attributes

int axis
 
vector< int > vUnits
 
vector< int > mvUnitSortOrder
 
int mnRuntimeUnits
 
vector< int > mvMapRuntimeUnit2GBUnit
 
int metricsPos
 
vector< int > mvKeys
 
vector< short > mvLevelID
 
vector< unsigned char > mvMetricID
 
vector< unsigned char > mvSubTotalID
 
vector< int > mvOriginalRows
 
vector< int > mvMap2DistinctRows
 
vector< int > mvMap2DisplayedRows
 
vector< int > mvDistinctRows
 
vector< int > mvOffset
 
int mTotalLevels
 
vector< vector< int > > mvLevelUnitsID
 
vector< int > mvStartRow
 
vector< int > mvLevelRowRange
 
int mnDistinctRows
 
int mSelectedMetricCount
 
vector< bool > mvSelectedMetricFlag
 
vector< int > mvSubtotalFlag
 

Member Function Documentation

◆ setRowCount() [1/2]

void LayoutInfo::setRowCount ( int  nRows,
bool  ibInitKeys = true,
bool  ibInitSubtotalID = true 
)
inline

◆ setRowCount() [2/2]

void LayoutInfo::setRowCount ( int  nRows,
bool  ibInitKeys = true,
bool  ibInitSubtotalID = true 
)
inline

Member Data Documentation

◆ axis

int LayoutInfo::axis

◆ metricsPos

int LayoutInfo::metricsPos

◆ mnDistinctRows

int LayoutInfo::mnDistinctRows

◆ mnRuntimeUnits

int LayoutInfo::mnRuntimeUnits

◆ mSelectedMetricCount

int LayoutInfo::mSelectedMetricCount

◆ mTotalLevels

int LayoutInfo::mTotalLevels

◆ mvDistinctRows

vector< int > LayoutInfo::mvDistinctRows

◆ mvKeys

vector< int > LayoutInfo::mvKeys

◆ mvLevelID

vector< short > LayoutInfo::mvLevelID

◆ mvLevelRowRange

vector< int > LayoutInfo::mvLevelRowRange

◆ mvLevelUnitsID

vector< vector< int > > LayoutInfo::mvLevelUnitsID

◆ mvMap2DisplayedRows

vector< int > LayoutInfo::mvMap2DisplayedRows

◆ mvMap2DistinctRows

vector< int > LayoutInfo::mvMap2DistinctRows

◆ mvMapRuntimeUnit2GBUnit

vector< int > LayoutInfo::mvMapRuntimeUnit2GBUnit

◆ mvMetricID

vector< unsigned char > LayoutInfo::mvMetricID

◆ mvOffset

vector< int > LayoutInfo::mvOffset

◆ mvOriginalRows

vector< int > LayoutInfo::mvOriginalRows

◆ mvSelectedMetricFlag

vector< bool > LayoutInfo::mvSelectedMetricFlag

◆ mvStartRow

vector< int > LayoutInfo::mvStartRow

◆ mvSubtotalFlag

vector< int > LayoutInfo::mvSubtotalFlag

◆ mvSubTotalID

vector< unsigned char > LayoutInfo::mvSubTotalID

◆ mvUnitSortOrder

vector< int > LayoutInfo::mvUnitSortOrder

◆ vUnits

vector< int > LayoutInfo::vUnits