MyGUI  3.2.2
MyGUI_DeprecatedTypes.h
Go to the documentation of this file.
1 /*
2  * This source file is part of MyGUI. For the latest info, see http://mygui.info/
3  * Distributed under the MIT License
4  * (See accompanying file COPYING.MIT or copy at http://opensource.org/licenses/MIT)
5  */
6 
7 #ifndef MYGUI_DEPRECATED_TYPES_H_
8 #define MYGUI_DEPRECATED_TYPES_H_
9 
10 namespace MyGUI
11 {
12  template <typename Type>
14  {
15  public:
16  };
17 
18 #ifndef MYGUI_DONT_USE_OBSOLETE
19 
20  typedef Widget* WidgetPtr;
21  typedef Button* ButtonPtr;
22  typedef Window* WindowPtr;
24  typedef TabItem* TabItemPtr;
25  typedef ItemBox* ItemBoxPtr;
28  typedef MenuBar* MenuBarPtr;
31  typedef Canvas* CanvasPtr;
32 
33  class HScroll;
34  typedef HScroll* HScrollPtr;
35 
36  class VScroll;
37  typedef VScroll* VScrollPtr;
38 
39  typedef TabItem Sheet;
40  typedef TabItem* SheetPtr;
41 
42  typedef Canvas RenderBox;
43  typedef Canvas* RenderBoxPtr;
44 
46  typedef StaticImage* StaticImagePtr;
47 
49  typedef StaticText* StaticTextPtr;
50 
52  typedef Progress* ProgressPtr;
53 
54  typedef ListBox List;
55  typedef List* ListPtr;
56 
57  typedef EditBox Edit;
58  typedef Edit* EditPtr;
59 
60  typedef TabControl Tab;
61  typedef Tab* TabPtr;
62 
64  typedef MultiList* MultiListPtr;
65 
67  typedef MenuCtrl* MenuCtrlPtr;
68 
69 #endif // MYGUI_DONT_USE_OBSOLETE
70 
71 } // namespace MyGUI
72 
73 #endif // MYGUI_DEPRECATED_TYPES_H_
Widget properties. Widget_skin_childs Skin childs. Widget widget description should be here...
Definition: MyGUI_Widget.h:29
StaticImage * StaticImagePtr
ComboBox properties. ComboBox_skin_childs Skin childs. ComboBox widget description should be here...
HScroll * HScrollPtr
TabItem properties. TabItem_skin_childs Skin childs. TabItem widget description should be here...
Definition: MyGUI_TabItem.h:20
ImageBox properties. ImageBox_skin_childs Skin childs. ImageBox widget description should be here...
ItemBox * ItemBoxPtr
MenuControl properties. MenuControl_skin_childs Skin childs. MenuControl widget description should b...
ItemBox properties. ItemBox_skin_childs Skin childs. ItemBox widget description should be here...
Definition: MyGUI_ItemBox.h:29
PopupMenu * PopupMenuPtr
DDContainer * DDContainerPtr
TabItem * SheetPtr
ComboBox * ComboBoxPtr
Button * ButtonPtr
MenuItem * MenuItemPtr
ListBox properties. ListBox_skin_childs Skin childs. ListBox widget description should be here...
Definition: MyGUI_ListBox.h:27
MultiListBox MultiList
MenuControl MenuCtrl
Button properties. Button_skin_childs Skin childs. Button widget description should be here...
Definition: MyGUI_Button.h:19
EditBox properties. EditBox_skin_childs Skin childs. EditBox widget description should be here...
Definition: MyGUI_EditBox.h:25
MenuBar * MenuBarPtr
TabItem * TabItemPtr
StaticText * StaticTextPtr
ProgressBar properties. ProgressBar_skin_childs Skin childs. ProgressBar widget description should b...
PopupMenu properties. PopupMenu_skin_childs Skin childs. PopupMenu widget description should be here...
TextBox StaticText
ScrollView properties. ScrollView_skin_childs Skin childs. ScrollView widget description should be h...
Widget * WidgetPtr
Canvas RenderBox
DDContainer properties. DDContainer_skin_childs Skin childs. DDContainer widget description should b...
TabControl Tab
MenuBar properties. MenuBar_skin_childs Skin childs. MenuBar widget description should be here...
Definition: MyGUI_MenuBar.h:19
Progress * ProgressPtr
Canvas * RenderBoxPtr
MultiListBox properties. MultiListBox_skin_childs Skin childs. MultiListBox widget description shoul...
Window * WindowPtr
TextBox properties. TextBox_skin_childs Skin childs. TextBox widget description should be here...
Definition: MyGUI_TextBox.h:19
Canvas properties. Canvas_skin_childs Skin childs. Widget wrapper over Texture - shows the texture...
Definition: MyGUI_Canvas.h:21
Window properties. Window_skin_childs Skin childs. Window widget description should be here...
Definition: MyGUI_Window.h:27
MenuItem properties. MenuItem_skin_childs Skin childs. MenuItem widget description should be here...
ScrollView * ScrollViewPtr
Canvas * CanvasPtr
ImageBox StaticImage
TabControl properties. TabControl_skin_childs Skin childs. TabControl widget description should be h...
MenuCtrl * MenuCtrlPtr
ProgressBar Progress
MultiList * MultiListPtr
VScroll * VScrollPtr