TSLab API Docs
1
|
Public Member Functions | |
void | StoreObject (string key, object data, bool toStorage=false) |
... the key the object | |
object | LoadObject (string key, bool fromStorage=false) |
... the key the object or null | |
T | LoadObject< T > (string key, CacheObjectMaker< T > maker, bool fromStorage=false) |
... the key data generator the object or null | |
void | AddUnremovableInteractiveObjectId (string id) |
add unremovable interactive object identifier identifier | |
bool | ContainsUnremovableInteractiveObjectId (string id) |
contains unremovable interactive object identifier identifier | |
bool | ContainsGhostInteractiveObjectId (string id) |
contains ghost interactive object identifier identifier | |
bool | RemoveGhostInteractiveObjectId (string id) |
remove ghost interactive object identifier identifier | |
double | GetGraphPaneSize (string graphPaneName) |
get graph pane size graph pane name graph pane size | |
void | SetGraphPaneSize (string graphPaneName, double value) |
set graph pane size graph pane name value | |
Properties | |
bool | IsOptimization [get] |
Shows that optimization is now processing | |