addInCacheObject(TdkObject &object) | TdkCache | [virtual] |
addInCacheObjectType(const std::string dbKey, TdkObjectTypeDef &type) | TdkCache | [virtual] |
associateChildren(const std::string dbKey, TdkObjectCollection *col) | TdkCache | [virtual] |
clear(TeDatabase *db) | TdkCache | [virtual] |
clear() | TdkCache | [virtual] |
getInCacheLayer(const TdkObjectGID &objectGID) | TdkCache | [protected, virtual] |
getInCacheLayer(const std::string dbKey, const std::string name) | TdkCache | [protected, virtual] |
getInCacheLayer(TeDatabase *db, const std::string name) | TdkCache | [protected, virtual] |
getInCacheObject(const TdkObjectGID &objectGID) | TdkCache | [virtual] |
getInCacheObject(const std::string dbKey, TdkObjectType objectType, const std::string name) | TdkCache | [virtual] |
getInCacheObject(TeDatabase *db, TdkObjectType objectType, const std::string name) | TdkCache | [virtual] |
getInCacheObjectType(const std::string dbKey, std::string typeName) | TdkCache | [virtual] |
getInCacheProject(const TdkObjectGID &objectGID) | TdkCache | [protected, virtual] |
getInCacheProject(const std::string dbKey, const std::string name) | TdkCache | [protected, virtual] |
getInCacheProject(TeDatabase *db, const std::string name) | TdkCache | [protected, virtual] |
getInCacheTheme(const TdkObjectGID &objectGID) | TdkCache | [protected, virtual] |
getInCacheTheme(const std::string dbKey, const std::string name) | TdkCache | [protected, virtual] |
getInCacheTheme(TeDatabase *db, const std::string name) | TdkCache | [protected, virtual] |
getInCacheView(const TdkObjectGID &objectGID) | TdkCache | [protected, virtual] |
getInCacheView(const std::string dbKey, const std::string name) | TdkCache | [protected, virtual] |
getInCacheView(TeDatabase *db, const std::string name) | TdkCache | [protected, virtual] |
insertInCacheLayer(TdkLayer &object, bool copyObject=false) | TdkCache | [protected, virtual] |
insertInCacheObject(TdkObject &object, bool copyObject=false) | TdkCache | [virtual] |
insertInCacheProject(TdkProject &object, bool copyObject=false) | TdkCache | [protected, virtual] |
insertInCacheTheme(TdkTheme &theme, bool copyObject=false) | TdkCache | [protected, virtual] |
insertInCacheView(TdkView &object, bool copyObject=false) | TdkCache | [protected, virtual] |
isLayerInCache(const TdkObjectGID &objectGID) | TdkCache | [protected, virtual] |
isObjectInCache(const TdkObjectGID &objectGID) | TdkCache | [virtual] |
isObjectTypeInCache(const std::string dbKey, const std::string typeName) | TdkCache | [virtual] |
isProjectInCache(const TdkObjectGID &objectGID) | TdkCache | [protected, virtual] |
isThemeInCache(const TdkObjectGID &objectGID) | TdkCache | [protected, virtual] |
isViewInCache(const TdkObjectGID &objectGID) | TdkCache | [protected, virtual] |
objectMap() | TdkCache | [virtual] |
objectMap_ | TdkCache | [private] |
objectTypeDefMap(const std::string dbKey) | TdkCache | [virtual] |
objectTypeDefMap_ | TdkCache | [private] |
typedObjectsMap(const std::string dbKey, const std::string typeName) | TdkCache | [virtual] |
unloadLayer(const TdkObjectGID &objectGID, bool deleteObject=true) | TdkCache | [protected, virtual] |
unloadLayers(const std::string dbKey) | TdkCache | [virtual] |
unloadObject(const TdkObjectGID &object_id, bool deleteObject=true) | TdkCache | [virtual] |
unloadObjects(const std::string dbKey, const std::string typeName) | TdkCache | [virtual] |
unloadObjects(const std::string dbKey) | TdkCache | [virtual] |
unloadObjects() | TdkCache | [virtual] |
unloadObjectType(const std::string dbKey, std::string typeName) | TdkCache | [virtual] |
unloadObjectTypes(const std::string dbKey) | TdkCache | [virtual] |
unloadObjectTypes() | TdkCache | [virtual] |
unloadProject(const TdkObjectGID &objectGID, bool deleteObject=true) | TdkCache | [protected, virtual] |
unloadProjects(const std::string dbKey) | TdkCache | [virtual] |
unloadTheme(const TdkObjectGID &objectGID, bool deleteObject=true) | TdkCache | [protected, virtual] |
unloadThemes(const std::string dbKey) | TdkCache | [virtual] |
unloadView(const TdkObjectGID &objectGID, bool deleteObject=true) | TdkCache | [protected, virtual] |
unloadViews(const std::string dbKey) | TdkCache | [virtual] |
~TdkCache() | TdkCache | [virtual] |