OrsClipBoxManipulator¶
Manages controlling the clip box
| 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: | Oct 20 2015 18:09 |
| dragonflyVersion: | |
| 3.0 | |
| UUID: | 0bfb1c4c761011e7a928448a5b5d70c0 |
Class Code¶
-
class
OrsPythonPlugins.OrsClipBoxManipulator.OrsClipBoxManipulator.OrsClipBoxManipulator(varname=None, managed=True)¶ -
ORSLockUnlockClipBoxAction()¶
-
ORSShowClipBoxAction()¶
-
OrsStateClipBoxManipulate= 'OrsStateClipBoxManipulate'¶
-
OrsStateClipBoxManipulateActivation()¶
-
closable= False¶
-
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
-
handleTriggered(eventdata)¶ This method is called on every user input (mouse move, mouse click, key press, …) when the current state of the application is one of those declared by the plugin. This method can be used to perform specific tasks even if no action is currently in progress.
Parameters: eventData (OrsEvent.eventdata.InputEventData) – the event data
-
keepAlive= False¶
-
listOfAllSelectedClipBox()¶
-
lockUnlockClipBox()¶
-
multiple= False¶
-
resetClipBoxAction()¶
-
resetClipBoxOfSelectedObjects()¶
-
resetHandler()¶
-
savable= True¶
-
setBoxToConstraintVisualBox(aBox)¶
-
setClipBox(visualBox, aBox)¶
-
showHideClipBox()¶
-
stateDescriptors= [<ORSServiceClass.OrsPlugin.statedescriptor.StateDescriptor object>]¶
-