Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
cXDesktopMgr.cpp File Reference

Namespaces

 GrayGUI
 

Macros

#define cXDesktopMgrProp(a, b, c, d, e)   { #a, c, offsetof(cXDesktopMgr,d), _sizeofm(cXDesktopMgr,d), b, PLEVEL_GM, PLEVEL_GM, CSCRIPT_PROP_HELP(e), nullptr, &cXDesktopMgr::sm_ScriptInterfaceDef },
 
#define cXDesktopMgrMethod(a, b, c)   CSCRIPT_METHOD_IMP(a,b,c),
 

Functions

 GrayGUI::CSCRIPT_CLASS_IMP1 (XDesktopMgr, cXDesktopMgr::sm_Props, cXDesktopMgr::sm_Methods, "The desktop manager params")
 

Detailed Description

Macro Definition Documentation

◆ cXDesktopMgrMethod

#define cXDesktopMgrMethod (   a,
  b,
 
)    CSCRIPT_METHOD_IMP(a,b,c),

◆ cXDesktopMgrProp

#define cXDesktopMgrProp (   a,
  b,
  c,
  d,
 
)    { #a, c, offsetof(cXDesktopMgr,d), _sizeofm(cXDesktopMgr,d), b, PLEVEL_GM, PLEVEL_GM, CSCRIPT_PROP_HELP(e), nullptr, &cXDesktopMgr::sm_ScriptInterfaceDef },