ZFFramework
 
Loading...
Searching...
No Matches
ZFApp.h
Go to the documentation of this file.
1
5
6#ifndef _ZFI_ZFApp_h_
7#define _ZFI_ZFApp_h_
8
9#include "ZFMainEntry.h"
10
12
28
29// ============================================================
45#endif // #ifndef _ZFI_ZFApp_h_
46
#define ZFLIB_ZFCore
used to export symbols
Definition ZFCoreEnvDef.h:30
_ZFT_t_zfint zfint
same as int, see zfindex
Definition ZFCoreTypeDef_CoreType.h:165
app's main entry wrapper
#define ZFMP_IN_OPT(ParamType, paramName, DefaultValue)
see ZFMP_IN
Definition ZFMethod.h:108
#define ZFMETHOD_FUNC_DECLARE_0(ZFLIB_, ReturnType, MethodName)
declare function type of ZFMethod
Definition ZFMethodFuncDeclare.h:493
#define ZFMETHOD_FUNC_DECLARE_1(ZFLIB_, ReturnType, MethodName, ZFMP_0)
see ZFMETHOD_FUNC_DECLARE_0
Definition ZFMethodFuncDeclare.h:624
#define ZF_NAMESPACE_GLOBAL_BEGIN
begin namespace ZFFramework
Definition ZFNamespace.h:97
#define ZF_NAMESPACE_END(NameSpace)
end namespace
Definition ZFNamespace.h:60
#define ZF_NAMESPACE_GLOBAL_END
end namespace ZFFramework
Definition ZFNamespace.h:98
#define ZF_NAMESPACE_BEGIN(NameSpace)
begin namespace
Definition ZFNamespace.h:40
#define ZFEVENT_GLOBAL(ZFLIB_, YourEvent)
declare a observer event in global scope, see ZFEVENT
Definition ZFObjectObserver.h:369
Definition ZFApp.h:30
void appExitCode(zfint exitCode)
exit code for app, 0 by default
void appExit(zfint appExitCode=(ZFApp::appExitCode()))
exit the app
void appRestart()
restart the app
Definition ZFApp.h:13