|
| | DSSRWControl () |
| |
| virtual | ~DSSRWControl () |
| |
| | DSSRWControl (DSSObjectContext *ipObjectContext) |
| |
| EnumDSSRWControlType | getType () |
| |
| std::string | getName () |
| |
| void | setName (std::string value) |
| |
| std::string | getKey () |
| |
| void | setKey (std::string iKey) |
| |
| bool | getShowAll () |
| |
| std::string | getAllAlias () |
| |
| GUID | getSourceID () |
| |
| DSSObjectInfo * | getSourceObject () |
| |
| int | getCountTargets () |
| |
| std::string | getTargetKey (int iIndex) |
| |
| DSSRWNode * | getTargetNode (int iIndex) |
| |
| int | getCountTargetControls () |
| |
| std::string | getTargetControlKey (int iIndex) |
| |
| DSSRWControl * | getTargetControl (int iIndex) |
| |
| DSSBaseElementsProxy * | getCurrentElements () |
| |
| void | setCurrentElements (DSSBaseElementsProxy *ipElements) |
| |
| void | setCurrentElementsStatus (EnumDSSCurrentElementStatus value) |
| |
| EnumDSSCurrentElementStatus | getCurrentElementsStatus () |
| |
| double | getLeft () |
| |
| double | getTop () |
| |
| double | getWidth () |
| |
| double | getHeight () |
| |
| void | setLeft (double value) |
| |
| void | setTop (double value) |
| |
| void | setWidth (double value) |
| |
| void | setHeight (double value) |
| |
| int | getZIndex () |
| |
| void | setZIndex (int value) |
| |
| std::string | getToolTipText () |
| |
| void | setToolTipText (std::string value) |
| |
| std::string | getTitle () |
| |
| DSSDocumentSubtotalRefs * | getSubtotals () |
| |
| int | LoadDefnFromBinary (DSSBinaryDataReader *ipReader) |
| |
| int | LoadPartialDefnFromBinary (DSSBinaryDataReader *ipReader) |
| |
| DSSDataModelControlImpl * | getControlNodeModel () |
| |
| void | setControlNodeModel (DSSDataModelControlImpl *ipControlNodeModel) |
| |
| void | UpdateDataModel () |
| |
| DSSFormat * | getFormat (EnumDSSRWControlFormatType iFormatType) |
| |
| void | setUnsetStatus (EnumDSSXMLRWSelectorUnsetStatus value) |
| |
| EnumDSSXMLRWSelectorUnsetStatus | getUnsetStatus () |
| |
| void | setUnsetElementNumber (int value) |
| |
| int | getUnsetElementNumber () |
| |
| DSSCExpression * | getExpression () |
| |
| void | setExpression (DSSCExpression *ipExpression, bool copyExpression=false) |
| |
| void | setUnset () |
| |
| void | ClearCurrentElements () |
| |
| EnumDSSRWControlActionType | getActionType () |
| |
| EnumDSSRWControlSubsequentAction | getSubsequentAction () |
| |
| EnumDSSObjectType | getSubsequentActionObjectType () |
| |
| GUID | getSubsequentActionObjectID () |
| |
| std::string | getSubsequentDisplayMessage () |
| |
| std::string | getDisplayText () |
| |
| DSSFormat * | getResolvedFormat () |
| |
| bool | isUnset (int=-1) |
| |
| DSSGroupByUnits * | getGroupbyPath () |
| |
| void | getGroupByPath (std::vector< DSSGroupByUnit *> &oGroupByPath) |
| |
| void | setGroupByPath (DSSGroupByUnits *ipUnits) |
| |
| DSSNonSharedPropertiesInViews * | getNonSharedPropertiesInViews () |
| |
| DSSAttributeFormWrappers * | getWriteBackForms () |
| |
| int | getWidthMode () |
| |
| int | getHeightMode () |
| |
| bool | getVisible () |
| |
| double | getTitleHeight () |
| |
| int | getSelectorOrientation () |
| |
| GUID | getDataSourceID () |
| |
| virtual bool | isUC () |
| |
| int | getTargetDatasetCount () |
| |
| GUID | getTargetDatasetItem (int iIndex) |
| |
| virtual DSSRWNode * | getNode () |
| |
| void | setNode (DSSRWNode *iRWNode) |
| |
| void | setSourceID (GUID iSourceID) |
| |
| void | setControlType (EnumDSSRWControlType iControlType) |
| |
| void | setShowAll (bool iShowAll) |
| |
| void | addTarget (std::string iTargetKey) |
| |
| void | removeTarget (int iIndex) |
| |
| void | Duplicate (DSSRWControl *ipControl) |
| |
| void | UpdateTargets (DSSRWControl *ipControl=NULL, std::map< std::string, std::string > *iKeyMap=NULL) |
| |
| EnumDSSAttributeFormDisplayOption | getAttributeFormDisplayOption () |
| |
| void | setAttributeDisplayOption (EnumDSSAttributeFormDisplayOption iAttributeFormDisplayOption) |
| |
| GUID | getFormID () |
| |
| void | getFormIDs (std::vector< GUID > &ioFormIDs) |
| |
| int | getBaseFormTypeFromFormID (GUID &iGUID) |
| |
| int | getBaseFormIDFromFormID (GUID &iGUID) |
| |
| EnumDSSRWControlFilterType | getFilterType () |
| |
| DSSAttributeFormWrappers * | getMatchForms () |
| |
| DSSSorts * | getSorts () |
| |
| void | setSorts (DSSSorts *lpSorts) |
| |
| DSSAttributeFormWrappers * | getCustomAttributeForms () |
| |
| void | setDefaultFormat (EnumDSSDefaultFormats iDefaultFormatType, EnumDSSRWControlFormatType iCtrlFmtType) |
| |
| DSSFormat * | getResolvedMetricFormat () |
| |
| void | setFormatRefID (int iIndex, int iFormatRefID) |
| |
| bool | getHighlightedNodeKeys (std::vector< std::string > &oNodeKeys) |
| |
| std::string | getNodeKeyDDIC () |
| |
| void | setNodeKeyDDIC (std::string iNodeKeyDDIC) |
| |
| void | populateTargetControls () |
| |
| DSSThresholds * | getTransactionThresholds () |
| |
| bool | getMarkRequired () |
| |
| void | setMarkRequired (bool ibMarkRequired) |
| |
| const std::vector< std::string > & | getSelectorValues () |
| |
| const PlaceHolderMap & | getPlaceHolderMap () |
| |
| const PlaceHolderIndexSet & | getPlaceHolderIndexSet (const std::string &iKey) |
| |
| bool | collectAffectedControlKeys (std::vector< std::string > &oControlKeys) |
| |
| bool | hasTarget () const |
| |
| int | getAllTargetNodeCount () const |
| |
| DSSRWNode * | getAllTargetNode (int iIndex) |
| |
| GUID | getReplacementAttributeID () |
| |
| DSSAxis * | getCandidateAttributeElements () |
| |
| DSSTemplateUnit * | getTemplateUnit (DSSAttribute *iAttribute) |
| |
| bool | isNavigation () |
| |
| const std::string & | getTargetPageKey () |
| |
| virtual int | GetProperty (std::string iPropertySetName, int iPropertyIndex, CComVariant *ComVar) |
| |
| int | getActualWriteBackFormID () |
| |
| void | setActualWriteBackFormID (int iFormID) |
| |
| bool | isValid () |
| |
| | DSSRWControl () |
| |
| virtual | ~DSSRWControl () |
| |
| | DSSRWControl (DSSObjectContext *ipObjectContext) |
| |
| EnumDSSRWControlType | getType () |
| |
| std::string | getName () |
| |
| void | setName (std::string value) |
| |
| std::string | getKey () |
| |
| void | setKey (std::string iKey) |
| |
| bool | getShowAll () |
| |
| std::string | getAllAlias () |
| |
| GUID | getSourceID () |
| |
| DSSObjectInfo * | getSourceObject () |
| |
| int | getCountTargets () |
| |
| std::string | getTargetKey (int iIndex) |
| |
| DSSRWNode * | getTargetNode (int iIndex) |
| |
| int | getCountTargetControls () |
| |
| std::string | getTargetControlKey (int iIndex) |
| |
| DSSRWControl * | getTargetControl (int iIndex) |
| |
| DSSBaseElementsProxy * | getCurrentElements () |
| |
| void | setCurrentElements (DSSBaseElementsProxy *ipElements) |
| |
| void | setCurrentElementsStatus (EnumDSSCurrentElementStatus value) |
| |
| EnumDSSCurrentElementStatus | getCurrentElementsStatus () |
| |
| double | getLeft () |
| |
| double | getTop () |
| |
| double | getWidth () |
| |
| double | getHeight () |
| |
| void | setLeft (double value) |
| |
| void | setTop (double value) |
| |
| void | setWidth (double value) |
| |
| void | setHeight (double value) |
| |
| int | getZIndex () |
| |
| void | setZIndex (int value) |
| |
| std::string | getToolTipText () |
| |
| void | setToolTipText (std::string value) |
| |
| std::string | getTitle () |
| |
| DSSDocumentSubtotalRefs * | getSubtotals () |
| |
| int | LoadDefnFromBinary (DSSBinaryDataReader *ipReader) |
| |
| int | LoadPartialDefnFromBinary (DSSBinaryDataReader *ipReader) |
| |
| DSSDataModelControlImpl * | getControlNodeModel () |
| |
| void | setControlNodeModel (DSSDataModelControlImpl *ipControlNodeModel) |
| |
| void | UpdateDataModel () |
| |
| DSSFormat * | getFormat (EnumDSSRWControlFormatType iFormatType) |
| |
| void | setUnsetStatus (EnumDSSXMLRWSelectorUnsetStatus value) |
| |
| EnumDSSXMLRWSelectorUnsetStatus | getUnsetStatus () |
| |
| void | setUnsetElementNumber (int value) |
| |
| int | getUnsetElementNumber () |
| |
| DSSCExpression * | getExpression () |
| |
| void | setExpression (DSSCExpression *ipExpression, bool copyExpression=false) |
| |
| void | setUnset () |
| |
| void | ClearCurrentElements () |
| |
| EnumDSSRWControlActionType | getActionType () |
| |
| EnumDSSRWControlSubsequentAction | getSubsequentAction () |
| |
| EnumDSSObjectType | getSubsequentActionObjectType () |
| |
| GUID | getSubsequentActionObjectID () |
| |
| std::string | getSubsequentDisplayMessage () |
| |
| std::string | getDisplayText () |
| |
| DSSFormat * | getResolvedFormat () |
| |
| bool | isUnset (int=-1) |
| |
| DSSGroupByUnits * | getGroupbyPath () |
| |
| void | getGroupByPath (std::vector< DSSGroupByUnit *> &oGroupByPath) |
| |
| void | setGroupByPath (DSSGroupByUnits *ipUnits) |
| |
| DSSNonSharedPropertiesInViews * | getNonSharedPropertiesInViews () |
| |
| DSSAttributeFormWrappers * | getWriteBackForms () |
| |
| int | getWidthMode () |
| |
| int | getHeightMode () |
| |
| bool | getVisible () |
| |
| double | getTitleHeight () |
| |
| int | getSelectorOrientation () |
| |
| GUID | getDataSourceID () |
| |
| virtual bool | isUC () |
| |
| int | getTargetDatasetCount () |
| |
| GUID | getTargetDatasetItem (int iIndex) |
| |
| virtual DSSRWNode * | getNode () |
| |
| void | setNode (DSSRWNode *iRWNode) |
| |
| void | setSourceID (GUID iSourceID) |
| |
| void | setControlType (EnumDSSRWControlType iControlType) |
| |
| void | setShowAll (bool iShowAll) |
| |
| void | addTarget (std::string iTargetKey) |
| |
| void | removeTarget (int iIndex) |
| |
| void | Duplicate (DSSRWControl *ipControl) |
| |
| void | UpdateTargets (DSSRWControl *ipControl=NULL, std::map< std::string, std::string > *iKeyMap=NULL) |
| |
| EnumDSSAttributeFormDisplayOption | getAttributeFormDisplayOption () |
| |
| void | setAttributeDisplayOption (EnumDSSAttributeFormDisplayOption iAttributeFormDisplayOption) |
| |
| GUID | getFormID () |
| |
| void | getFormIDs (std::vector< GUID > &ioFormIDs) |
| |
| int | getBaseFormTypeFromFormID (GUID &iGUID) |
| |
| int | getBaseFormIDFromFormID (GUID &iGUID) |
| |
| EnumDSSRWControlFilterType | getFilterType () |
| |
| DSSAttributeFormWrappers * | getMatchForms () |
| |
| DSSSorts * | getSorts () |
| |
| void | setSorts (DSSSorts *lpSorts) |
| |
| DSSAttributeFormWrappers * | getCustomAttributeForms () |
| |
| void | setDefaultFormat (EnumDSSDefaultFormats iDefaultFormatType, EnumDSSRWControlFormatType iCtrlFmtType) |
| |
| DSSFormat * | getResolvedMetricFormat () |
| |
| void | setFormatRefID (int iIndex, int iFormatRefID) |
| |
| bool | getHighlightedNodeKeys (std::vector< std::string > &oNodeKeys) |
| |
| std::string | getNodeKeyDDIC () |
| |
| void | setNodeKeyDDIC (std::string iNodeKeyDDIC) |
| |
| void | populateTargetControls () |
| |
| DSSThresholds * | getTransactionThresholds () |
| |
| bool | getMarkRequired () |
| |
| void | setMarkRequired (bool ibMarkRequired) |
| |
| const std::vector< std::string > & | getSelectorValues () |
| |
| const PlaceHolderMap & | getPlaceHolderMap () |
| |
| const PlaceHolderIndexSet & | getPlaceHolderIndexSet (const std::string &iKey) |
| |
| bool | collectAffectedControlKeys (std::vector< std::string > &oControlKeys) |
| |
| bool | hasTarget () const |
| |
| int | getAllTargetNodeCount () const |
| |
| DSSRWNode * | getAllTargetNode (int iIndex) |
| |
| GUID | getReplacementAttributeID () |
| |
| DSSAxis * | getCandidateAttributeElements () |
| |
| DSSTemplateUnit * | getTemplateUnit (DSSAttribute *iAttribute) |
| |
| bool | isNavigation () |
| |
| const std::string & | getTargetPageKey () |
| |
| virtual int | GetProperty (std::string iPropertySetName, int iPropertyIndex, CComVariant *ComVar) |
| |
| int | getActualWriteBackFormID () |
| |
| void | setActualWriteBackFormID (int iFormID) |
| |
| bool | isValid () |
| |
| | DSSSecondClassObject () |
| |
| virtual | ~DSSSecondClassObject () |
| |
| | DSSSecondClassObject (DSSObjectContext *ipObjectContext) |
| |
| DSSObjectContext * | getObjectContext () |
| |
| | DSSSecondClassObject () |
| |
| virtual | ~DSSSecondClassObject () |
| |
| | DSSSecondClassObject (DSSObjectContext *ipObjectContext) |
| |
| DSSObjectContext * | getObjectContext () |
| |