QCAD
Open Source 2D CAD
Loading...
Searching...
No Matches
PropertyWatcher Class Reference

Internal helper class. More...

Public Member Functions

void propertyChanged (void value)
 Called when a property has been changed by the user.
 
void propertyRemoved ()
 Called when a custom property has been deleted by the user.
 
void PropertyWatcher (void propertyEditor, void sender, void propertyType)
 

Public Attributes

int propertyEditor
 
int propertyType
 
int sender
 

Detailed Description

Internal helper class.

Notified when properties are changed.

Constructor & Destructor Documentation

◆ PropertyWatcher()

void PropertyWatcher::PropertyWatcher ( void propertyEditor,
void sender,
void propertyType )
inline

Member Function Documentation

◆ propertyChanged()

void PropertyWatcher::propertyChanged ( void value)
inline

Called when a property has been changed by the user.

Triggers a transaction to change the property of all selected entities that match the current entity type filter.

◆ propertyRemoved()

void PropertyWatcher::propertyRemoved ( )
inline

Called when a custom property has been deleted by the user.

Triggers a transaction to delete the property from all selected entities that match the current entity type filter.

Member Data Documentation

◆ propertyEditor

int PropertyWatcher::propertyEditor

◆ propertyType

int PropertyWatcher::propertyType

◆ sender

int PropertyWatcher::sender

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