Computer Assited Medical Intervention Tool Kit  version 5.0
QtAbstractPropertyManagerPrivate Class Reference
+ Collaboration diagram for QtAbstractPropertyManagerPrivate:

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
 

Private Attributes

QtAbstractPropertyManagerq_ptr
 

Member Function Documentation

◆ propertyChanged()

void QtAbstractPropertyManagerPrivate::propertyChanged ( QtProperty property) const

References QtAbstractPropertyManager::propertyChanged(), and q_ptr.

Referenced by QtProperty::propertyChanged().

+ Here is the caller graph for this function:

◆ propertyDestroyed()

void QtAbstractPropertyManagerPrivate::propertyDestroyed ( QtProperty property)

References m_properties, QtAbstractPropertyManager::propertyDestroyed(), q_ptr, and QtAbstractPropertyManager::uninitializeProperty().

Referenced by QtProperty::~QtProperty().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ propertyInserted()

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

References QtAbstractPropertyManager::propertyInserted(), and q_ptr.

Referenced by QtProperty::insertSubProperty().

+ Here is the caller graph for this function:

◆ propertyRemoved()

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

References QtAbstractPropertyManager::propertyRemoved(), and q_ptr.

Referenced by QtProperty::removeSubProperty(), and QtProperty::~QtProperty().

+ Here is the caller graph for this function:

Member Data Documentation

◆ m_properties

QSet<QtProperty*> QtAbstractPropertyManagerPrivate::m_properties

◆ q_ptr


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