27#ifndef VRMLCOMPONENT_H
28#define VRMLCOMPONENT_H
33#include <QColorDialog>
VRMLComponent(const QString &file)
default constructor This method may throw an AbortException if a problem occurs.
Definition VRMLComponent.cpp:44
virtual void initRepresentation()
do nothing to init the representation, as all representation are done in the sub-component
Definition VRMLComponent.h:56
A Component represents something that could be included in the explorer view, the interactive 3D view...
Definition sdk/libraries/core/component/Component.h:304