MyGUI
3.2.1
|
#include <MyGUI_DeprecatedWidgets.h>
Public Types | |
typedef RTTIBase | Base |
typedef VScroll | RTTIBase |
Public Member Functions | |
virtual const std::string & | getTypeName () const |
virtual bool | isType (const std::type_info &_type) const |
template<typename Type > | |
bool | isType () const |
VScroll () | |
Static Public Member Functions | |
static const std::string & | getClassTypeName () |
Data Fields | |
EventPair < EventHandle_WidgetSizeT, EventHandle_VScrollPtrSizeT > | eventScrollChangePosition |
Definition at line 21 of file MyGUI_DeprecatedWidgets.h.
typedef RTTIBase MyGUI::VScroll::Base |
Reimplemented from MyGUI::ScrollBar.
Reimplemented in MyGUI::HScroll.
Definition at line 24 of file MyGUI_DeprecatedWidgets.h.
typedef VScroll MyGUI::VScroll::RTTIBase |
Reimplemented from MyGUI::ScrollBar.
Reimplemented in MyGUI::HScroll.
Definition at line 24 of file MyGUI_DeprecatedWidgets.h.
MyGUI::VScroll::VScroll | ( | ) | [inline] |
Definition at line 27 of file MyGUI_DeprecatedWidgets.h.
static const std::string& MyGUI::VScroll::getClassTypeName | ( | ) | [inline, static] |
Reimplemented from MyGUI::ScrollBar.
Reimplemented in MyGUI::HScroll.
Definition at line 24 of file MyGUI_DeprecatedWidgets.h.
virtual const std::string& MyGUI::VScroll::getTypeName | ( | ) | const [inline, virtual] |
Get type name as string
Reimplemented from MyGUI::ScrollBar.
Reimplemented in MyGUI::HScroll.
Definition at line 24 of file MyGUI_DeprecatedWidgets.h.
virtual bool MyGUI::VScroll::isType | ( | const std::type_info & | _type | ) | const [inline, virtual] |
Compare with selected type
Reimplemented from MyGUI::ScrollBar.
Reimplemented in MyGUI::HScroll.
Definition at line 24 of file MyGUI_DeprecatedWidgets.h.
bool MyGUI::VScroll::isType | ( | ) | const [inline] |
Compare with selected type
Reimplemented from MyGUI::ScrollBar.
Reimplemented in MyGUI::HScroll.
Definition at line 24 of file MyGUI_DeprecatedWidgets.h.
EventPair<EventHandle_WidgetSizeT, EventHandle_VScrollPtrSizeT> MyGUI::VScroll::eventScrollChangePosition |
Event : scroll tracker position changed.
signature : void method(MyGUI::VScroll* _sender, size_t _position)
_sender | widget that called this event |
_position | - new tracker position |
Reimplemented from MyGUI::ScrollBar.
Definition at line 38 of file MyGUI_DeprecatedWidgets.h.