|
| AutoMagicFactory (SeparatistaDocument *pDocument, const wchar_t *pBasePath, 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.
|
|
| 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) |
|
The documentation for this class was generated from the following files:
- /home/okkel/Projects/Cpp/separatista/lib/separatista/automagic.h
- /home/okkel/Projects/Cpp/separatista/lib/separatista/automagic.cpp