The CamiTK Core Application structure. More...
Classes | |
class | camitk::Application |
The generic/default application. More... | |
class | camitk::MainWindow |
This class is the base class for your application. More... | |
class | camitk::SettingsDialog |
This class controls the settings dialog user interface. More... | |
The CamiTK Core Application structure.
The Application class handle the concept of CamiTK application. When the user wants to create a CamiTK (which 99% statiscally not needed, as the IMP application should be sufficient), it will instantiate this class. The camitk::Application is based on the Qt QApplication class with some CamiTK features. A CamiTK application will have a camitk::MainWindow which will agregate camitk::Viewer in a graphical user interface.