MyGUI  3.2.1
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions
MyGUI::TabItem Class Reference

TabItem properties. Skin childs. TabItem widget description should be here. More...

#include <MyGUI_TabItem.h>

+ Inheritance diagram for MyGUI::TabItem:

Public Types

typedef RTTIBase Base
typedef TabItem 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
 TabItem ()
virtual void setCaption (const UString &_value)
virtual const UStringgetCaption ()
void setButtonWidth (int _value=DEFAULT)
 Set button width.

Static Public Member Functions

static const std::string & getClassTypeName ()

Protected Member Functions

virtual void initialiseOverride ()
virtual void shutdownOverride ()
virtual void setPropertyOverride (const std::string &_key, const std::string &_value)

Detailed Description

TabItem properties. Skin childs. TabItem widget description should be here.

Definition at line 20 of file MyGUI_TabItem.h.


Member Typedef Documentation

Reimplemented from MyGUI::TextBox.

Definition at line 23 of file MyGUI_TabItem.h.

Reimplemented from MyGUI::TextBox.

Definition at line 23 of file MyGUI_TabItem.h.


Constructor & Destructor Documentation

Definition at line 13 of file MyGUI_TabItem.cpp.


Member Function Documentation

const UString & MyGUI::TabItem::getCaption ( ) [virtual]

Get item caption

Reimplemented from MyGUI::TextBox.

Definition at line 43 of file MyGUI_TabItem.cpp.

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

Reimplemented from MyGUI::TextBox.

Definition at line 23 of file MyGUI_TabItem.h.

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

Get type name as string

Reimplemented from MyGUI::TextBox.

Definition at line 23 of file MyGUI_TabItem.h.

void MyGUI::TabItem::initialiseOverride ( ) [protected, virtual]

Reimplemented from MyGUI::Widget.

Definition at line 17 of file MyGUI_TabItem.cpp.

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

Compare with selected type

Reimplemented from MyGUI::TextBox.

Definition at line 23 of file MyGUI_TabItem.h.

virtual bool MyGUI::TabItem::isType ( const std::type_info &  _type) const [inline, virtual]

Compare with selected type

Reimplemented from MyGUI::TextBox.

Definition at line 23 of file MyGUI_TabItem.h.

void MyGUI::TabItem::setButtonWidth ( int  _value = DEFAULT)

Set button width.

Definition at line 51 of file MyGUI_TabItem.cpp.

void MyGUI::TabItem::setCaption ( const UString _value) [virtual]

Set item caption

Reimplemented from MyGUI::TextBox.

Definition at line 34 of file MyGUI_TabItem.cpp.

void MyGUI::TabItem::setPropertyOverride ( const std::string &  _key,
const std::string &  _value 
) [protected, virtual]
Properties:
ButtonWidth is TabItem property with type int. Ширина кнопки.

Reimplemented from MyGUI::TextBox.

Definition at line 58 of file MyGUI_TabItem.cpp.

void MyGUI::TabItem::shutdownOverride ( ) [protected, virtual]

Reimplemented from MyGUI::Widget.

Definition at line 25 of file MyGUI_TabItem.cpp.


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