Go to the source code of this file.
Classes | |
| class | camitk::ViewerExtension |
| This class describes what is a generic Action extension. More... | |
Namespaces | |
| namespace | camitk |
Macros | |
| #define | registerDefaultViewer(className) |
| register a new viewer and create a default instance using the name of the class (note that the regular expression used here results in the default viewer's name of being the name of the viewer class where the words are separated space, e.g. | |
| #define | registerNewViewer(className, instanceName) |
| register a new viewer, instance of X, its name is Y | |
| #define registerDefaultViewer | ( | className | ) |
register a new viewer and create a default instance using the name of the class (note that the regular expression used here results in the default viewer's name of being the name of the viewer class where the words are separated space, e.g.
the default FooBarViewer is called "Foo Bar Viewer")
Referenced by ActionStateViewerExtension::init(), ActionViewerExtension::init(), BitmapViewerExtension::init(), ComponentExplorerExtension::init(), MedicalImageViewerExtension::init(), PropertyExplorerExtension::init(), and TransformationExplorerExtension::init().
| #define registerNewViewer | ( | className, | |
| instanceName ) |
register a new viewer, instance of X, its name is Y
Referenced by InteractiveGeometryViewerExtension::init(), InteractiveSliceViewerExtension::init(), ViewersCreationWidget::isViewerRegistered(), and ViewerExtensionGenerator::writeCFile().