MITK-IGT
IGT Extension of MITK
|
The load function of this class is executed every time, the module is loaded. Attention: don't do any qt initialization during autoload. keep it as simple as possible! And be careful with static variables, they might not be initialized yet... More...
#include <mitkIGTUIActivator.h>
Public Member Functions | |
IGTUIActivator () | |
~IGTUIActivator () override | |
void | Load (us::ModuleContext *) override |
void | Unload (us::ModuleContext *) override |
The load function of this class is executed every time, the module is loaded. Attention: don't do any qt initialization during autoload. keep it as simple as possible! And be careful with static variables, they might not be initialized yet...
Documentation:
Definition at line 28 of file mitkIGTUIActivator.h.
mitk::IGTUIActivator::IGTUIActivator | ( | ) |
Definition at line 40 of file mitkIGTUIActivator.cpp.
|
override |
Definition at line 44 of file mitkIGTUIActivator.cpp.
|
override |
Definition at line 48 of file mitkIGTUIActivator.cpp.
|
override |
Definition at line 63 of file mitkIGTUIActivator.cpp.