MyGUI  3.2.0
Public Types | Public Member Functions | Static Public Member Functions | Data Fields
MyGUI::VScroll Class Reference

#include <MyGUI_DeprecatedWidgets.h>

+ Inheritance diagram for MyGUI::VScroll:

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

Detailed Description

Definition at line 36 of file MyGUI_DeprecatedWidgets.h.


Member Typedef Documentation

Reimplemented from MyGUI::ScrollBar.

Reimplemented in MyGUI::HScroll.

Definition at line 39 of file MyGUI_DeprecatedWidgets.h.

Reimplemented from MyGUI::ScrollBar.

Reimplemented in MyGUI::HScroll.

Definition at line 39 of file MyGUI_DeprecatedWidgets.h.


Constructor & Destructor Documentation

Definition at line 42 of file MyGUI_DeprecatedWidgets.h.


Member Function Documentation

static const std::string& MyGUI::VScroll::getClassTypeName ( ) [inline, static]

Reimplemented from MyGUI::ScrollBar.

Reimplemented in MyGUI::HScroll.

Definition at line 39 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 39 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 39 of file MyGUI_DeprecatedWidgets.h.

template<typename Type >
bool MyGUI::VScroll::isType ( ) const [inline]

Compare with selected type

Reimplemented from MyGUI::ScrollBar.

Reimplemented in MyGUI::HScroll.

Definition at line 39 of file MyGUI_DeprecatedWidgets.h.


Field Documentation

Event : scroll tracker position changed.
signature : void method(MyGUI::VScroll* _sender, size_t _position)

Parameters:
_senderwidget that called this event
_position- new tracker position

Reimplemented from MyGUI::ScrollBar.

Definition at line 54 of file MyGUI_DeprecatedWidgets.h.


The documentation for this class was generated from the following file: