Mobile API Reference
MicroStrategy 2019
|
#include <DSSRWControlIterator.h>
Public Member Functions | |
ControlCell (int iEle, DSSRWControlIterator *ipIterator) | |
DSSCellHandle | getHandle () |
DSSBaseElementProxy * | getElement () |
EnumDSSElementType | getElementType () |
int | getText (std::string &orText) |
bool | IsSelected () |
bool | hasSelectionTarget () |
ControlCell (int iEle, DSSRWControlIterator *ipIterator) | |
DSSCellHandle | getHandle () |
DSSBaseElementProxy * | getElement () |
EnumDSSElementType | getElementType () |
int | getText (std::string &orText) |
bool | IsSelected () |
bool | hasSelectionTarget () |
ControlCell::ControlCell | ( | int | iEle, |
DSSRWControlIterator * | ipIterator | ||
) |
ControlCell::ControlCell | ( | int | iEle, |
DSSRWControlIterator * | ipIterator | ||
) |
DSSBaseElementProxy* ControlCell::getElement | ( | ) |
return control element
DSSBaseElementProxy* ControlCell::getElement | ( | ) |
return control element
EnumDSSElementType ControlCell::getElementType | ( | ) |
EnumDSSElementType ControlCell::getElementType | ( | ) |
DSSCellHandle ControlCell::getHandle | ( | ) |
return the cell handle
DSSCellHandle ControlCell::getHandle | ( | ) |
return the cell handle
int ControlCell::getText | ( | std::string & | orText | ) |
return the display text of control element
int ControlCell::getText | ( | std::string & | orText | ) |
return the display text of control element
bool ControlCell::hasSelectionTarget | ( | ) |
does the current control have a target?
bool ControlCell::hasSelectionTarget | ( | ) |
does the current control have a target?
bool ControlCell::IsSelected | ( | ) |
is the current control element selected
bool ControlCell::IsSelected | ( | ) |
is the current control element selected