Go to the documentation of this file.
52 BaseClass2::SetSlavePtr(slavePtr);
61 BaseClass2::OnBeginChanges();
63 BaseClass::OnBeginChanges();
70 BaseClass::OnEndChanges(changeSet);
72 BaseClass2::OnEndChanges(changeSet);
Delegates calls of IChangeable methods to the given slave.
Set of change flags (its IDs).
Common interface for data model objects, which can be changed.
Binder of some istd::IChangeable implementation and changing delegator.
virtual void OnEndChanges(const istd::IChangeable::ChangeSet &changeSet)
Callback function for end change event.
virtual void OnBeginChanges()
Callback function for begin change event.
TChangeDelegator(istd::IChangeable *slavePtr)
CChangeDelegator BaseClass2
© Witold Gantzke and Kirill Lepskiy