|
Public Member Functions | |
void | propertyChanged (QtProperty *property) const |
void | propertyDestroyed (QtProperty *property) |
void | propertyInserted (QtProperty *property, QtProperty *parentProperty, QtProperty *afterProperty) const |
void | propertyRemoved (QtProperty *property, QtProperty *parentProperty) const |
Public Attributes | |
QSet< QtProperty * > | m_properties |
Definition at line 76 of file qtpropertybrowser.cpp.
void propertyChanged | ( | QtProperty * | property | ) | const |
void propertyDestroyed | ( | QtProperty * | property | ) |
Definition at line 560 of file qtpropertybrowser.cpp.
void propertyInserted | ( | QtProperty * | property, |
QtProperty * | parentProperty, | ||
QtProperty * | afterProperty | ||
) | const |
void propertyRemoved | ( | QtProperty * | property, |
QtProperty * | parentProperty | ||
) | const |
QSet<QtProperty*> m_properties |
Definition at line 88 of file qtpropertybrowser.cpp.