MyGUI  3.4.0
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  using WidgetPtr = Widget*;
21  using ButtonPtr = Button*;
22  using WindowPtr = Window*;
24  using TabItemPtr = TabItem*;
25  using ItemBoxPtr = ItemBox*;
28  using MenuBarPtr = MenuBar*;
31  using CanvasPtr = Canvas*;
32 
33  class HScroll;
34  using HScrollPtr = HScroll*;
35 
36  class VScroll;
37  using VScrollPtr = VScroll*;
38 
39  using Sheet = TabItem;
40  using SheetPtr = TabItem*;
41 
42  using RenderBox = Canvas;
43  using RenderBoxPtr = Canvas*;
44 
47 
50 
53 
54  using List = ListBox;
55  using ListPtr = List*;
56 
57  using Edit = EditBox;
58  using EditPtr = Edit*;
59 
60  using Tab = TabControl;
61  using TabPtr = Tab*;
62 
65 
68 
69 #endif // MYGUI_DONT_USE_OBSOLETE
70 
71 } // namespace MyGUI
72 
73 #endif // MYGUI_DEPRECATED_TYPES_H_
MyGUI::ListBox
ListBox properties. Skin childs. ListBox widget description should be here.
Definition: MyGUI_ListBox.h:31
MyGUI::MenuBar
MenuBar properties. Skin childs. MenuBar widget description should be here.
Definition: MyGUI_MenuBar.h:21
MyGUI::ImageBox
ImageBox properties. Skin childs. ImageBox widget description should be here.
Definition: MyGUI_ImageBox.h:24
MyGUI::EditBox
EditBox properties. Skin childs. EditBox widget description should be here.
Definition: MyGUI_EditBox.h:29
MyGUI::ProgressBar
ProgressBar properties. Skin childs. ProgressBar widget description should be here.
Definition: MyGUI_ProgressBar.h:24
MyGUI::Window
Window properties. Skin childs. Window widget description should be here.
Definition: MyGUI_Window.h:30
MyGUI::MultiListBox
MultiListBox properties. Skin childs. MultiListBox widget description should be here.
Definition: MyGUI_MultiListBox.h:39
MyGUI::Widget
Widget properties. Skin childs. Widget widget description should be here.
Definition: MyGUI_Widget.h:37
MyGUI::PopupMenu
PopupMenu properties. Skin childs. PopupMenu widget description should be here.
Definition: MyGUI_PopupMenu.h:21
MyGUI::Button
Button properties. Skin childs. Button widget description should be here.
Definition: MyGUI_Button.h:22
MyGUI::MenuItem
MenuItem properties. Skin childs. MenuItem widget description should be here.
Definition: MyGUI_MenuItem.h:25
MyGUI::Canvas
Canvas properties. Skin childs. Widget wrapper over Texture - shows the texture. Implemented: resizin...
Definition: MyGUI_Canvas.h:24
MyGUI::VScroll
Definition: MyGUI_DeprecatedWidgets.h:21
MyGUI::ItemBox
ItemBox properties. Skin childs. ItemBox widget description should be here.
Definition: MyGUI_ItemBox.h:33
MyGUI::TextBox
TextBox properties. Skin childs. TextBox widget description should be here.
Definition: MyGUI_TextBox.h:21
MyGUI::MemberObsolete
Definition: MyGUI_DeprecatedTypes.h:14
MyGUI::HScroll
Definition: MyGUI_DeprecatedWidgets.h:33
MyGUI::TabItem
TabItem properties. Skin childs. TabItem widget description should be here.
Definition: MyGUI_TabItem.h:22
MyGUI::MenuControl
MenuControl properties. Skin childs. MenuControl widget description should be here.
Definition: MyGUI_MenuControl.h:34
MyGUI::DDContainer
DDContainer properties. Skin childs. DDContainer widget description should be here.
Definition: MyGUI_DDContainer.h:29
MyGUI::ScrollView
ScrollView properties. Skin childs. ScrollView widget description should be here.
Definition: MyGUI_ScrollView.h:24
MyGUI
Definition: MyGUI_ActionController.h:15
MyGUI::ComboBox
ComboBox properties. Skin childs. ComboBox widget description should be here.
Definition: MyGUI_ComboBox.h:32
MyGUI::TabControl
TabControl properties. Skin childs. TabControl widget description should be here.
Definition: MyGUI_TabControl.h:30