25 #ifndef PROPERTYEXPLORER_H
26 #define PROPERTYEXPLORER_H
35 #include <QtTreePropertyBrowser>
36 #include <QtButtonPropertyBrowser>
37 #include <QtGroupBoxPropertyBrowser>
103 virtual unsigned int numberOfViewedComponent();
108 virtual void refresh(
Viewer *whoIsAsking = NULL);
111 virtual QWidget * getWidget(QWidget * parent = NULL);
114 virtual QObject * getPropertyObject();
QPushButton * applyButton
Definition: PropertyExplorer.h:133
Viewer is an abstract viewer.
Definition: Viewer.h:55
QPushButton * revertButton
Definition: PropertyExplorer.h:132
ObjectController * theController
the widgets
Definition: PropertyExplorer.h:130
Component * currentComponent
the viewed Component
Definition: PropertyExplorer.h:136
A Component represents something that could be included in the explorer view, the interactive 3D view...
Definition: sdk/libraries/core/component/Component.h:292
#define CAMITK_API
Definition: CamiTKAPI.h:49
ViewMode
The property browser can be shown in different view mode.
Definition: ObjectController.h:173
QTabWidget * tabWidget
Definition: PropertyExplorer.h:131
The property explorer.
Definition: PropertyExplorer.h:82
Definition: objectcontroller.h:47
The object controller class.
Definition: ObjectController.h:163