MeVisLab Scripting Reference
MLABFieldOwner Class Referenceabstract

#include <mlabFieldOwner.h>

Inherited by MLABModule.

Public Slots

Scripting access.
virtual bool isSelected () const =0
virtual bool isPersistent ()=0
virtual MLABNetworkparentNetwork () const =0
virtual QString fullName ()=0

Detailed Description

Defines the MLABFieldOwner base class.

Member Function Documentation

◆ fullName

virtual QString MLABFieldOwner::fullName ( )
pure virtualslot

Returns the full name for debug output.

◆ isPersistent

virtual bool MLABFieldOwner::isPersistent ( )
pure virtualslot

Returns whether the owner is persistent.

◆ isSelected

virtual bool MLABFieldOwner::isSelected ( ) const
pure virtualslot

Returns whether the owner is selected.

◆ parentNetwork

virtual MLABNetwork * MLABFieldOwner::parentNetwork ( ) const
pure virtualslot

Returns the owning network.

Referenced by MLABModule::owner().