OrsVolumeROIVisibilityManager¶
| author: | ORS Team |
|---|---|
| contact: | http://theobjects.com |
| email: | info@theobjects.com |
| organization: | Object Research Systems (ORS), Inc. |
| address: | 760 St-Paul West, suite 101, Montréal, Québec, Canada, H3C 1M4 |
| copyright: | Object Research Systems (ORS), Inc. All rights reserved 2018. |
| date: | Feb 16 2016 12:15 |
| dragonflyVersion: | |
| 3.0 | |
| UUID: | 84da1d5ee44311e89d54448a5b5d70c0 |
Class Code¶
-
class
OrsPythonPlugins.OrsVolumeROIVisibilityManager.OrsVolumeROIVisibilityManager.OrsVolumeROIVisibilityManager(varname=None, managed=True)¶ -
VOLUME_ROI_CHANNEL_TITLE= 'volume_roi_channel'¶
-
addViewCallbacks()¶
-
closable= False¶
-
deletePlugin(aWidget=None)¶
-
enableGlobalCallbacks(enable_callback)¶
-
findDisplayer(aROI, aView, createNew)¶
-
getDisplayerDict(aROI, createNew=True)¶
-
getDisplayerForChannelGUID(channel_guid)¶
-
getState()¶ This method is called when saving a plugin instance in a session to obtain the information required to set up the plugin at the loading of the session.
The plugin needs to be savable (see
ORSServiceClass.OrsPlugin.abstractPlugin.AbstractPlugin.savable).Return: a string of information that will be sent back to the setState method Rtype: str
-
keepAlive= False¶
-
multiple= False¶
-
onLoadInfo(channel_guid)¶
-
onROIDataDirty(guid)¶
-
onROIDeleted(guid)¶
-
onROIGeometryDirty(guid)¶
-
onROIPropertyDirty(guid)¶
-
onROIVisibilityDirty(guid)¶
-
onSaveInfo(channel_guid)¶
-
savable= True¶
-
setState(state)¶ This method is called to set up the plugin when loading a session.
Note
This method is called only if the string returned by
ORSServiceClass.OrsPlugin.orsPlugin.OrsPlugin.getState()at the saving of the session was not empty.Parameters: state (str) – string of information as provided by the getState during the saving of the session
-
validate_3D_channel()¶
-