|
| DSSDocumentDefinition () |
|
| DSSDocumentDefinition (GUID &iID, EnumDSSObjectType iType, std::string iName, DSSObjectContext *iObjectContext, GUID iContainerID, EnumDSSViewMedia iViewMedia=DssViewMediaReserved) |
|
virtual | ~DSSDocumentDefinition () |
|
EnumDSSDocumentType | getDocumentType () |
|
DSSRWNode * | getRootNode (EnumDSSRWTreeType iTreeIndex) |
|
void | ClearRootNode (EnumDSSRWTreeType iTreeIndex, std::vector< DSSRWNode *> *ipNodesRmved=NULL, std::vector< DSSRWIterator *> *ipIteratorsRmved=NULL) |
|
int | LoadDefnFromBinary (DSSBinaryDataReader *ipReader, bool iIsPartial=false) |
|
std::string | getCurrentLayoutKey () |
|
void | setCurrentLayoutKey (std::string iKey) |
|
DSSRWSectionNode * | getCurrentLayoutNode () |
|
bool | HasLayout () |
|
std::vector< std::string > * | getLayoutKeys () |
|
void | AddLayoutKey (std::string iKey) |
|
std::string | getInitialLayoutKey () |
|
void | setInitialLayoutKey (std::string iKey) |
|
std::vector< DSSRWNode * > * | getNodesLoadedOnDemand () |
|
void | getNodesForDatasetSelector (DSSRWControl *ipControl, std::map< std::string, DSSRWNode * > *ipNodeMapServer, std::vector< DSSRWNode *> *ipNodesModelChanged, std::map< std::string, std::vector< std::string > > *ipDDICModelChanged=NULL) |
|
int | LoadLayoutKeysFromBinary (DSSBinaryDataReader *ipReader) |
|
DSSDocumentViews * | getDocumentViews () |
|
void | setDocumentViews (DSSDocumentViews *ipDocumentViews) |
|
int | getCurrentDocumentView () |
|
void | setCurrentDocumentView (int iViewIdx) |
|
void | getLinkedAssociatedRWNodeKeys (std::string iNodeKey, std::vector< std::string > &iLinkedNodes, int iCategory, bool ibExcludeSelection=true) |
|
void | insertAssociatedInfo (std::string iNodeKey1, std::string iNodeKey2) |
|
DSSElementsPropertiesMap * | getElementsPropertiesMap () |
|
const GUID & | getThemeRef () const |
|
const GUID & | getPaletteRef () const |
|
const std::vector< int > & | getPaletteColors () const |
|
| DSSDocumentDefinition () |
|
| DSSDocumentDefinition (GUID &iID, EnumDSSObjectType iType, std::string iName, DSSObjectContext *iObjectContext, GUID iContainerID, EnumDSSViewMedia iViewMedia=DssViewMediaReserved) |
|
virtual | ~DSSDocumentDefinition () |
|
EnumDSSDocumentType | getDocumentType () |
|
DSSRWNode * | getRootNode (EnumDSSRWTreeType iTreeIndex) |
|
void | ClearRootNode (EnumDSSRWTreeType iTreeIndex, std::vector< DSSRWNode *> *ipNodesRmved=NULL, std::vector< DSSRWIterator *> *ipIteratorsRmved=NULL) |
|
int | LoadDefnFromBinary (DSSBinaryDataReader *ipReader, bool iIsPartial=false) |
|
std::string | getCurrentLayoutKey () |
|
void | setCurrentLayoutKey (std::string iKey) |
|
DSSRWSectionNode * | getCurrentLayoutNode () |
|
bool | HasLayout () |
|
std::vector< std::string > * | getLayoutKeys () |
|
void | AddLayoutKey (std::string iKey) |
|
std::string | getInitialLayoutKey () |
|
void | setInitialLayoutKey (std::string iKey) |
|
std::vector< DSSRWNode * > * | getNodesLoadedOnDemand () |
|
void | getNodesForDatasetSelector (DSSRWControl *ipControl, std::map< std::string, DSSRWNode * > *ipNodeMapServer, std::vector< DSSRWNode *> *ipNodesModelChanged, std::map< std::string, std::vector< std::string > > *ipDDICModelChanged=NULL) |
|
int | LoadLayoutKeysFromBinary (DSSBinaryDataReader *ipReader) |
|
DSSDocumentViews * | getDocumentViews () |
|
void | setDocumentViews (DSSDocumentViews *ipDocumentViews) |
|
int | getCurrentDocumentView () |
|
void | setCurrentDocumentView (int iViewIdx) |
|
void | getLinkedAssociatedRWNodeKeys (std::string iNodeKey, std::vector< std::string > &iLinkedNodes, int iCategory, bool ibExcludeSelection=true) |
|
void | insertAssociatedInfo (std::string iNodeKey1, std::string iNodeKey2) |
|
DSSElementsPropertiesMap * | getElementsPropertiesMap () |
|
const GUID & | getThemeRef () const |
|
const GUID & | getPaletteRef () const |
|
const std::vector< int > & | getPaletteColors () const |
|
| DSSObjectInfo () |
|
virtual | ~DSSObjectInfo () |
|
| DSSObjectInfo (GUID &iID, GUID &iOnwerID, DSSObjectContext *iObjectContext, EnumDSSViewMedia iViewMedia=DssViewMediaReserved) |
|
| DSSObjectInfo (GUID &iID, EnumDSSObjectType iType, std::string iName, DSSObjectContext *iObjectContext, GUID iContainerID=GUID_NULL, EnumDSSViewMedia iViewMedia=DssViewMediaReserved) |
|
GUID | getID () |
|
EnumDSSObjectType | getType () |
|
std::string | getName () |
|
std::string & | getNameRef () |
|
void | setName (std::string iName) |
|
void | setDsc (std::string iDsc) |
|
std::string | getDsc () |
|
GUID | getContainerID () |
|
DSSObjectContext * | getObjectContext () |
|
int | LoadPropertiesFromBinary (DSSBinaryDataReader *ipReader) |
|
void | InsertPropertySet (std::string iPropertySetName, DSSPropertySetBaseClass *ipPropertySet) |
|
CComVariant * | getPropertyValue (std::string iPropertySetName, std::string iPropertyName) |
|
void | setPropertyValue (std::string iPropertySetName, std::string iPropertyName, std::string iPropertyValue) |
|
void | setPropertyValue (std::string iPropertySetName, std::string iPropertyName, CComVariant &iPropertyValue) |
|
virtual void | MakeCleanDefn () |
|
PropertySetsMap | getPropertySetsMap () |
|
GUID | getOnwerID () |
|
void | putOwnerID (GUID &iOnwerID) |
|
void | addACE (GUID &iTrusteeID, int iTypeAndRights) |
|
bool | CheckAccess (DSSUserRuntime *ipUserRuntime, int iDesiredAccess, bool iRequireAll=true) |
|
EnumDSSViewMedia | getViewMedia () |
|
std::vector< DSSAccessControlEntry > | getACL () |
|
void | Duplicate (DSSObjectInfo *ipObjectInfo) |
|
| DSSObjectInfo () |
|
virtual | ~DSSObjectInfo () |
|
| DSSObjectInfo (GUID &iID, GUID &iOnwerID, DSSObjectContext *iObjectContext, EnumDSSViewMedia iViewMedia=DssViewMediaReserved) |
|
| DSSObjectInfo (GUID &iID, EnumDSSObjectType iType, std::string iName, DSSObjectContext *iObjectContext, GUID iContainerID=GUID_NULL, EnumDSSViewMedia iViewMedia=DssViewMediaReserved) |
|
GUID | getID () |
|
EnumDSSObjectType | getType () |
|
std::string | getName () |
|
std::string & | getNameRef () |
|
void | setName (std::string iName) |
|
void | setDsc (std::string iDsc) |
|
std::string | getDsc () |
|
GUID | getContainerID () |
|
DSSObjectContext * | getObjectContext () |
|
int | LoadPropertiesFromBinary (DSSBinaryDataReader *ipReader) |
|
void | InsertPropertySet (std::string iPropertySetName, DSSPropertySetBaseClass *ipPropertySet) |
|
CComVariant * | getPropertyValue (std::string iPropertySetName, std::string iPropertyName) |
|
void | setPropertyValue (std::string iPropertySetName, std::string iPropertyName, std::string iPropertyValue) |
|
void | setPropertyValue (std::string iPropertySetName, std::string iPropertyName, CComVariant &iPropertyValue) |
|
virtual void | MakeCleanDefn () |
|
PropertySetsMap | getPropertySetsMap () |
|
GUID | getOnwerID () |
|
void | putOwnerID (GUID &iOnwerID) |
|
void | addACE (GUID &iTrusteeID, int iTypeAndRights) |
|
bool | CheckAccess (DSSUserRuntime *ipUserRuntime, int iDesiredAccess, bool iRequireAll=true) |
|
EnumDSSViewMedia | getViewMedia () |
|
std::vector< DSSAccessControlEntry > | getACL () |
|
void | Duplicate (DSSObjectInfo *ipObjectInfo) |
|