25 #ifndef PROPERTYEXPLORER_H
26 #define PROPERTYEXPLORER_H
34 #include <qteditorfactory.h>
35 #include <QtTreePropertyBrowser>
36 #include <QtButtonPropertyBrowser>
37 #include <QtGroupBoxPropertyBrowser>
46 class ObjectController;
97 virtual unsigned int numberOfViewedComponent();
102 virtual void refresh(
Viewer *whoIsAsking = NULL);
105 virtual QWidget * getWidget(QWidget * parent = NULL);
108 virtual QObject * getPropertyObject();
QPushButton * applyButton
Definition: PropertyExplorer.h:127
Viewer is an abstract viewer.
Definition: Viewer.h:50
QPushButton * revertButton
Definition: PropertyExplorer.h:126
ObjectController * theController
the widgets
Definition: PropertyExplorer.h:124
Component * currentComponent
the viewed Component
Definition: PropertyExplorer.h:130
A Component represents something that could be included in the explorer view, the interactive 3D view...
Definition: Component.h:287
#define CAMITK_API
Definition: CamiTKAPI.h:49
QTabWidget * tabWidget
Definition: PropertyExplorer.h:125
The property explorer.
Definition: PropertyExplorer.h:76
ViewMode
The property browser can be shown in different view mode.
Definition: ObjectController.h:148
The object controller class.
Definition: ObjectController.h:138