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 
47 
50 
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 
65 
68 
69 #endif // MYGUI_DONT_USE_OBSOLETE
70 
71 } // namespace MyGUI
72 
73 #endif // MYGUI_DEPRECATED_TYPES_H_
Widget properties. Skin childs. Widget widget description should be here.
Definition: MyGUI_Widget.h:29
StaticImage * StaticImagePtr
ComboBox properties. Skin childs. ComboBox widget description should be here.
HScroll * HScrollPtr
TabItem properties. Skin childs. TabItem widget description should be here.
Definition: MyGUI_TabItem.h:20
ImageBox properties. Skin childs. ImageBox widget description should be here.
ItemBox * ItemBoxPtr
MenuControl properties. Skin childs. MenuControl widget description should be here.
ItemBox properties. 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. Skin childs. ListBox widget description should be here.
Definition: MyGUI_ListBox.h:27
MultiListBox MultiList
MenuControl MenuCtrl
Button properties. Skin childs. Button widget description should be here.
Definition: MyGUI_Button.h:19
EditBox properties. Skin childs. EditBox widget description should be here.
Definition: MyGUI_EditBox.h:25
MenuBar * MenuBarPtr
TabItem * TabItemPtr
StaticText * StaticTextPtr
ProgressBar properties. Skin childs. ProgressBar widget description should be here.
PopupMenu properties. Skin childs. PopupMenu widget description should be here.
TextBox StaticText
ScrollView properties. Skin childs. ScrollView widget description should be here.
Widget * WidgetPtr
Canvas RenderBox
DDContainer properties. Skin childs. DDContainer widget description should be here.
TabControl Tab
MenuBar properties. Skin childs. MenuBar widget description should be here.
Definition: MyGUI_MenuBar.h:19
Progress * ProgressPtr
Canvas * RenderBoxPtr
MultiListBox properties. Skin childs. MultiListBox widget description should be here.
Window * WindowPtr
TextBox properties. Skin childs. TextBox widget description should be here.
Definition: MyGUI_TextBox.h:19
Canvas properties. Skin childs. Widget wrapper over Texture - shows the texture. Implemented: resizin...
Definition: MyGUI_Canvas.h:21
Window properties. Skin childs. Window widget description should be here.
Definition: MyGUI_Window.h:27
MenuItem properties. Skin childs. MenuItem widget description should be here.
ScrollView * ScrollViewPtr
Canvas * CanvasPtr
ImageBox StaticImage
TabControl properties. Skin childs. TabControl widget description should be here.
MenuCtrl * MenuCtrlPtr
ProgressBar Progress
MultiList * MultiListPtr
VScroll * VScrollPtr