NDEVR
API Documentation
PropertyChangeManager

Used to listen for changes to properties (DEPRECIATED). More...

Collaboration diagram for PropertyChangeManager:
[legend]

Public Member Functions

void onPropertyChanged (uint04 id, DesignObject &target, NDPO prop)
 Dispatches a property change notification to the listener at the given index.

Protected Attributes

Buffer< PropertyChangeListener * > m_change_listeners
 Collection of registered property change listeners.

Detailed Description

Used to listen for changes to properties (DEPRECIATED).


Definition at line 24 of file DesignChangeListener.h.

Member Function Documentation

◆ onPropertyChanged()

void PropertyChangeManager::onPropertyChanged ( uint04 id,
DesignObject & target,
NDPO prop )
inline

Dispatches a property change notification to the listener at the given index.

Parameters
[in]idThe index of the listener to notify.
[in]targetThe DesignObject whose property changed.
[in]propThe property identifier that was modified.

Definition at line 33 of file DesignChangeListener.h.

References m_change_listeners.


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