MyGUI
3.4.3
Main Page
Related Pages
Namespaces
Data Structures
Files
Examples
File List
Globals
MyGUIEngine
include
MyGUI_SubWidgetBinding.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_SUB_WIDGET_BINDING_H_
8
#define MYGUI_SUB_WIDGET_BINDING_H_
9
10
#include "
MyGUI_Prerequest.h
"
11
#include "
MyGUI_ISubWidget.h
"
12
13
namespace
MyGUI
14
{
15
16
// вспомогательный класс для инициализации сабскинов
17
class
MYGUI_EXPORT
SubWidgetBinding
18
{
19
// для доступа к внутренним членам
20
friend
class
ResourceSkin
;
21
22
public
:
23
SubWidgetBinding
();
24
SubWidgetBinding
(
const
IntCoord
& _coord,
Align
_aligin, std::string_view _type);
25
26
void
create
(
const
IntCoord
& _coord,
Align
_aligin, std::string_view _type);
27
28
void
clear
();
29
30
void
add
(std::string_view _name,
IStateInfo
* _data, std::string_view _skin);
31
32
private
:
33
IntCoord
mOffset;
34
Align
mAlign;
35
std::string mType;
36
MapStateInfo
mStates;
37
};
38
39
}
// namespace MyGUI
40
41
42
#endif
// MYGUI_SUB_WIDGET_BINDING_H_
MyGUI_ISubWidget.h
MYGUI_EXPORT
#define MYGUI_EXPORT
Definition
MyGUI_Platform.h:77
MyGUI_Prerequest.h
MyGUI::IStateInfo
Definition
MyGUI_IStateInfo.h:17
MyGUI::SubWidgetBinding::clear
void clear()
Definition
MyGUI_SubWidgetBinding.cpp:31
MyGUI::SubWidgetBinding::create
void create(const IntCoord &_coord, Align _aligin, std::string_view _type)
Definition
MyGUI_SubWidgetBinding.cpp:23
MyGUI::SubWidgetBinding::SubWidgetBinding
SubWidgetBinding()
Definition
MyGUI_SubWidgetBinding.cpp:13
MyGUI::SubWidgetBinding::add
void add(std::string_view _name, IStateInfo *_data, std::string_view _skin)
Definition
MyGUI_SubWidgetBinding.cpp:38
MyGUI::SubWidgetBinding::ResourceSkin
friend class ResourceSkin
Definition
MyGUI_SubWidgetBinding.h:20
MyGUI
Definition
MyGUI_ActionController.h:15
MyGUI::IntCoord
types::TCoord< int > IntCoord
Definition
MyGUI_Types.h:36
MyGUI::MapStateInfo
std::map< std::string, IStateInfo *, std::less<> > MapStateInfo
Definition
MyGUI_IStateInfo.h:22
MyGUI::Align
Definition
MyGUI_Align.h:20
Generated by
1.14.0