|
VivoQuant 6.2.0
|
Object to interact with the Layout Operator when it is active. More...
#include <LayoutOperator.h>
Public Slots | |
| void | setShowROIs (bool toEnable) |
| setShowROIs operates on currently selected viewport | |
Public Member Functions | |
| bool | setHangProtocol (string name) |
| Set to the specified hanging protocol. | |
| bool | createHangProtocol (string name, bool quiet=false) |
| Create a new hanging protocol with the current layout. | |
| bool | removeHangProtocol (string name) |
| Remove the specified hanging protocol from the list. | |
Object to interact with the Layout Operator when it is active.
This object can be used do layout manipulations in the Multi-View
See also ScriptMaster::currentOp() to obtain this object.
| bool createHangProtocol | ( | string | name, |
| bool | quiet = false |
||
| ) |
Create a new hanging protocol with the current layout.
| name | The hanging protocol name |
| quiet | Do not prompt message box if hanging protocol already exist, force overwrite. |
| bool removeHangProtocol | ( | string | name | ) |
Remove the specified hanging protocol from the list.
| name | The hanging protocol name |
| bool setHangProtocol | ( | string | name | ) |
Set to the specified hanging protocol.
| name | The hanging protocol name |
|
slot |
setShowROIs operates on currently selected viewport
| toEnable |