|
extern |
called when ZFApp::appExit
param0 is a v_zfint contains appExitCode
param1 is a v_zfbool, set to true to override and ignore default impl
|
extern |
called when ZFApp::appRestart
param0 is a v_zfbool, set to true to override and ignore default impl
|
extern |
notified after change, param0 is the old path value (as v_zfstring)
notified to ZFGlobalObserver only
|
extern |
notified after change, param0 is the old path value (as v_zfstring)
notified to ZFGlobalObserver only
|
extern |
notified after change, param0 is the old path value (as v_zfstring)
notified to ZFGlobalObserver only
|
extern |
notified after change, param0 is the old path value (as v_zfstring)
notified to ZFGlobalObserver only
|
extern |
notified to ZFGlobalObserver only
|
extern |
notified to ZFGlobalObserver only
|
extern |
notified when ZFFrameworkInit finished, params and result has no use and is always null
|
extern |
notified before ZFFrameworkCleanup, params and result has no use and is always null
|
extern |
notified when received memory warning (depend on implementation), params and result has no use and is always null
|
extern |
|
extern |
|
extern |
notified when ZFLogLevelDefault changed
|
extern |
notified when any class data changed, notified to ZFClassDataUpdateObserver, see ZFObject::observerNotify
param0 is a v_ZFClassDataUpdateData
called when:
for each event call, ZFClassDataUpdateData::changedClass, ZFClassDataUpdateData::changedProperty and ZFClassDataUpdateData::changedMethod are ensured only one not null
note this method would be notified only if ZFFrameworkStateCheck with ZFLevelZFFrameworkLow returned ZFFrameworkStateAvailable
|
extern |
notified when ZFStyleUpdateEnd
|
extern |
notified when setting an invalid style value
sender is the styleable object that changing the styleKey, param0 is a v_zfstring if chaning property's name or holds empty string if changing the styleable object itself, param1 is a v_zfstring that holds the new styleKey
|
extern |
notified when ZFLuaStateAttach, called in the same thread of ZFLuaStateAttach called, param0 is a v_zfptr to lua state
|
extern |
notified when ZFLuaStateDetach, called in the same thread of ZFLuaStateDetach called, param0 is a v_zfptr to lua state
|
extern |
notified when ZFUISysWindow::mainWindow has attached, either by access ZFUISysWindow::mainWindow, or by ZFUISysWindow::mainWindowRegister
|
extern |
sender is the view that was blinked
notified when a view start to blink
|
extern |
sender is the view that was blinked
notified when a view stop blink
|
extern |
notified when about to start test case, see ZFTestCaseRunAllStart
|
extern |
notified when about to stop test case, see ZFTestCaseRunAllStop