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>
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.
◆ IGTUIActivator()
mitk::IGTUIActivator::IGTUIActivator |
( |
| ) |
|
◆ ~IGTUIActivator()
mitk::IGTUIActivator::~IGTUIActivator |
( |
| ) |
|
|
override |
◆ Load()
void mitk::IGTUIActivator::Load |
( |
us::ModuleContext * |
| ) |
|
|
override |
◆ Unload()
void mitk::IGTUIActivator::Unload |
( |
us::ModuleContext * |
| ) |
|
|
override |
The documentation for this class was generated from the following file: