 |
Computer Assited Medical Intervention Tool Kit
version 4.1
|
Go to the documentation of this file.
40 #ifndef OBJECTCONTROLLER_H
41 #define OBJECTCONTROLLER_H
43 #include <QtGui/QWidget>
60 Q_PRIVATE_SLOT(d_func(),
void slotValueChanged(
QtProperty*,
const QVariant&))
Definition: objectcontroller.h:46
ObjectControllerPrivate * d_ptr
Definition: objectcontroller.h:56
The QtProperty class encapsulates an instance of a property.
Definition: qtpropertybrowser.h:112
void setObject(QObject *object)
Definition: objectcontroller.cpp:374
ObjectController(QWidget *parent=0)
Definition: objectcontroller.cpp:338
Definition: objectcontroller.cpp:49
QObject * object() const
Definition: objectcontroller.cpp:399
~ObjectController()
Definition: objectcontroller.cpp:370