OrsContextStatusBar¶
Manages the status bar of specific contexts
| 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: | Mar 07 2016 06:45 |
| dragonflyVersion: | |
| 3.0 | |
| UUID: | e8bf4170761011e79701448a5b5d70c0 |
Class Code¶
-
class
OrsPythonPlugins.OrsContextStatusBar.OrsContextStatusBar.OrsContextStatusBar(varName=None, managed=True)¶ -
UIDescriptors= [<ORSServiceClass.OrsPlugin.uidescriptor.UIDescriptor object>]¶
-
closable= False¶
-
closeWidget(name)¶
-
handleChanged(oldState, newState)¶ This method is called when the state of the application is changed.
Parameters: - oldState (str) – name of the old (previous) state
- newState (str) – name of the new (current) state
-
keepAlive= False¶
-
multiple= False¶
-
openWidget(name, dock=None, tab=None, x=-1, y=-1, w=-1, l=-1, order=-1)¶
-
orsStatusTextChange()¶
-
prefix= 'Current state:'¶
-
savable= False¶
-
stateDescriptors= [<ORSServiceClass.OrsPlugin.statedescriptor.StateDescriptor object>]¶
-