27 #ifndef VRMLCOMPONENT_H
28 #define VRMLCOMPONENT_H
30 #include <Component.h>
33 #include <QColorDialog>
58 #endif // VRMLCOMPONENT_H
Exception class to handle abortion in component instanciation.
Definition: AbortException.h:44
The manager of the VRML data.
Definition: VRMLComponent.h:48
VRMLComponent(const QString &file)
default constructor
A Component represents something that could be included in the explorer view, the interactive 3D view...
Definition: sdk/libraries/core/component/Component.h:292
CamiTK CamiTKDir txt file(STRINGS"${FIND_CAMITK_USER_BASE_DIR}/CamiTK/CamiTKDir.txt"FIND_CAMITK_USER_DIR_LAST_INSTALL) endif() find_program(CAMITK_CONFIG_EXECUTABLE NAMES camitk-config-debug camitk-config PATH_SUFFIXES"bin"PATHS"$
Definition: FindCamiTK.cmake:80
virtual void initRepresentation()
do nothing to init the representation, as all representation are done in the sub-component ...
Definition: VRMLComponent.h:55