Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QtAbstractPropertyManagerPrivate Class Reference
+ Collaboration diagram for QtAbstractPropertyManagerPrivate:

Public Member Functions

void propertyDestroyed (QtProperty *property)
 
void propertyChanged (QtProperty *property) const
 
void propertyRemoved (QtProperty *property, QtProperty *parentProperty) const
 
void propertyInserted (QtProperty *property, QtProperty *parentProperty, QtProperty *afterProperty) const
 
void propertyDestroyed (QtProperty *property)
 
void propertyChanged (QtProperty *property) const
 
void propertyRemoved (QtProperty *property, QtProperty *parentProperty) const
 
void propertyInserted (QtProperty *property, QtProperty *parentProperty, QtProperty *afterProperty) const
 

Public Attributes

QSet< QtProperty * > m_properties
 

Detailed Description

Definition at line 34 of file qtpropertybrowser.cpp.

Member Function Documentation

◆ propertyChanged() [1/2]

void QtAbstractPropertyManagerPrivate::propertyChanged ( QtProperty * property) const

Definition at line 497 of file qtpropertybrowser.cpp.

◆ propertyChanged() [2/2]

void QtAbstractPropertyManagerPrivate::propertyChanged ( QtProperty * property) const

◆ propertyDestroyed() [1/2]

void QtAbstractPropertyManagerPrivate::propertyDestroyed ( QtProperty * property)

Definition at line 488 of file qtpropertybrowser.cpp.

◆ propertyDestroyed() [2/2]

void QtAbstractPropertyManagerPrivate::propertyDestroyed ( QtProperty * property)

◆ propertyInserted() [1/2]

void QtAbstractPropertyManagerPrivate::propertyInserted ( QtProperty * property,
QtProperty * parentProperty,
QtProperty * afterProperty ) const

Definition at line 508 of file qtpropertybrowser.cpp.

◆ propertyInserted() [2/2]

void QtAbstractPropertyManagerPrivate::propertyInserted ( QtProperty * property,
QtProperty * parentProperty,
QtProperty * afterProperty ) const

◆ propertyRemoved() [1/2]

void QtAbstractPropertyManagerPrivate::propertyRemoved ( QtProperty * property,
QtProperty * parentProperty ) const

Definition at line 502 of file qtpropertybrowser.cpp.

◆ propertyRemoved() [2/2]

void QtAbstractPropertyManagerPrivate::propertyRemoved ( QtProperty * property,
QtProperty * parentProperty ) const

Member Data Documentation

◆ m_properties

QSet< QtProperty * > QtAbstractPropertyManagerPrivate::m_properties

Definition at line 46 of file qtpropertybrowser.cpp.


The documentation for this class was generated from the following file: