RioEngine
0.1
My first attempt to create a 3D WYSIWYG Game Engine
|
#include <qpropertybrowser.h>
Public Slots | |
void | newObjectSelected (const QModelIndex &index) |
Signals | |
void | selectedObjectOnInspector (QString) |
Public Member Functions | |
QPropertyBrowser (QWidget *parent=0) | |
QPropertyEditorWidget * | getQPropertyEditorWidget () const |
bool | containsChild (QObject *child) |
void | addChild (QObject *child, bool select_immediately=true) |
void | removeChildInInspector (std::string child) |
void | setSelectedChild (QObject *child) |
void | clearSelection () |
void | clearModel () |
void | update () |
~QPropertyBrowser () | |
Definition at line 45 of file qpropertybrowser.h.
QPropertyBrowser::QPropertyBrowser | ( | QWidget * | parent = 0 | ) |
Definition at line 40 of file qpropertybrowser.cpp.
QPropertyBrowser::~QPropertyBrowser | ( | ) |
Definition at line 173 of file qpropertybrowser.cpp.
void QPropertyBrowser::addChild | ( | QObject * | child, |
bool | select_immediately = true |
||
) |
Definition at line 78 of file qpropertybrowser.cpp.
void QPropertyBrowser::clearModel | ( | ) |
Definition at line 152 of file qpropertybrowser.cpp.
void QPropertyBrowser::clearSelection | ( | ) |
Definition at line 112 of file qpropertybrowser.cpp.
bool QPropertyBrowser::containsChild | ( | QObject * | child | ) |
Definition at line 70 of file qpropertybrowser.cpp.
QPropertyEditorWidget * QPropertyBrowser::getQPropertyEditorWidget | ( | ) | const |
Definition at line 64 of file qpropertybrowser.cpp.
|
slot |
Definition at line 106 of file qpropertybrowser.cpp.
void QPropertyBrowser::removeChildInInspector | ( | std::string | child | ) |
Definition at line 139 of file qpropertybrowser.cpp.
|
signal |
void QPropertyBrowser::setSelectedChild | ( | QObject * | child | ) |
Definition at line 95 of file qpropertybrowser.cpp.
void QPropertyBrowser::update | ( | ) |
Definition at line 158 of file qpropertybrowser.cpp.