CMGDK r49-rc2
名字空间 | 宏定义 | 函数
K:/CMGDKv18/SDK/Source/GUI/PageControl.CPP文件参考
#include <hgl/gui/PageControl.H>
#include <hgl/hgl.h>
#include <hgl/gui/Common.H>

名字空间

namespace  hgl
 

__MAKE_HGL__&&!__MAKE_PLUGIN__


namespace  hgl::gui

宏定义

#define PROCFUNC(proc)
#define PROCFUNC(func, type)

函数

 hgl::gui::PROCFUNC (Proc_MouseLeftUp)
 hgl::gui::PROCFUNC (Proc_MouseLeftDoubleClick)
 hgl::gui::PROCFUNC (Proc_MouseRightDown)
 hgl::gui::PROCFUNC (Proc_MouseRightUp)
 hgl::gui::PROCFUNC (Proc_MouseRightDoubleClick)
 hgl::gui::PROCFUNC (Proc_MouseMidDown)
 hgl::gui::PROCFUNC (Proc_MouseMidUp)
 hgl::gui::PROCFUNC (Proc_MouseMidDoubleClick)
 hgl::gui::PROCFUNC (Proc_JoystickDown, uint)
 hgl::gui::PROCFUNC (Proc_JoystickPress, uint)
 hgl::gui::PROCFUNC (Proc_JoystickUp, uint)
 hgl::gui::PROCFUNC (Proc_KeyDown, uint)
 hgl::gui::PROCFUNC (Proc_KeyPress, uint)
 hgl::gui::PROCFUNC (Proc_KeyUp, uint)
 hgl::gui::PROCFUNC (Proc_Char, wchar_t)

宏定义文档

#define PROCFUNC (   proc)
值:
bool PageControl::proc(int x,int y,uint key)    \
                                        {   \
                                            return MultiFlow.proc(x,y,key); \
                                        }
#define PROCFUNC (   func,
  type 
)
值:
bool PageControl::func(type key)    \
        {   \
            return MultiFlow.func(key); \
        }   \
 全部  名字空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义