![]() |
Computer Assited Medical Intervention Tool Kit
version 4.1
|
#include "CamiTKAPI.h"#include <QtPlugin>#include <QPluginLoader>#include <QObject>#include <QTranslator>Go to the source code of this file.
Classes | |
| class | camitk::ActionExtension |
| This class describes what is a generic Action extension. To add a ActionExtension to CamiTK core, write a new class that inherits from this class. More... | |
Namespaces | |
| camitk | |
Macros | |
| #define | registerNewAction(X) registerAction(new X(this)) |
| #define registerNewAction | ( | X | ) | registerAction(new X(this)) |
1.8.16