|
Mobile API Reference
MicroStrategy 2019
|
#include <DSSObjectContext.h>
Public Member Functions | |
| DSSObjectContext () | |
| virtual | ~DSSObjectContext () |
| DSSObjectInfo * | FindObjectH (GUID &iID) |
| void | RemoveObjectByID (GUID &iID) |
| void | InsertObject (GUID &iID, DSSObjectInfo *ipObject) |
| virtual DSSRWNode * | getNode (std::string iKey) |
| void | InsertNode (std::string iKey, DSSRWNode *ipNode) |
| void | RemoveNode (std::string iKey) |
| virtual DSSRWControl * | getControl (std::string iKey) |
| void | InsertControl (std::string iKey, DSSRWControl *ipControl) |
| void | RemoveControl (std::string iKey) |
| void | AddTargetToNodeAndControls (std::string iTargetKey, std::string iNodeKey) |
| bool | RemoveTargetToNodeAndControls (std::string iTargetKey, std::string iNodeKey="") |
| DSSField * | getField (std::string iKey) |
| void | InsertField (std::string iKey, DSSField *ipField) |
| void | RemoveField (std::string iKey) |
| DSSDocumentSubtotals * | getDocumentSubtotals () |
| DSSFunction * | getFunction (EnumDSSFunction iType) |
| void | InsertFunction (EnumDSSFunction iType, DSSFunction *ipFunction) |
| void | InsertFunction (std::string iName, DSSFunction *ipFunction) |
| void | RemoveFunction (EnumDSSFunction iType) |
| void | setDocumentSubtotals (DSSDocumentSubtotals *ipDocumentSubtotals) |
| HRESULT | getTemplateLevelSubtotalIndex (int iGlobalIndex, GUID *ipTemplateID, int *opLocalIndex) |
| HRESULT | getDocumentLevelSubtotalIndex (int iLocalIndex, GUID *ipTemplateID, int *opGlobalIndex) |
| HRESULT | AddToSubtotalMap (int iGlobalIndex, GUID *ipTemplateID, int iLocalIndex) |
| std::string | getPropertyNameFromID (std::string iPropertySetName, int iPropertyID) |
| EnumVariantType | getPropertyTypeFromID (std::string iPropertySetName, int iPropertyID) |
| std::string | getPropertySetNameFromID (int iPropertySetID) |
| DSSFormatPropertySetMap * | getFormatPropertySet (std::string iPropertySetName) |
| DSSFormat * | getFormat (int iFormatID) |
| size_t | getFormatVectorSize () |
| DSSFormat * | getFormatForNewObject (int iFormatID) |
| int | InsertFormat (DSSFormat *ipFormat) |
| int | InsertFormat (DSSFormat *ipFormat, int iDuplicateFrom) |
| int | getFormatRefCount (int iFormatRefID) |
| int | IncreaseFormatRefCount (int iFormatRefID) |
| int | DecreaseFormatRefCount (int iFormatRefID) |
| std::map< int, int > & | getFormatRefCountMap () |
| DSSDocumentDefinition * | getDocumentDefinition () |
| MapFromTargetToControl * | getMapFromTargetToControl () |
| void | InsertImage (std::string iImagePath, std::string iImageTimeStamp) |
| ImagePathMap * | getImageMap () |
| void | AddiPadWidget (std::string iWidgetName) |
| void | AddiPhoneWidget (std::string iWidgetName) |
| std::vector< std::string > * | getiPadWidgetNames () |
| std::vector< std::string > * | getiPhoneWidgetNames () |
| int | CountTransactionReports () |
| DSSTransactionReport * | ItemByIndexTransactionReport (int i) |
| DSSTransactionReport * | ItemByIDTransactionReport (GUID iID) |
| DSSDataElements * | getDataElements () |
| DatasetResolvedMacrosMap * | getDatasetResolvedMacrosMap () |
| NodeMap * | getNodeMap () |
| int | getFormatCount () |
| DSSRWDEngine * | getRWDEngine () |
| void | setRWDEngine (DSSRWDEngine *ipEngine) |
| void | updateKeySeed (std::string iKey) |
| std::string | createNodeKey () |
| std::string | createControlKey () |
| std::string | createFieldKey () |
| std::string | createSubtotalKey () |
| DSSDataElement * | getDefaultDataSet () |
| GUID | getDefaultDataSetID () |
| void | setDefaultDataSetID (GUID iDefaultDataSetID) |
| void | loadProjectPropertySets (std::string istrPrjSettingXML) |
| CComVariant * | getProjectPropertyValue (std::string istrPropertySetName, std::string istrPropertyName) |
| void | setTemplateUnitAliasEnable (bool iIsEnabled) |
| bool | IsTemplateUnitAliasEnabled () |
| int | getKeySeed () |
| void | UpdateIteratorRemoveNode (DSSRWNode *ipNode, std::vector< DSSRWIterator *> *ipIteratorsRmved=NULL) |
| void | UpdateIteratorAddNode (DSSRWNode *ipNode) |
| std::vector< std::string > * | getNodeKeysCategory2 () |
| void | setNodeKeysCategory2 (std::vector< std::string > lvNodeKeysCategory2) |
| void | resetNodeKeysCategory2 () |
| void | setDataModel (DSSRWDataModel *ipDataModel) |
| DSSRWDataModel * | getDataModel () |
| bool | IsSmartClient () |
| void | setIsSmartClient (bool iSmartClient) |
| void | populateDDICs () |
| void | InsertTemplateToNode (const GUID &iTemplateId, DSSRWNode *ipTemplateNode) |
| DSSRWNode * | getNodeFromTemplate (const GUID &iTemplateId) |
| void | InsertPartitionFunction (const GUID &iFunctionID, const GUID &iPartitionFunctionID) |
| DSSFunction * | getPartitionFunction (const GUID &iFunctionID) |
| void | InsertConditionalTransaction (std::string iSourceNodeKey, std::string iTargetNodeKey) |
| std::vector< std::string > * | getConditionalTransactionTargetNodeKeys (std::string iSourceNodeKey) |
| DSSOfflineTransactionCSIInfos * | getCSIInfos () |
| DSSOfflineTransactionCSIInfo * | getCSIInfoByKey (std::string iKey) |
| std::vector< DSSUnitInfos * > & | getUnitInfos () |
| const std::vector< DSSUnitInfos * > & | getUnitInfos () const |
| const DSSUnitInfos * | getUnitInfos (const GUID &iDatasetID) const |
| int | searchControlWithReplaceByID (GUID iID) |
| ControlMap | getControlMap () |
| void | setUserName (std::string iUserName) |
| std::string | getUserName () |
| int | getAEVersionSetting () |
| DSSObjectContext () | |
| virtual | ~DSSObjectContext () |
| DSSObjectInfo * | FindObjectH (GUID &iID) |
| void | RemoveObjectByID (GUID &iID) |
| void | InsertObject (GUID &iID, DSSObjectInfo *ipObject) |
| virtual DSSRWNode * | getNode (std::string iKey) |
| void | InsertNode (std::string iKey, DSSRWNode *ipNode) |
| void | RemoveNode (std::string iKey) |
| virtual DSSRWControl * | getControl (std::string iKey) |
| void | InsertControl (std::string iKey, DSSRWControl *ipControl) |
| void | RemoveControl (std::string iKey) |
| void | AddTargetToNodeAndControls (std::string iTargetKey, std::string iNodeKey) |
| bool | RemoveTargetToNodeAndControls (std::string iTargetKey, std::string iNodeKey="") |
| DSSField * | getField (std::string iKey) |
| void | InsertField (std::string iKey, DSSField *ipField) |
| void | RemoveField (std::string iKey) |
| DSSDocumentSubtotals * | getDocumentSubtotals () |
| DSSFunction * | getFunction (EnumDSSFunction iType) |
| void | InsertFunction (EnumDSSFunction iType, DSSFunction *ipFunction) |
| void | InsertFunction (std::string iName, DSSFunction *ipFunction) |
| void | RemoveFunction (EnumDSSFunction iType) |
| void | setDocumentSubtotals (DSSDocumentSubtotals *ipDocumentSubtotals) |
| HRESULT | getTemplateLevelSubtotalIndex (int iGlobalIndex, GUID *ipTemplateID, int *opLocalIndex) |
| HRESULT | getDocumentLevelSubtotalIndex (int iLocalIndex, GUID *ipTemplateID, int *opGlobalIndex) |
| HRESULT | AddToSubtotalMap (int iGlobalIndex, GUID *ipTemplateID, int iLocalIndex) |
| std::string | getPropertyNameFromID (std::string iPropertySetName, int iPropertyID) |
| EnumVariantType | getPropertyTypeFromID (std::string iPropertySetName, int iPropertyID) |
| std::string | getPropertySetNameFromID (int iPropertySetID) |
| DSSFormatPropertySetMap * | getFormatPropertySet (std::string iPropertySetName) |
| DSSFormat * | getFormat (int iFormatID) |
| size_t | getFormatVectorSize () |
| DSSFormat * | getFormatForNewObject (int iFormatID) |
| int | InsertFormat (DSSFormat *ipFormat) |
| int | InsertFormat (DSSFormat *ipFormat, int iDuplicateFrom) |
| int | getFormatRefCount (int iFormatRefID) |
| int | IncreaseFormatRefCount (int iFormatRefID) |
| int | DecreaseFormatRefCount (int iFormatRefID) |
| std::map< int, int > & | getFormatRefCountMap () |
| DSSDocumentDefinition * | getDocumentDefinition () |
| MapFromTargetToControl * | getMapFromTargetToControl () |
| void | InsertImage (std::string iImagePath, std::string iImageTimeStamp) |
| ImagePathMap * | getImageMap () |
| void | AddiPadWidget (std::string iWidgetName) |
| void | AddiPhoneWidget (std::string iWidgetName) |
| std::vector< std::string > * | getiPadWidgetNames () |
| std::vector< std::string > * | getiPhoneWidgetNames () |
| int | CountTransactionReports () |
| DSSTransactionReport * | ItemByIndexTransactionReport (int i) |
| DSSTransactionReport * | ItemByIDTransactionReport (GUID iID) |
| DSSDataElements * | getDataElements () |
| DatasetResolvedMacrosMap * | getDatasetResolvedMacrosMap () |
| NodeMap * | getNodeMap () |
| int | getFormatCount () |
| DSSRWDEngine * | getRWDEngine () |
| void | setRWDEngine (DSSRWDEngine *ipEngine) |
| void | updateKeySeed (std::string iKey) |
| std::string | createNodeKey () |
| std::string | createControlKey () |
| std::string | createFieldKey () |
| std::string | createSubtotalKey () |
| DSSDataElement * | getDefaultDataSet () |
| GUID | getDefaultDataSetID () |
| void | setDefaultDataSetID (GUID iDefaultDataSetID) |
| void | loadProjectPropertySets (std::string istrPrjSettingXML) |
| CComVariant * | getProjectPropertyValue (std::string istrPropertySetName, std::string istrPropertyName) |
| void | setTemplateUnitAliasEnable (bool iIsEnabled) |
| bool | IsTemplateUnitAliasEnabled () |
| int | getKeySeed () |
| void | UpdateIteratorRemoveNode (DSSRWNode *ipNode, std::vector< DSSRWIterator *> *ipIteratorsRmved=NULL) |
| void | UpdateIteratorAddNode (DSSRWNode *ipNode) |
| std::vector< std::string > * | getNodeKeysCategory2 () |
| void | setNodeKeysCategory2 (std::vector< std::string > lvNodeKeysCategory2) |
| void | resetNodeKeysCategory2 () |
| void | setDataModel (DSSRWDataModel *ipDataModel) |
| DSSRWDataModel * | getDataModel () |
| bool | IsSmartClient () |
| void | setIsSmartClient (bool iSmartClient) |
| void | populateDDICs () |
| void | InsertTemplateToNode (const GUID &iTemplateId, DSSRWNode *ipTemplateNode) |
| DSSRWNode * | getNodeFromTemplate (const GUID &iTemplateId) |
| void | InsertPartitionFunction (const GUID &iFunctionID, const GUID &iPartitionFunctionID) |
| DSSFunction * | getPartitionFunction (const GUID &iFunctionID) |
| void | InsertConditionalTransaction (std::string iSourceNodeKey, std::string iTargetNodeKey) |
| std::vector< std::string > * | getConditionalTransactionTargetNodeKeys (std::string iSourceNodeKey) |
| DSSOfflineTransactionCSIInfos * | getCSIInfos () |
| DSSOfflineTransactionCSIInfo * | getCSIInfoByKey (std::string iKey) |
| std::vector< DSSUnitInfos * > & | getUnitInfos () |
| const std::vector< DSSUnitInfos * > & | getUnitInfos () const |
| const DSSUnitInfos * | getUnitInfos (const GUID &iDatasetID) const |
| int | searchControlWithReplaceByID (GUID iID) |
| ControlMap | getControlMap () |
| void | setUserName (std::string iUserName) |
| std::string | getUserName () |
| int | getAEVersionSetting () |
Static Public Member Functions | |
| static GUID | createGUID () |
| static GUID | createGUID () |
Public Attributes | |
| int | mFlag1 |
| int | mFlag2 |
Friends | |
| class | DSSDocumentInstance |
| DSSObjectContext::DSSObjectContext | ( | ) |
|
virtual |
| DSSObjectContext::DSSObjectContext | ( | ) |
|
virtual |
| void DSSObjectContext::AddiPadWidget | ( | std::string | iWidgetName | ) |
| void DSSObjectContext::AddiPadWidget | ( | std::string | iWidgetName | ) |
| void DSSObjectContext::AddiPhoneWidget | ( | std::string | iWidgetName | ) |
| void DSSObjectContext::AddiPhoneWidget | ( | std::string | iWidgetName | ) |
| void DSSObjectContext::AddTargetToNodeAndControls | ( | std::string | iTargetKey, |
| std::string | iNodeKey | ||
| ) |
| void DSSObjectContext::AddTargetToNodeAndControls | ( | std::string | iTargetKey, |
| std::string | iNodeKey | ||
| ) |
| HRESULT DSSObjectContext::AddToSubtotalMap | ( | int | iGlobalIndex, |
| GUID * | ipTemplateID, | ||
| int | iLocalIndex | ||
| ) |
| HRESULT DSSObjectContext::AddToSubtotalMap | ( | int | iGlobalIndex, |
| GUID * | ipTemplateID, | ||
| int | iLocalIndex | ||
| ) |
| int DSSObjectContext::CountTransactionReports | ( | ) |
| int DSSObjectContext::CountTransactionReports | ( | ) |
| std::string DSSObjectContext::createControlKey | ( | ) |
| std::string DSSObjectContext::createControlKey | ( | ) |
| std::string DSSObjectContext::createFieldKey | ( | ) |
| std::string DSSObjectContext::createFieldKey | ( | ) |
|
static |
|
static |
| std::string DSSObjectContext::createNodeKey | ( | ) |
| std::string DSSObjectContext::createNodeKey | ( | ) |
| std::string DSSObjectContext::createSubtotalKey | ( | ) |
| std::string DSSObjectContext::createSubtotalKey | ( | ) |
| int DSSObjectContext::DecreaseFormatRefCount | ( | int | iFormatRefID | ) |
| int DSSObjectContext::DecreaseFormatRefCount | ( | int | iFormatRefID | ) |
| DSSObjectInfo* DSSObjectContext::FindObjectH | ( | GUID & | iID | ) |
| DSSObjectInfo* DSSObjectContext::FindObjectH | ( | GUID & | iID | ) |
| int DSSObjectContext::getAEVersionSetting | ( | ) |
| int DSSObjectContext::getAEVersionSetting | ( | ) |
| std::vector<std::string>* DSSObjectContext::getConditionalTransactionTargetNodeKeys | ( | std::string | iSourceNodeKey | ) |
| std::vector<std::string>* DSSObjectContext::getConditionalTransactionTargetNodeKeys | ( | std::string | iSourceNodeKey | ) |
|
virtual |
|
virtual |
| ControlMap DSSObjectContext::getControlMap | ( | ) |
| ControlMap DSSObjectContext::getControlMap | ( | ) |
| DSSOfflineTransactionCSIInfo* DSSObjectContext::getCSIInfoByKey | ( | std::string | iKey | ) |
| DSSOfflineTransactionCSIInfo* DSSObjectContext::getCSIInfoByKey | ( | std::string | iKey | ) |
| DSSOfflineTransactionCSIInfos* DSSObjectContext::getCSIInfos | ( | ) |
| DSSOfflineTransactionCSIInfos* DSSObjectContext::getCSIInfos | ( | ) |
| DSSDataElements* DSSObjectContext::getDataElements | ( | ) |
| DSSDataElements* DSSObjectContext::getDataElements | ( | ) |
| DSSRWDataModel* DSSObjectContext::getDataModel | ( | ) |
| DSSRWDataModel* DSSObjectContext::getDataModel | ( | ) |
| DatasetResolvedMacrosMap* DSSObjectContext::getDatasetResolvedMacrosMap | ( | ) |
| DatasetResolvedMacrosMap* DSSObjectContext::getDatasetResolvedMacrosMap | ( | ) |
| DSSDataElement* DSSObjectContext::getDefaultDataSet | ( | ) |
| DSSDataElement* DSSObjectContext::getDefaultDataSet | ( | ) |
| GUID DSSObjectContext::getDefaultDataSetID | ( | ) |
| GUID DSSObjectContext::getDefaultDataSetID | ( | ) |
| DSSDocumentDefinition* DSSObjectContext::getDocumentDefinition | ( | ) |
| DSSDocumentDefinition* DSSObjectContext::getDocumentDefinition | ( | ) |
| HRESULT DSSObjectContext::getDocumentLevelSubtotalIndex | ( | int | iLocalIndex, |
| GUID * | ipTemplateID, | ||
| int * | opGlobalIndex | ||
| ) |
| HRESULT DSSObjectContext::getDocumentLevelSubtotalIndex | ( | int | iLocalIndex, |
| GUID * | ipTemplateID, | ||
| int * | opGlobalIndex | ||
| ) |
| DSSDocumentSubtotals* DSSObjectContext::getDocumentSubtotals | ( | ) |
| DSSDocumentSubtotals* DSSObjectContext::getDocumentSubtotals | ( | ) |
| DSSField* DSSObjectContext::getField | ( | std::string | iKey | ) |
| DSSField* DSSObjectContext::getField | ( | std::string | iKey | ) |
| DSSFormat* DSSObjectContext::getFormat | ( | int | iFormatID | ) |
| DSSFormat* DSSObjectContext::getFormat | ( | int | iFormatID | ) |
| int DSSObjectContext::getFormatCount | ( | ) |
| int DSSObjectContext::getFormatCount | ( | ) |
|
inline |
| DSSFormat* DSSObjectContext::getFormatForNewObject | ( | int | iFormatID | ) |
| DSSFormatPropertySetMap* DSSObjectContext::getFormatPropertySet | ( | std::string | iPropertySetName | ) |
| DSSFormatPropertySetMap* DSSObjectContext::getFormatPropertySet | ( | std::string | iPropertySetName | ) |
| int DSSObjectContext::getFormatRefCount | ( | int | iFormatRefID | ) |
| int DSSObjectContext::getFormatRefCount | ( | int | iFormatRefID | ) |
| std::map<int, int>& DSSObjectContext::getFormatRefCountMap | ( | ) |
| std::map<int, int>& DSSObjectContext::getFormatRefCountMap | ( | ) |
|
inline |
|
inline |
| DSSFunction* DSSObjectContext::getFunction | ( | EnumDSSFunction | iType | ) |
| DSSFunction* DSSObjectContext::getFunction | ( | EnumDSSFunction | iType | ) |
| ImagePathMap* DSSObjectContext::getImageMap | ( | ) |
| ImagePathMap* DSSObjectContext::getImageMap | ( | ) |
| std::vector<std::string>* DSSObjectContext::getiPadWidgetNames | ( | ) |
| std::vector<std::string>* DSSObjectContext::getiPadWidgetNames | ( | ) |
| std::vector<std::string>* DSSObjectContext::getiPhoneWidgetNames | ( | ) |
| std::vector<std::string>* DSSObjectContext::getiPhoneWidgetNames | ( | ) |
| int DSSObjectContext::getKeySeed | ( | ) |
| int DSSObjectContext::getKeySeed | ( | ) |
| MapFromTargetToControl* DSSObjectContext::getMapFromTargetToControl | ( | ) |
| MapFromTargetToControl* DSSObjectContext::getMapFromTargetToControl | ( | ) |
|
virtual |
|
virtual |
| std::vector<std::string>* DSSObjectContext::getNodeKeysCategory2 | ( | ) |
| std::vector<std::string>* DSSObjectContext::getNodeKeysCategory2 | ( | ) |
| NodeMap* DSSObjectContext::getNodeMap | ( | ) |
| NodeMap* DSSObjectContext::getNodeMap | ( | ) |
| DSSFunction* DSSObjectContext::getPartitionFunction | ( | const GUID & | iFunctionID | ) |
| DSSFunction* DSSObjectContext::getPartitionFunction | ( | const GUID & | iFunctionID | ) |
| CComVariant* DSSObjectContext::getProjectPropertyValue | ( | std::string | istrPropertySetName, |
| std::string | istrPropertyName | ||
| ) |
| CComVariant* DSSObjectContext::getProjectPropertyValue | ( | std::string | istrPropertySetName, |
| std::string | istrPropertyName | ||
| ) |
| std::string DSSObjectContext::getPropertyNameFromID | ( | std::string | iPropertySetName, |
| int | iPropertyID | ||
| ) |
| std::string DSSObjectContext::getPropertyNameFromID | ( | std::string | iPropertySetName, |
| int | iPropertyID | ||
| ) |
| std::string DSSObjectContext::getPropertySetNameFromID | ( | int | iPropertySetID | ) |
| std::string DSSObjectContext::getPropertySetNameFromID | ( | int | iPropertySetID | ) |
| EnumVariantType DSSObjectContext::getPropertyTypeFromID | ( | std::string | iPropertySetName, |
| int | iPropertyID | ||
| ) |
| EnumVariantType DSSObjectContext::getPropertyTypeFromID | ( | std::string | iPropertySetName, |
| int | iPropertyID | ||
| ) |
| DSSRWDEngine* DSSObjectContext::getRWDEngine | ( | ) |
| DSSRWDEngine* DSSObjectContext::getRWDEngine | ( | ) |
| HRESULT DSSObjectContext::getTemplateLevelSubtotalIndex | ( | int | iGlobalIndex, |
| GUID * | ipTemplateID, | ||
| int * | opLocalIndex | ||
| ) |
| HRESULT DSSObjectContext::getTemplateLevelSubtotalIndex | ( | int | iGlobalIndex, |
| GUID * | ipTemplateID, | ||
| int * | opLocalIndex | ||
| ) |
|
inline |
|
inline |
|
inline |
|
inline |
| const DSSUnitInfos* DSSObjectContext::getUnitInfos | ( | const GUID & | iDatasetID | ) | const |
| const DSSUnitInfos* DSSObjectContext::getUnitInfos | ( | const GUID & | iDatasetID | ) | const |
|
inline |
| std::string DSSObjectContext::getUserName | ( | ) |
| int DSSObjectContext::IncreaseFormatRefCount | ( | int | iFormatRefID | ) |
| int DSSObjectContext::IncreaseFormatRefCount | ( | int | iFormatRefID | ) |
| void DSSObjectContext::InsertConditionalTransaction | ( | std::string | iSourceNodeKey, |
| std::string | iTargetNodeKey | ||
| ) |
| void DSSObjectContext::InsertConditionalTransaction | ( | std::string | iSourceNodeKey, |
| std::string | iTargetNodeKey | ||
| ) |
| void DSSObjectContext::InsertControl | ( | std::string | iKey, |
| DSSRWControl * | ipControl | ||
| ) |
| void DSSObjectContext::InsertControl | ( | std::string | iKey, |
| DSSRWControl * | ipControl | ||
| ) |
| void DSSObjectContext::InsertField | ( | std::string | iKey, |
| DSSField * | ipField | ||
| ) |
| void DSSObjectContext::InsertField | ( | std::string | iKey, |
| DSSField * | ipField | ||
| ) |
| int DSSObjectContext::InsertFormat | ( | DSSFormat * | ipFormat | ) |
| int DSSObjectContext::InsertFormat | ( | DSSFormat * | ipFormat | ) |
| int DSSObjectContext::InsertFormat | ( | DSSFormat * | ipFormat, |
| int | iDuplicateFrom | ||
| ) |
| int DSSObjectContext::InsertFormat | ( | DSSFormat * | ipFormat, |
| int | iDuplicateFrom | ||
| ) |
| void DSSObjectContext::InsertFunction | ( | EnumDSSFunction | iType, |
| DSSFunction * | ipFunction | ||
| ) |
| void DSSObjectContext::InsertFunction | ( | EnumDSSFunction | iType, |
| DSSFunction * | ipFunction | ||
| ) |
| void DSSObjectContext::InsertFunction | ( | std::string | iName, |
| DSSFunction * | ipFunction | ||
| ) |
| void DSSObjectContext::InsertFunction | ( | std::string | iName, |
| DSSFunction * | ipFunction | ||
| ) |
| void DSSObjectContext::InsertImage | ( | std::string | iImagePath, |
| std::string | iImageTimeStamp | ||
| ) |
| void DSSObjectContext::InsertImage | ( | std::string | iImagePath, |
| std::string | iImageTimeStamp | ||
| ) |
| void DSSObjectContext::InsertNode | ( | std::string | iKey, |
| DSSRWNode * | ipNode | ||
| ) |
| void DSSObjectContext::InsertNode | ( | std::string | iKey, |
| DSSRWNode * | ipNode | ||
| ) |
| void DSSObjectContext::InsertObject | ( | GUID & | iID, |
| DSSObjectInfo * | ipObject | ||
| ) |
| void DSSObjectContext::InsertObject | ( | GUID & | iID, |
| DSSObjectInfo * | ipObject | ||
| ) |
| void DSSObjectContext::InsertPartitionFunction | ( | const GUID & | iFunctionID, |
| const GUID & | iPartitionFunctionID | ||
| ) |
| void DSSObjectContext::InsertPartitionFunction | ( | const GUID & | iFunctionID, |
| const GUID & | iPartitionFunctionID | ||
| ) |
| void DSSObjectContext::InsertTemplateToNode | ( | const GUID & | iTemplateId, |
| DSSRWNode * | ipTemplateNode | ||
| ) |
| void DSSObjectContext::InsertTemplateToNode | ( | const GUID & | iTemplateId, |
| DSSRWNode * | ipTemplateNode | ||
| ) |
|
inline |
| bool DSSObjectContext::IsSmartClient | ( | ) |
| bool DSSObjectContext::IsTemplateUnitAliasEnabled | ( | ) |
| bool DSSObjectContext::IsTemplateUnitAliasEnabled | ( | ) |
| DSSTransactionReport* DSSObjectContext::ItemByIDTransactionReport | ( | GUID | iID | ) |
| DSSTransactionReport* DSSObjectContext::ItemByIDTransactionReport | ( | GUID | iID | ) |
| DSSTransactionReport* DSSObjectContext::ItemByIndexTransactionReport | ( | int | i | ) |
| DSSTransactionReport* DSSObjectContext::ItemByIndexTransactionReport | ( | int | i | ) |
| void DSSObjectContext::loadProjectPropertySets | ( | std::string | istrPrjSettingXML | ) |
| void DSSObjectContext::loadProjectPropertySets | ( | std::string | istrPrjSettingXML | ) |
| void DSSObjectContext::populateDDICs | ( | ) |
| void DSSObjectContext::populateDDICs | ( | ) |
| void DSSObjectContext::RemoveControl | ( | std::string | iKey | ) |
| void DSSObjectContext::RemoveControl | ( | std::string | iKey | ) |
| void DSSObjectContext::RemoveField | ( | std::string | iKey | ) |
| void DSSObjectContext::RemoveField | ( | std::string | iKey | ) |
| void DSSObjectContext::RemoveFunction | ( | EnumDSSFunction | iType | ) |
| void DSSObjectContext::RemoveFunction | ( | EnumDSSFunction | iType | ) |
| void DSSObjectContext::RemoveNode | ( | std::string | iKey | ) |
| void DSSObjectContext::RemoveNode | ( | std::string | iKey | ) |
| void DSSObjectContext::RemoveObjectByID | ( | GUID & | iID | ) |
| void DSSObjectContext::RemoveObjectByID | ( | GUID & | iID | ) |
| bool DSSObjectContext::RemoveTargetToNodeAndControls | ( | std::string | iTargetKey, |
| std::string | iNodeKey = "" |
||
| ) |
| bool DSSObjectContext::RemoveTargetToNodeAndControls | ( | std::string | iTargetKey, |
| std::string | iNodeKey = "" |
||
| ) |
| void DSSObjectContext::resetNodeKeysCategory2 | ( | ) |
| void DSSObjectContext::resetNodeKeysCategory2 | ( | ) |
| int DSSObjectContext::searchControlWithReplaceByID | ( | GUID | iID | ) |
| int DSSObjectContext::searchControlWithReplaceByID | ( | GUID | iID | ) |
| void DSSObjectContext::setDataModel | ( | DSSRWDataModel * | ipDataModel | ) |
| void DSSObjectContext::setDataModel | ( | DSSRWDataModel * | ipDataModel | ) |
| void DSSObjectContext::setDefaultDataSetID | ( | GUID | iDefaultDataSetID | ) |
| void DSSObjectContext::setDefaultDataSetID | ( | GUID | iDefaultDataSetID | ) |
| void DSSObjectContext::setDocumentSubtotals | ( | DSSDocumentSubtotals * | ipDocumentSubtotals | ) |
| void DSSObjectContext::setDocumentSubtotals | ( | DSSDocumentSubtotals * | ipDocumentSubtotals | ) |
|
inline |
| void DSSObjectContext::setIsSmartClient | ( | bool | iSmartClient | ) |
| void DSSObjectContext::setNodeKeysCategory2 | ( | std::vector< std::string > | lvNodeKeysCategory2 | ) |
| void DSSObjectContext::setNodeKeysCategory2 | ( | std::vector< std::string > | lvNodeKeysCategory2 | ) |
| void DSSObjectContext::setRWDEngine | ( | DSSRWDEngine * | ipEngine | ) |
| void DSSObjectContext::setRWDEngine | ( | DSSRWDEngine * | ipEngine | ) |
| void DSSObjectContext::setTemplateUnitAliasEnable | ( | bool | iIsEnabled | ) |
| void DSSObjectContext::setTemplateUnitAliasEnable | ( | bool | iIsEnabled | ) |
|
inline |
| void DSSObjectContext::setUserName | ( | std::string | iUserName | ) |
| void DSSObjectContext::UpdateIteratorAddNode | ( | DSSRWNode * | ipNode | ) |
| void DSSObjectContext::UpdateIteratorAddNode | ( | DSSRWNode * | ipNode | ) |
| void DSSObjectContext::UpdateIteratorRemoveNode | ( | DSSRWNode * | ipNode, |
| std::vector< DSSRWIterator *> * | ipIteratorsRmved = NULL |
||
| ) |
| void DSSObjectContext::UpdateIteratorRemoveNode | ( | DSSRWNode * | ipNode, |
| std::vector< DSSRWIterator *> * | ipIteratorsRmved = NULL |
||
| ) |
| void DSSObjectContext::updateKeySeed | ( | std::string | iKey | ) |
| void DSSObjectContext::updateKeySeed | ( | std::string | iKey | ) |
|
friend |
| int DSSObjectContext::mFlag1 |
| int DSSObjectContext::mFlag2 |