MITK-IGT
IGT Extension of MITK
Loading...
Searching...
No Matches
mitk::IGTUIActivator Class Reference

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>

Inheritance diagram for mitk::IGTUIActivator:

Public Member Functions

 IGTUIActivator ()
 
 ~IGTUIActivator () override
 
void Load (us::ModuleContext *) override
 
void Unload (us::ModuleContext *) override
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ IGTUIActivator()

mitk::IGTUIActivator::IGTUIActivator ( )

Definition at line 40 of file mitkIGTUIActivator.cpp.

◆ ~IGTUIActivator()

mitk::IGTUIActivator::~IGTUIActivator ( )
override

Definition at line 44 of file mitkIGTUIActivator.cpp.

Member Function Documentation

◆ Load()

void mitk::IGTUIActivator::Load ( us::ModuleContext * )
override

Definition at line 48 of file mitkIGTUIActivator.cpp.

◆ Unload()

void mitk::IGTUIActivator::Unload ( us::ModuleContext * )
override

Definition at line 63 of file mitkIGTUIActivator.cpp.


The documentation for this class was generated from the following files: