MyGUI  3.0.1
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions
MyGUI::HScroll Class Reference

#include <MyGUI_HScroll.h>

+ Inheritance diagram for MyGUI::HScroll:

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 ()
virtual int getLineSize ()
 
virtual void setTrackSize (int _value)
 
virtual int getTrackSize ()
 
virtual void _initialise (WidgetStyle _style, const IntCoord &_coord, Align _align, ResourceSkin *_info, Widget *_parent, ICroppedRectangle *_croppedParent, IWidgetCreator *_creator, const std::string &_name)

Static Public Member Functions

static const std::string & getClassTypeName ()

Protected Member Functions

virtual ~HScroll ()
void baseChangeWidgetSkin (ResourceSkin *_info)

Detailed Description

Definition at line 32 of file MyGUI_HScroll.h.


Member Typedef Documentation

Reimplemented from MyGUI::VScroll.

Definition at line 35 of file MyGUI_HScroll.h.

Reimplemented from MyGUI::VScroll.

Definition at line 35 of file MyGUI_HScroll.h.


Constructor & Destructor Documentation

Definition at line 32 of file MyGUI_HScroll.cpp.

MyGUI::HScroll::~HScroll ( ) [protected, virtual]

Definition at line 43 of file MyGUI_HScroll.cpp.


Member Function Documentation

void MyGUI::HScroll::_initialise ( WidgetStyle  _style,
const IntCoord _coord,
Align  _align,
ResourceSkin _info,
Widget _parent,
ICroppedRectangle _croppedParent,
IWidgetCreator _creator,
const std::string &  _name 
) [virtual]

Reimplemented from MyGUI::VScroll.

Definition at line 36 of file MyGUI_HScroll.cpp.

void MyGUI::HScroll::baseChangeWidgetSkin ( ResourceSkin _info) [protected, virtual]

Reimplemented from MyGUI::VScroll.

Definition at line 48 of file MyGUI_HScroll.cpp.

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

Reimplemented from MyGUI::VScroll.

Definition at line 35 of file MyGUI_HScroll.h.

int MyGUI::HScroll::getLineSize ( ) [virtual]

Get size in pixels of area where scroll moves

Reimplemented from MyGUI::VScroll.

Definition at line 144 of file MyGUI_HScroll.cpp.

int MyGUI::HScroll::getTrackSize ( ) [virtual]

Get size of track in pixels

Reimplemented from MyGUI::VScroll.

Definition at line 139 of file MyGUI_HScroll.cpp.

virtual const std::string& MyGUI::HScroll::getTypeName ( ) const [inline, virtual]

Get type name as string

Reimplemented from MyGUI::VScroll.

Definition at line 35 of file MyGUI_HScroll.h.

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

Compare with selected type

Reimplemented from MyGUI::VScroll.

Definition at line 35 of file MyGUI_HScroll.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 35 of file MyGUI_HScroll.h.

void MyGUI::HScroll::setTrackSize ( int  _value) [virtual]

Set size of track in pixels

Parameters:
_valuein pixels, if less than MinTrackSize, MinTrackSize used

Reimplemented from MyGUI::VScroll.

Definition at line 132 of file MyGUI_HScroll.cpp.


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