#include <QList>
#include <QSet>
#include <QMap>
#include <QString>
Go to the source code of this file.
Namespaces | |
camitk | |
Macros | |
#define | CAMITK_API |
#define | CAMITK_API_DEPRECATED(X) |
Typedefs | |
using | camitk::ActionList = QList< Action * > |
A list of Action. More... | |
using | camitk::ActionSet = QSet< Action * > |
A set of Action. More... | |
using | camitk::ComponentList = QList< Component * > |
A list of Component. More... | |
using | camitk::ViewerList = QList< Viewer * > |
A list of Viewer. More... | |
using | camitk::ViewerSet = QSet< Viewer * > |
A set of Viewer. More... | |
#define CAMITK_API |
#define CAMITK_API_DEPRECATED | ( | X | ) |