Classes | |
class | camitk::Application |
The generic/default application. Once this class is intanciated in the main, everything is setup. The constructor can take the command line arguments. It can also be asked not to load the extensions automatically,see Application(). More... | |
class | camitk::MainWindow |
This class is the base class for your application. It sets up the main window and creates a menubar, toolbar and statusbar (all hidden by default). 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.