MyGUI
3.4.1
Main Page
Related Pages
Namespaces
Data Structures
Files
Examples
File List
Globals
MyGUIEngine
include
MyGUI_ISubWidgetRect.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_I_SUB_WIDGET_RECT_H_
8
#define MYGUI_I_SUB_WIDGET_RECT_H_
9
10
#include "
MyGUI_Prerequest.h
"
11
#include "
MyGUI_ISubWidget.h
"
12
#include "
MyGUI_Colour.h
"
13
14
namespace
MyGUI
15
{
16
17
class
MYGUI_EXPORT
ISubWidgetRect
:
18
public
ISubWidget
19
{
20
MYGUI_RTTI_DERIVED
(
ISubWidgetRect
)
21
22
public
:
23
virtual
void
_setUVSet
(
const
FloatRect
& _rect) { }
24
virtual
void
_setColour
(
const
Colour
& _value) { }
25
};
26
27
}
// namespace MyGUI
28
29
#endif
// MYGUI_I_SUB_WIDGET_RECT_H_
MyGUI_Colour.h
MyGUI_ISubWidget.h
MYGUI_EXPORT
#define MYGUI_EXPORT
Definition:
MyGUI_Platform.h:89
MyGUI_Prerequest.h
MYGUI_RTTI_DERIVED
#define MYGUI_RTTI_DERIVED(DerivedType)
Definition:
MyGUI_RTTI.h:48
MyGUI::ISubWidget
Definition:
MyGUI_ISubWidget.h:27
MyGUI::ISubWidgetRect
Definition:
MyGUI_ISubWidgetRect.h:19
MyGUI::ISubWidgetRect::_setUVSet
virtual void _setUVSet(const FloatRect &_rect)
Definition:
MyGUI_ISubWidgetRect.h:23
MyGUI::ISubWidgetRect::_setColour
virtual void _setColour(const Colour &_value)
Definition:
MyGUI_ISubWidgetRect.h:24
MyGUI
Definition:
MyGUI_ActionController.h:15
MyGUI::Colour
Definition:
MyGUI_Colour.h:17
MyGUI::types::TRect< float >
Generated by
1.9.4