Separatista
|
Public Member Functions | |
CountAutoMagic (Element *pBaseElement, const wchar_t *pWatchPath, const wchar_t *pValuePath) | |
void | doValueMagic (Element *pElement, const wchar_t *pNewValue) |
Called from PathWatcher when the final element's value changes. | |
void | doCreatedMagic (Element *pParent, Element *pChild) |
Called from PathWatcher when the final element is created. | |
void | doDeletedMagic (Element *pElemenet) |
Called from PathWatcher when the final element is deleted. | |
Public Member Functions inherited from Separatista::AutoMagic | |
AutoMagic () | |
Empty c'tor. | |
AutoMagic (Element *pBaseElement) | |
C'tor for AutomagicFactory, doesn't create valuepath. | |
AutoMagic (Element *pBaseElement, const wchar_t *pWatchPath, const wchar_t *pValuePath) | |
virtual void | elementValueChanged (Element *pElement, const wchar_t *pNewValue) |
virtual void | elementCreated (Element *pParent, Element *pChild) |
virtual void | elementDeleted (Element *pElement) |
Additional Inherited Members | |
Static Public Member Functions inherited from Separatista::AutoMagic | |
static void | installAutoMagic (SeparatistaDocument *pDocument) |
Protected Member Functions inherited from Separatista::AutoMagic | |
Element * | getValueElement () |