PuzzleSDK
MenuTest.cpp 文件参考
#include "MenuTest.h"
#include "../testResource.h"
+ MenuTest.cpp 的引用(Include)关系图:

浏览源代码.

宏定义

#define MID_CALLBACK   1000
 
#define MID_CALLBACK2   1001
 
#define MID_DISABLED   1002
 
#define MID_ENABLE   1003
 
#define MID_CONFIG   1004
 
#define MID_QUIT   1005
 
#define MID_OPACITY   1006
 
#define MID_ALIGN   1007
 
#define MID_CALLBACK3   1008
 
#define MID_BACKCALLBACK   1009
 

枚举

enum  { kTagMenu = 1 , kTagMenu0 = 0 , kTagMenu1 = 1 }
 

变量

 USING_NS_CC
 

宏定义说明

◆ MID_ALIGN

#define MID_ALIGN   1007

在文件 MenuTest.cpp45 行定义.

◆ MID_BACKCALLBACK

#define MID_BACKCALLBACK   1009

在文件 MenuTest.cpp47 行定义.

◆ MID_CALLBACK

#define MID_CALLBACK   1000

在文件 MenuTest.cpp38 行定义.

◆ MID_CALLBACK2

#define MID_CALLBACK2   1001

在文件 MenuTest.cpp39 行定义.

◆ MID_CALLBACK3

#define MID_CALLBACK3   1008

在文件 MenuTest.cpp46 行定义.

◆ MID_CONFIG

#define MID_CONFIG   1004

在文件 MenuTest.cpp42 行定义.

◆ MID_DISABLED

#define MID_DISABLED   1002

在文件 MenuTest.cpp40 行定义.

◆ MID_ENABLE

#define MID_ENABLE   1003

在文件 MenuTest.cpp41 行定义.

◆ MID_OPACITY

#define MID_OPACITY   1006

在文件 MenuTest.cpp44 行定义.

◆ MID_QUIT

#define MID_QUIT   1005

在文件 MenuTest.cpp43 行定义.

枚举类型说明

◆ anonymous enum

anonymous enum
枚举值
kTagMenu 
kTagMenu0 
kTagMenu1 

在文件 MenuTest.cpp32 行定义.

32 {
33 kTagMenu = 1,
34 kTagMenu0 = 0,
35 kTagMenu1 = 1,
36};
@ kTagMenu0
Definition: MenuTest.cpp:34
@ kTagMenu1
Definition: MenuTest.cpp:35
@ kTagMenu
Definition: MenuTest.cpp:33

变量说明

◆ USING_NS_CC

USING_NS_CC

在文件 MenuTest.cpp30 行定义.