Separatista
|
Public Member Functions | |
SumAutoMagic (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) |
Protected Member Functions | |
void | sum () |
Protected Member Functions inherited from Separatista::AutoMagic | |
Element * | getValueElement () |
Static Protected Member Functions | |
static unsigned int | atoi (const wchar_t c) |
static wchar_t | itoa (unsigned int i) |
static size_t | findCh (const wchar_t *pValue, const wchar_t ch) |
Returns strlen pValue if not found. | |
Additional Inherited Members | |
Static Public Member Functions inherited from Separatista::AutoMagic | |
static void | installAutoMagic (SeparatistaDocument *pDocument) |