YSTest  PreAlpha_b500_20140530
The YSLib Test Project
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义  
YSLib/UI/YModules.h
浏览该文件的文档.
1 /*
2  © 2013-2014 FrankHB.
3 
4  This file is part of the YSLib project, and may only be used,
5  modified, and distributed under the terms of the YSLib project
6  license, LICENSE.TXT. By continuing to use, modify, or distribute
7  this file you indicate that you have read the license and
8  understand and accept it fully.
9 */
10 
33 #ifndef YSL_INC_UI_YModules_h_
34 #define YSL_INC_UI_YModules_h_ 1
35 
36 #include "../../YModules.h"
37 #include "../Service/YModules.h"
38 
40 
41 #define YFM_YSLib_UI_YComponent <YSLib/UI/YComponent.h>
42 #define YFM_YSLib_UI_YStyle <YSLib/UI/ystyle.h>
43 #define YFM_YSLib_UI_YRenderer <YSLib/UI/yrender.h>
44 #define YFM_YSLib_UI_YFocus <YSLib/UI/yfocus.h>
45 #define YFM_YSLib_UI_YWidgetEvent <YSLib/UI/ywgtevt.h>
46 #define YFM_YSLib_UI_YWidgetView <YSLib/UI/ywgtview.h>
47 #define YFM_YSLib_UI_YWidget <YSLib/UI/ywidget.h>
48 #define YFM_YSLib_UI_YControl <YSLib/UI/ycontrol.h>
49 #define YFM_YSLib_UI_YBrush <YSLib/UI/YBrush.h>
50 #define YFM_YSLib_UI_YGUI <YSLib/UI/ygui.h>
51 #define YFM_YSLib_UI_YUIContainer <YSLib/UI/yuicont.h>
52 #define YFM_YSLib_UI_YPanel <YSLib/UI/ypanel.h>
53 #define YFM_YSLib_UI_YWindow <YSLib/UI/ywindow.h>
54 #define YFM_YSLib_UI_YDesktop <YSLib/UI/ydesktop.h>
55 #define YFM_YSLib_UI_Console <YSLib/UI/Console.h>
56 #define YFM_YSLib_UI_WidgetIteration <YSLib/UI/WidgetIteration.h>
57 #define YFM_YSLib_UI_Animation <YSLib/UI/Animation.h>
58 #define YFM_YSLib_UI_Border <YSLib/UI/Border.h>
59 #define YFM_YSLib_UI_Hover <YSLib/UI/Hover.h>
60 #define YFM_YSLib_UI_Viewer <YSLib/UI/viewer.hpp>
61 #define YFM_YSLib_UI_Loader <YSLib/UI/Loader.h>
62 #define YFM_YSLib_UI_Label <YSLib/UI/label.h>
63 #define YFM_YSLib_UI_Button <YSLib/UI/button.h>
64 #define YFM_YSLib_UI_UIContainerEx <YSLib/UI/uicontx.h>
65 #define YFM_YSLib_UI_Form <YSLib/UI/form.h>
66 #define YFM_YSLib_UI_Selector <YSLib/UI/Selector.h>
67 #define YFM_YSLib_UI_Scroll <YSLib/UI/scroll.h>
68 #define YFM_YSLib_UI_Progress <YSLib/UI/progress.h>
69 #define YFM_YSLib_UI_TextArea <YSLib/UI/textarea.h>
70 #define YFM_YSLib_UI_TextList <YSLib/UI/textlist.h>
71 #define YFM_YSLib_UI_ComboList <YSLib/UI/ComboList.h>
72 #define YFM_YSLib_UI_Menu <YSLib/UI/menu.h>
73 
74 #define YFM_YSLib_UI_TabControl <YSLib/UI/TabControl.h>
76 #define YFM_YSLib_UI_TextBox <YSLib/UI/TextBox.h>
78 #define YFM_YSLib_UI_ExStyle <YSLib/UI/ExStyle.h>
80 
81 #endif
82