MyGUI
3.2.0
|
#include <MyGUI_DeprecatedWidgets.h>
Public Types | |
typedef RTTIBase | Base |
typedef HScroll | 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 |
HScroll () | |
Static Public Member Functions | |
static const std::string & | getClassTypeName () |
Definition at line 57 of file MyGUI_DeprecatedWidgets.h.
typedef RTTIBase MyGUI::HScroll::Base |
Reimplemented from MyGUI::VScroll.
Definition at line 60 of file MyGUI_DeprecatedWidgets.h.
typedef HScroll MyGUI::HScroll::RTTIBase |
Reimplemented from MyGUI::VScroll.
Definition at line 60 of file MyGUI_DeprecatedWidgets.h.
MyGUI::HScroll::HScroll | ( | ) | [inline] |
Definition at line 63 of file MyGUI_DeprecatedWidgets.h.
static const std::string& MyGUI::HScroll::getClassTypeName | ( | ) | [inline, static] |
Reimplemented from MyGUI::VScroll.
Definition at line 60 of file MyGUI_DeprecatedWidgets.h.
virtual const std::string& MyGUI::HScroll::getTypeName | ( | ) | const [inline, virtual] |
Get type name as string
Reimplemented from MyGUI::VScroll.
Definition at line 60 of file MyGUI_DeprecatedWidgets.h.
virtual bool MyGUI::HScroll::isType | ( | const std::type_info & | _type | ) | const [inline, virtual] |
Compare with selected type
Reimplemented from MyGUI::VScroll.
Definition at line 60 of file MyGUI_DeprecatedWidgets.h.
bool MyGUI::HScroll::isType | ( | ) | const [inline] |
Compare with selected type
Reimplemented from MyGUI::VScroll.
Definition at line 60 of file MyGUI_DeprecatedWidgets.h.