RioEngine
0.1
My first attempt to create a 3D WYSIWYG Game Engine
|
Public Member Functions | |
PropertyPair (const QMetaObject *obj, QMetaProperty property) | |
bool | operator== (const PropertyPair &other) const |
Public Attributes | |
QMetaProperty | Property |
const QMetaObject * | Object |
Definition at line 36 of file qpropertymodel.cpp.
|
inline |
Definition at line 38 of file qpropertymodel.cpp.
|
inline |
Definition at line 43 of file qpropertymodel.cpp.
const QMetaObject* PropertyPair::Object |
Definition at line 41 of file qpropertymodel.cpp.
QMetaProperty PropertyPair::Property |
Definition at line 40 of file qpropertymodel.cpp.