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_
MyGUI::MenuItemPtr
MenuItem * MenuItemPtr
Definition: MyGUI_DeprecatedTypes.h:26
MyGUI::VScrollPtr
VScroll * VScrollPtr
Definition: MyGUI_DeprecatedTypes.h:36
MyGUI::ListBox
ListBox properties. Skin childs. ListBox widget description should be here.
Definition: MyGUI_ListBox.h:27
MyGUI::MenuCtrlPtr
MenuCtrl * MenuCtrlPtr
Definition: MyGUI_DeprecatedTypes.h:67
MyGUI::List
ListBox List
Definition: MyGUI_DeprecatedTypes.h:54
MyGUI::ComboBoxPtr
ComboBox * ComboBoxPtr
Definition: MyGUI_DeprecatedTypes.h:23
MyGUI::MenuBar
MenuBar properties. Skin childs. MenuBar widget description should be here.
Definition: MyGUI_MenuBar.h:19
MyGUI::ImageBox
ImageBox properties. Skin childs. ImageBox widget description should be here.
Definition: MyGUI_ImageBox.h:21
MyGUI::RenderBoxPtr
Canvas * RenderBoxPtr
Definition: MyGUI_DeprecatedTypes.h:43
MyGUI::SheetPtr
TabItem * SheetPtr
Definition: MyGUI_DeprecatedTypes.h:40
MyGUI::WidgetPtr
Widget * WidgetPtr
Definition: MyGUI_DeprecatedTypes.h:20
MyGUI::MenuCtrl
MenuControl MenuCtrl
Definition: MyGUI_DeprecatedTypes.h:66
MyGUI::EditBox
EditBox properties. Skin childs. EditBox widget description should be here.
Definition: MyGUI_EditBox.h:25
MyGUI::ProgressBar
ProgressBar properties. Skin childs. ProgressBar widget description should be here.
Definition: MyGUI_ProgressBar.h:21
MyGUI::CanvasPtr
Canvas * CanvasPtr
Definition: MyGUI_DeprecatedTypes.h:31
MyGUI::RenderBox
Canvas RenderBox
Definition: MyGUI_DeprecatedTypes.h:42
MyGUI::Window
Window properties. Skin childs. Window widget description should be here.
Definition: MyGUI_Window.h:27
MyGUI::MenuBarPtr
MenuBar * MenuBarPtr
Definition: MyGUI_DeprecatedTypes.h:28
MyGUI::MultiListBox
MultiListBox properties. Skin childs. MultiListBox widget description should be here.
Definition: MyGUI_MultiListBox.h:32
MyGUI::StaticImagePtr
StaticImage * StaticImagePtr
Definition: MyGUI_DeprecatedTypes.h:46
MyGUI::Widget
Widget properties. Skin childs. Widget widget description should be here.
Definition: MyGUI_Widget.h:29
MyGUI::PopupMenu
PopupMenu properties. Skin childs. PopupMenu widget description should be here.
Definition: MyGUI_PopupMenu.h:19
MyGUI::Button
Button properties. Skin childs. Button widget description should be here.
Definition: MyGUI_Button.h:19
MyGUI::ProgressPtr
Progress * ProgressPtr
Definition: MyGUI_DeprecatedTypes.h:52
MyGUI::EditPtr
Edit * EditPtr
Definition: MyGUI_DeprecatedTypes.h:58
MyGUI::ListPtr
List * ListPtr
Definition: MyGUI_DeprecatedTypes.h:55
MyGUI::HScrollPtr
HScroll * HScrollPtr
Definition: MyGUI_DeprecatedTypes.h:33
MyGUI::MenuItem
MenuItem properties. Skin childs. MenuItem widget description should be here.
Definition: MyGUI_MenuItem.h:21
MyGUI::ButtonPtr
Button * ButtonPtr
Definition: MyGUI_DeprecatedTypes.h:21
MyGUI::DDContainerPtr
DDContainer * DDContainerPtr
Definition: MyGUI_DeprecatedTypes.h:30
MyGUI::Canvas
Canvas properties. Skin childs. Widget wrapper over Texture - shows the texture. Implemented: resizin...
Definition: MyGUI_Canvas.h:21
MyGUI::MultiListPtr
MultiList * MultiListPtr
Definition: MyGUI_DeprecatedTypes.h:64
MyGUI::ItemBoxPtr
ItemBox * ItemBoxPtr
Definition: MyGUI_DeprecatedTypes.h:25
MyGUI::VScroll
Definition: MyGUI_DeprecatedWidgets.h:19
MyGUI::Sheet
TabItem Sheet
Definition: MyGUI_DeprecatedTypes.h:39
MyGUI::Tab
TabControl Tab
Definition: MyGUI_DeprecatedTypes.h:60
MyGUI::StaticTextPtr
StaticText * StaticTextPtr
Definition: MyGUI_DeprecatedTypes.h:49
MyGUI::ItemBox
ItemBox properties. Skin childs. ItemBox widget description should be here.
Definition: MyGUI_ItemBox.h:29
MyGUI::TextBox
TextBox properties. Skin childs. TextBox widget description should be here.
Definition: MyGUI_TextBox.h:19
MyGUI::WindowPtr
Window * WindowPtr
Definition: MyGUI_DeprecatedTypes.h:22
MyGUI::StaticText
TextBox StaticText
Definition: MyGUI_DeprecatedTypes.h:48
MyGUI::PopupMenuPtr
PopupMenu * PopupMenuPtr
Definition: MyGUI_DeprecatedTypes.h:27
MyGUI::MemberObsolete
Definition: MyGUI_DeprecatedTypes.h:13
MyGUI::ScrollViewPtr
ScrollView * ScrollViewPtr
Definition: MyGUI_DeprecatedTypes.h:29
MyGUI::Edit
EditBox Edit
Definition: MyGUI_DeprecatedTypes.h:57
MyGUI::HScroll
Definition: MyGUI_DeprecatedWidgets.h:31
MyGUI::TabItem
TabItem properties. Skin childs. TabItem widget description should be here.
Definition: MyGUI_TabItem.h:20
MyGUI::Progress
ProgressBar Progress
Definition: MyGUI_DeprecatedTypes.h:51
MyGUI::MenuControl
MenuControl properties. Skin childs. MenuControl widget description should be here.
Definition: MyGUI_MenuControl.h:30
MyGUI::DDContainer
DDContainer properties. Skin childs. DDContainer widget description should be here.
Definition: MyGUI_DDContainer.h:27
MyGUI::StaticImage
ImageBox StaticImage
Definition: MyGUI_DeprecatedTypes.h:45
MyGUI::TabItemPtr
TabItem * TabItemPtr
Definition: MyGUI_DeprecatedTypes.h:24
MyGUI::ScrollView
ScrollView properties. Skin childs. ScrollView widget description should be here.
Definition: MyGUI_ScrollView.h:20
MyGUI
Definition: MyGUI_ActionController.h:14
MyGUI::TabPtr
Tab * TabPtr
Definition: MyGUI_DeprecatedTypes.h:61
MyGUI::ComboBox
ComboBox properties. Skin childs. ComboBox widget description should be here.
Definition: MyGUI_ComboBox.h:28
MyGUI::MultiList
MultiListBox MultiList
Definition: MyGUI_DeprecatedTypes.h:63
MyGUI::TabControl
TabControl properties. Skin childs. TabControl widget description should be here.
Definition: MyGUI_TabControl.h:26