MyGUI 3.4.1
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
10namespace 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*;
31 using CanvasPtr = Canvas*;
32
33 class HScroll;
35
36 class VScroll;
38
39 using Sheet = TabItem;
40 using SheetPtr = TabItem*;
41
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_
widget description should be here.
Definition: MyGUI_Button.h:22
wrapper over Texture - shows the texture. Implemented: resizing of texture (see TextureResizeMode); r...
Definition: MyGUI_Canvas.h:24
widget description should be here.
widget description should be here.
widget description should be here.
Definition: MyGUI_EditBox.h:29
widget description should be here.
widget description should be here.
Definition: MyGUI_ItemBox.h:33
widget description should be here.
Definition: MyGUI_ListBox.h:31
widget description should be here.
Definition: MyGUI_MenuBar.h:21
widget description should be here.
widget description should be here.
widget description should be here.
widget description should be here.
widget description should be here.
widget description should be here.
widget description should be here.
widget description should be here.
Definition: MyGUI_TabItem.h:22
widget description should be here.
Definition: MyGUI_TextBox.h:21
widget description should be here.
Definition: MyGUI_Widget.h:37
widget description should be here.
Definition: MyGUI_Window.h:30