MeVisLab Scripting Reference
|
#include <mlabFieldOwner.h>
Inherits QObject.
Inherited by MLABModule.
Public Slots | |
Scripting access. | |
| |
virtual bool | isSelected () const =0 |
virtual bool | isPersistent ()=0 |
virtual MLABNetwork * | parentNetwork () const =0 |
virtual QString | fullName ()=0 |
Defines the MLABFieldOwner base class.
|
pure virtualslot |
Returns the full name for debug output.
|
pure virtualslot |
Returns whether the owner is persistent.
|
pure virtualslot |
Returns whether the owner is selected.
|
pure virtualslot |
Returns the owning network.
Referenced by MLABModule::owner().