#include "CamiTKAPI.h"#include "InterfacePersistence.h"#include <QSet>#include <QWidget>#include <QString>#include <QAction>#include <QEvent>
Include dependency graph for Action.h:Go to the source code of this file.
Classes | |
| class | camitk::Action |
| Action class is an abstract class that enables you to build a action (generally an algorithm that works on specific data, i.e. More... | |
Namespaces | |
| namespace | camitk |
Macros | |
| #define | CamiTKActionDeclaration(X) extern "C" |
| #define | CamiTKActionImplementation(X) extern "C" |
| #define CamiTKActionDeclaration | ( | X | ) | extern "C" |
| #define CamiTKActionImplementation | ( | X | ) | extern "C" |