MyGUI
3.0.1
|
#include <MyGUI_Tab.h>
Data Structures | |
struct | TabItemInfo |
Public Types | |
typedef RTTIBase | Base |
typedef Tab | RTTIBase |
typedef std::vector< TabItemInfo > | VectorTabItemInfo |
![]() | |
typedef Widget | RTTIBase |
![]() | |
typedef IObject | 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 |
Tab () | |
virtual void | setPosition (const IntPoint &_value) |
| |
virtual void | setSize (const IntSize &_value) |
| |
virtual void | setCoord (const IntCoord &_value) |
| |
void | setPosition (int _left, int _top) |
| |
void | setSize (int _width, int _height) |
| |
void | setCoord (int _left, int _top, int _width, int _height) |
| |
size_t | getItemCount () const |
Get number of items. | |
TabItem * | insertItemAt (size_t _index, const UString &_name, Any _data=Any::Null) |
Insert an item into a array at a specified position. | |
TabItem * | insertItem (TabItem *_to, const UString &_name, Any _data=Any::Null) |
Insert an item into a array. | |
TabItem * | addItem (const UString &_name, Any _data=Any::Null) |
Add an item to the end of a array. | |
void | removeItemAt (size_t _index) |
Remove item at a specified position. | |
void | removeItem (TabItem *_item) |
Remove item. | |
void | removeAllItems () |
Remove all items. | |
TabItem * | getItemAt (size_t _index) |
Get item from specified position. | |
size_t | getItemIndex (TabItem *_item) |
Get item index. | |
size_t | findItemIndex (TabItem *_item) |
Search item, returns the position of the first occurrence in array or ITEM_NONE if item not found. | |
size_t | findItemIndexWith (const UString &_name) |
Search item, returns the position of the first occurrence in array or ITEM_NONE if item not found. | |
TabItem * | findItemWith (const UString &_name) |
Search item, returns the item of the first occurrence in array or nullptr if item not found. | |
size_t | getIndexSelected () |
Get index of selected item (ITEM_NONE if none selected) | |
TabItem * | getItemSelected () |
Get selected item (nullptr if none selected) | |
void | setIndexSelected (size_t _index) |
Select specified _index. | |
void | setItemSelected (TabItem *_item) |
Select item. | |
void | setItemDataAt (size_t _index, Any _data) |
Replace an item data at a specified position. | |
void | setItemData (TabItem *_item, Any _data) |
Replace an item data. | |
void | clearItemDataAt (size_t _index) |
Clear an item data at a specified position. | |
void | clearItemData (TabItem *_item) |
Clear an item data. | |
template<typename ValueType > | |
ValueType * | getItemDataAt (size_t _index, bool _throw=true) |
Get item data from specified position. | |
template<typename ValueType > | |
ValueType * | getItemData (TabItem *_item, bool _throw=true) |
Get item data. | |
void | setItemNameAt (size_t _index, const UString &_name) |
Replace an item name at a specified position. | |
void | setItemName (TabItem *_item, const UString &_name) |
Replace an item name. | |
const UString & | getItemNameAt (size_t _index) |
Get item name from specified position. | |
const UString & | getItemName (TabItem *_item) |
Get item name. | |
void | beginToItemAt (size_t _index) |
Move all elements so specified becomes visible. | |
void | beginToItem (TabItem *_item) |
Move all elements so specified becomes visible. | |
void | beginToItemFirst () |
Move all elements so first becomes visible. | |
void | beginToItemLast () |
Move all elements so last becomes visible. | |
void | beginToItemSelected () |
Move all elements so selected becomes visible. | |
void | setButtonWidthAt (size_t _index, int _width=DEFAULT) |
Set button width at a specified position. | |
void | setButtonWidth (TabItem *_item, int _width=DEFAULT) |
Set button width. | |
int | getButtonWidthAt (size_t _index) |
Get button width at a specified position. | |
int | getButtonWidth (TabItem *_item) |
Get button width. | |
void | setButtonDefaultWidth (int _value) |
int | getButtonDefaultWidth () |
void | setButtonAutoWidth (bool _value) |
bool | getButtonAutoWidth () |
void | setSmoothShow (bool _value) |
bool | getSmoothShow () |
virtual void | setProperty (const std::string &_key, const std::string &_value) |
| |
virtual void | _initialise (WidgetStyle _style, const IntCoord &_coord, Align _align, ResourceSkin *_info, Widget *_parent, ICroppedRectangle *_croppedParent, IWidgetCreator *_creator, const std::string &_name) |
void | setPosition (const IntCoord &_coord) |
void | setPosition (int _left, int _top, int _width, int _height) |
int | getSheetButtonWidthIndex (size_t _index) |
int | getSheetButtonWidth (TabItem *_sheet) |
void | setSheetButtonWidthIndex (size_t _index, int _width=DEFAULT) |
void | setSheetButtonWidth (TabItem *_sheet, int _width=DEFAULT) |
void | showBarButton (size_t _index) |
void | showBarSelectButton () |
size_t | getSheetCount () |
const UString & | getSheetName (TabItem *_sheet) |
const UString & | getSheetNameIndex (size_t _index) |
TabItem * | getSheet (size_t _index) |
void | setSheetNameIndex (size_t _index, const UString &_name, int _width=DEFAULT) |
void | setSheetName (TabItem *_sheet, const UString &_name, int _width=DEFAULT) |
TabItem * | addSheet (const UString &_name, int _width=DEFAULT) |
TabItem * | insertSheet (size_t _index, const UString &_name, int _width=DEFAULT) |
void | removeSheetIndex (size_t _index) |
void | removeSheet (TabItem *_sheet) |
void | selectSheetIndex (size_t _index, bool _smooth=true) |
void | selectSheet (TabItem *_sheet, bool _smooth=true) |
size_t | getSelectSheetIndex () |
size_t | getItemIndexSelected () |
void | setItemSelectedAt (size_t _index) |
![]() | |
template<typename Type > | |
Type * | castType (bool _throw=true) |
template<typename Type > | |
const Type * | castType (bool _throw=true) const |
Widget () | |
Widget * | createWidgetT (const std::string &_type, const std::string &_skin, const IntCoord &_coord, Align _align, const std::string &_name="") |
Widget * | createWidgetT (const std::string &_type, const std::string &_skin, int _left, int _top, int _width, int _height, Align _align, const std::string &_name="") |
Widget * | createWidgetRealT (const std::string &_type, const std::string &_skin, const FloatCoord &_coord, Align _align, const std::string &_name="") |
Widget * | createWidgetRealT (const std::string &_type, const std::string &_skin, float _left, float _top, float _width, float _height, Align _align, const std::string &_name="") |
template<typename T > | |
T * | createWidget (const std::string &_skin, const IntCoord &_coord, Align _align, const std::string &_name="") |
template<typename T > | |
T * | createWidget (const std::string &_skin, int _left, int _top, int _width, int _height, Align _align, const std::string &_name="") |
template<typename T > | |
T * | createWidgetReal (const std::string &_skin, const FloatCoord &_coord, Align _align, const std::string &_name="") |
template<typename T > | |
T * | createWidgetReal (const std::string &_skin, float _left, float _top, float _width, float _height, Align _align, const std::string &_name="") |
Widget * | createWidgetT (WidgetStyle _style, const std::string &_type, const std::string &_skin, const IntCoord &_coord, Align _align, const std::string &_layer="", const std::string &_name="") |
template<typename T > | |
T * | createWidget (WidgetStyle _style, const std::string &_skin, const IntCoord &_coord, Align _align, const std::string &_layer="", const std::string &_name="") |
const std::string & | getName () const |
Get name of widget. | |
void | setRealPosition (const FloatPoint &_value) |
void | setRealSize (const FloatSize &_value) |
void | setRealCoord (const FloatCoord &_value) |
void | setRealPosition (float _left, float _top) |
void | setRealSize (float _width, float _height) |
void | setRealCoord (float _left, float _top, float _width, float _height) |
virtual void | setVisible (bool _value) |
virtual void | setAlign (Align _value) |
virtual void | setCaption (const UString &_value) |
virtual const UString & | getCaption () |
void | setAlpha (float _value) |
float | getAlpha () |
void | setInheritsAlpha (bool _value) |
bool | isInheritsAlpha () |
bool | setState (const std::string &_value) |
void | setColour (const Colour &_value) |
bool | isRootWidget () |
Widget * | getParent () |
EnumeratorWidgetPtr | getEnumerator () |
size_t | getChildCount () |
Widget * | getChildAt (size_t _index) |
Widget * | findWidget (const std::string &_name) |
void | setNeedKeyFocus (bool _value) |
bool | isNeedKeyFocus () |
void | setNeedMouseFocus (bool _value) |
bool | isNeedMouseFocus () |
void | setInheritsPick (bool _value) |
bool | isInheritsPick () |
void | setMaskPick (const std::string &_filename) |
virtual void | setEnabled (bool _value) |
void | setEnabledSilent (bool _value) |
bool | isEnabled () |
void | setPointer (const std::string &_value) |
const std::string & | getPointer () |
const std::string & | getLayerName () |
IntCoord | getClientCoord () |
Widget * | getClientWidget () |
ISubWidgetText * | getSubWidgetText () |
ISubWidgetRect * | getSubWidgetMain () |
void | setNeedToolTip (bool _value) |
bool | getNeedToolTip () |
void | setEnableToolTip (bool _value) |
bool | getEnableToolTip () |
void | detachFromWidget (const std::string &_layer="") |
void | attachToWidget (Widget *_parent, WidgetStyle _style=WidgetStyle::Child, const std::string &_layer="") |
void | changeWidgetSkin (const std::string &_skinname) |
void | setWidgetStyle (WidgetStyle _style, const std::string &_layer="") |
WidgetStyle | getWidgetStyle () |
virtual void | _getContainer (Widget *&_container, size_t &_index) |
void | _forcePeek (Widget *_widget) |
void | _setUVSet (const FloatRect &_rect) |
virtual void | _setTextureName (const std::string &_texture) |
virtual const std::string & | _getTextureName () |
IWidgetCreator * | _getIWidgetCreator () |
IntCoord | _getTextRegion () |
IntSize | _getTextSize () |
void | _setFontName (const std::string &_font) |
const std::string & | _getFontName () |
void | _setFontHeight (int _height) |
int | _getFontHeight () |
void | _setTextAlign (Align _align) |
Align | _getTextAlign () |
void | _setTextColour (const Colour &_colour) |
const Colour & | _getTextColour () |
void | setCaptionWithNewLine (const std::string &_value) |
void | enableToolTip (bool _enable) |
void | setInheritsPeek (bool _inherits) |
bool | isInheritsPeek () |
void | setMaskPeek (const std::string &_filename) |
IntCoord | getTextCoord () |
IntSize | getTextSize () |
void | setFontName (const std::string &_font) |
const std::string & | getFontName () |
void | setFontHeight (int _height) |
int | getFontHeight () |
void | setTextAlign (Align _align) |
Align | getTextAlign () |
void | setTextColour (const Colour &_colour) |
const Colour & | getTextColour () |
![]() | |
virtual | ~IObject () |
![]() | |
ICroppedRectangle () | |
virtual | ~ICroppedRectangle () |
ICroppedRectangle * | getCroppedParent () |
const IntCoord & | getCoord () const |
IntPoint | getPosition () const |
IntSize | getSize () const |
bool | isVisible () const |
const IntPoint & | getAbsolutePosition () const |
IntRect | getAbsoluteRect () const |
IntCoord | getAbsoluteCoord () const |
int | getAbsoluteLeft () const |
int | getAbsoluteTop () const |
Align | getAlign () const |
int | getLeft () const |
int | getRight () const |
int | getTop () const |
int | getBottom () const |
int | getWidth () const |
int | getHeight () const |
bool | _isMargin () const |
int | _getViewLeft () const |
int | _getViewRight () const |
int | _getViewTop () const |
int | _getViewBottom () const |
int | _getViewWidth () const |
int | _getViewHeight () const |
virtual void | _correctView () |
void | _setCroppedParent (ICroppedRectangle *_parent) |
const IntRect & | _getMargin () const |
int | _getMarginLeft () const |
int | _getMarginRight () const |
int | _getMarginTop () const |
int | _getMarginBottom () const |
void | show () |
void | hide () |
bool | isShow () |
![]() | |
LayerItem () | |
virtual | ~LayerItem () |
ILayer * | getLayer () |
virtual void | attachItemToNode (ILayer *_layer, ILayerNode *_node) |
virtual void | detachFromLayer () |
virtual void | upLayerItem () |
void | setRenderItemTexture (ITexture *_texture) |
void | addChildItem (LayerItem *_item) |
void | removeChildItem (LayerItem *_item) |
void | addChildNode (LayerItem *_item) |
void | removeChildNode (LayerItem *_item) |
void | addRenderItem (ISubWidget *_item) |
void | removeAllRenderItems () |
void | saveLayerItem () |
void | restoreLayerItem () |
![]() | |
virtual | ~ILayerItem () |
![]() | |
UserData () | |
virtual | ~UserData () |
void | setUserString (const std::string &_key, const std::string &_value) |
const std::string & | getUserString (const std::string &_key) |
bool | clearUserString (const std::string &_key) |
bool | isUserString (const std::string &_key) |
void | clearUserStrings () |
void | setUserData (Any _data) |
template<typename ValueType > | |
ValueType * | getUserData (bool _throw=true) |
void | _setInternalData (Any _data) |
template<typename ValueType > | |
ValueType * | _getInternalData (bool _throw=true) |
void * | getUserData () |
![]() | |
virtual | ~WidgetEvent () |
![]() | |
virtual | ~IWidgetCreator () |
virtual void | _linkChildWidget (Widget *_widget) |
virtual void | _unlinkChildWidget (Widget *_widget) |
![]() | |
virtual | ~IDelegateUnlink () |
IDelegateUnlink () | |
bool | compare (IDelegateUnlink *_unlink) const |
Static Public Member Functions | |
static const std::string & | getClassTypeName () |
Data Fields | |
EventPair < EventHandle_WidgetSizeT, EventHandle_TabPtrSizeT > | eventTabChangeSelect |
Protected Member Functions | |
virtual | ~Tab () |
void | baseChangeWidgetSkin (ResourceSkin *_info) |
virtual Widget * | baseCreateWidget (WidgetStyle _style, const std::string &_type, const std::string &_skin, const IntCoord &_coord, Align _align, const std::string &_layer, const std::string &_name) |
void | updateBar () |
void | notifyPressedButtonEvent (MyGUI::Widget *_sender) |
void | notifyPressedBarButtonEvent (MyGUI::Widget *_sender) |
int | _getTextWidth (const UString &_text) |
void | _showItem (TabItem *_sheet, bool _show, bool _smooth) |
void | _createItemButton () |
void | _insertItem (size_t _index, const UString &_name, TabItem *_sheet, Any _data) |
void | _notifyDeleteItem (TabItem *_item) |
![]() | |
Widget (WidgetStyle _style, const IntCoord &_coord, Align _align, ResourceSkin *_info, Widget *_parent, ICroppedRectangle *_croppedParent, IWidgetCreator *_creator, const std::string &_name) | |
virtual | ~Widget () |
void | _updateView () |
void | _setAlign (const IntSize &_oldsize, bool _update) |
void | _setAlign (const IntCoord &_oldcoord, bool _update) |
virtual void | _destroyChildWidget (Widget *_widget) |
virtual void | _destroyAllChildWidget () |
virtual size_t | _getContainerIndex (const IntPoint &_point) |
virtual void | _resetContainer (bool _update) |
virtual void | baseUpdateEnable () |
virtual ILayerItem * | getLayerItemByPoint (int _left, int _top) |
virtual const IntCoord & | getLayerItemCoord () |
![]() | |
bool | _checkPoint (int _left, int _top) |
bool | _checkMargin () |
bool | _checkOutside () |
![]() | |
void | attachToLayerItemNode (ILayerNode *_node, bool _deep) |
void | detachFromLayerItemNode (bool _deep) |
![]() | |
WidgetEvent () | |
virtual void | onMouseLostFocus (Widget *_new) |
virtual void | onMouseSetFocus (Widget *_old) |
virtual void | onMouseDrag (int _left, int _top) |
virtual void | onMouseMove (int _left, int _top) |
virtual void | onMouseWheel (int _rel) |
virtual void | onMouseButtonPressed (int _left, int _top, MouseButton _id) |
virtual void | onMouseButtonReleased (int _left, int _top, MouseButton _id) |
virtual void | onMouseButtonClick () |
virtual void | onMouseButtonDoubleClick () |
virtual void | onKeyLostFocus (Widget *_new) |
virtual void | onKeySetFocus (Widget *_old) |
virtual void | onKeyButtonPressed (KeyCode _key, Char _char) |
virtual void | onKeyButtonReleased (KeyCode _key) |
virtual void | onMouseChangeRootFocus (bool _focus) |
virtual void | onKeyChangeRootFocus (bool _focus) |
![]() | |
void | _deleteWidget (Widget *_widget) |
Friends | |
class | TabItem |
Additional Inherited Members | |
![]() | |
MapWidgetStateInfo | mStateInfo |
MaskPickInfo const * | mMaskPickInfo |
MaskPickInfo | mOwnMaskPickInfo |
VectorWidgetPtr | mWidgetChild |
VectorWidgetPtr | mWidgetChildSkin |
VectorSubWidget | mSubSkinChild |
ISubWidgetText * | mText |
ISubWidgetRect * | mMainSkin |
bool | mEnabled |
bool | mInheritsEnabled |
bool | mSubSkinsVisible |
bool | mInheritsVisible |
float | mAlpha |
float | mRealAlpha |
bool | mInheritsAlpha |
std::string | mName |
std::string | mPointer |
std::string | mTextureName |
ITexture * | mTexture |
Widget * | mParent |
IWidgetCreator * | mIWidgetCreator |
bool | mNeedKeyFocus |
bool | mNeedMouseFocus |
bool | mInheritsPick |
Widget * | mWidgetClient |
bool | mNeedToolTip |
bool | mEnableToolTip |
bool | mToolTipVisible |
float | mToolTipCurrentTime |
IntPoint | mToolTipOldPoint |
size_t | mToolTipOldIndex |
IntPoint | m_oldMousePoint |
WidgetStyle | mWidgetStyle |
FloatCoord | mRelativeCoord |
bool | mDisableUpdateRelative |
Definition at line 37 of file MyGUI_Tab.h.
typedef RTTIBase MyGUI::Tab::Base |
Definition at line 44 of file MyGUI_Tab.h.
typedef Tab MyGUI::Tab::RTTIBase |
Definition at line 44 of file MyGUI_Tab.h.
typedef std::vector<TabItemInfo> MyGUI::Tab::VectorTabItemInfo |
Definition at line 65 of file MyGUI_Tab.h.
MyGUI::Tab::Tab | ( | ) |
Definition at line 36 of file MyGUI_Tab.cpp.
|
protectedvirtual |
Definition at line 63 of file MyGUI_Tab.cpp.
|
protected |
Definition at line 530 of file MyGUI_Tab.cpp.
|
protected |
Definition at line 538 of file MyGUI_Tab.cpp.
|
virtual |
Reimplemented from MyGUI::Widget.
Definition at line 56 of file MyGUI_Tab.cpp.
|
protected |
Definition at line 579 of file MyGUI_Tab.cpp.
|
protected |
Definition at line 554 of file MyGUI_Tab.cpp.
|
protected |
Definition at line 505 of file MyGUI_Tab.cpp.
Add an item to the end of a array.
Definition at line 96 of file MyGUI_Tab.h.
Definition at line 282 of file MyGUI_Tab.h.
|
protectedvirtual |
Reimplemented from MyGUI::Widget.
Definition at line 69 of file MyGUI_Tab.cpp.
|
protectedvirtual |
Reimplemented from MyGUI::Widget.
Definition at line 160 of file MyGUI_Tab.cpp.
|
inline |
Move all elements so specified becomes visible.
Definition at line 193 of file MyGUI_Tab.h.
void MyGUI::Tab::beginToItemAt | ( | size_t | _index | ) |
Move all elements so specified becomes visible.
Definition at line 392 of file MyGUI_Tab.cpp.
|
inline |
Move all elements so first becomes visible.
Definition at line 196 of file MyGUI_Tab.h.
|
inline |
Move all elements so last becomes visible.
Definition at line 199 of file MyGUI_Tab.h.
|
inline |
Move all elements so selected becomes visible.
Definition at line 202 of file MyGUI_Tab.h.
|
inline |
Clear an item data.
Definition at line 153 of file MyGUI_Tab.h.
|
inline |
Clear an item data at a specified position.
Definition at line 151 of file MyGUI_Tab.h.
size_t MyGUI::Tab::findItemIndex | ( | TabItem * | _item | ) |
Search item, returns the position of the first occurrence in array or ITEM_NONE if item not found.
Definition at line 659 of file MyGUI_Tab.cpp.
size_t MyGUI::Tab::findItemIndexWith | ( | const UString & | _name | ) |
Search item, returns the position of the first occurrence in array or ITEM_NONE if item not found.
Definition at line 668 of file MyGUI_Tab.cpp.
Search item, returns the item of the first occurrence in array or nullptr if item not found.
Definition at line 677 of file MyGUI_Tab.cpp.
|
inline |
Get button auto width flag
Definition at line 228 of file MyGUI_Tab.h.
|
inline |
Get default button width
Definition at line 223 of file MyGUI_Tab.h.
|
inline |
Get button width.
Definition at line 216 of file MyGUI_Tab.h.
int MyGUI::Tab::getButtonWidthAt | ( | size_t | _index | ) |
Get button width at a specified position.
Definition at line 606 of file MyGUI_Tab.cpp.
|
inlinestatic |
Reimplemented from MyGUI::Widget.
Definition at line 44 of file MyGUI_Tab.h.
|
inline |
Get index of selected item (ITEM_NONE if none selected)
Definition at line 130 of file MyGUI_Tab.h.
TabItem * MyGUI::Tab::getItemAt | ( | size_t | _index | ) |
Get item from specified position.
Definition at line 618 of file MyGUI_Tab.cpp.
|
inline |
Get number of items.
Definition at line 85 of file MyGUI_Tab.h.
|
inline |
Get item data.
Definition at line 164 of file MyGUI_Tab.h.
|
inline |
Get item data from specified position.
Definition at line 157 of file MyGUI_Tab.h.
size_t MyGUI::Tab::getItemIndex | ( | TabItem * | _item | ) |
Get item index.
Definition at line 650 of file MyGUI_Tab.cpp.
|
inline |
Definition at line 297 of file MyGUI_Tab.h.
Get item name.
Definition at line 183 of file MyGUI_Tab.h.
const UString & MyGUI::Tab::getItemNameAt | ( | size_t | _index | ) |
Get item name from specified position.
Definition at line 612 of file MyGUI_Tab.cpp.
TabItem * MyGUI::Tab::getItemSelected | ( | ) |
Get selected item (nullptr if none selected)
Definition at line 686 of file MyGUI_Tab.cpp.
|
inline |
Definition at line 294 of file MyGUI_Tab.h.
|
inline |
Definition at line 276 of file MyGUI_Tab.h.
|
inline |
Definition at line 260 of file MyGUI_Tab.h.
|
inline |
Definition at line 258 of file MyGUI_Tab.h.
|
inline |
Definition at line 270 of file MyGUI_Tab.h.
Definition at line 272 of file MyGUI_Tab.h.
|
inline |
Definition at line 274 of file MyGUI_Tab.h.
|
inline |
Get smooth sheets showing flag
Definition at line 233 of file MyGUI_Tab.h.
|
inlinevirtual |
Get type name as string
Reimplemented from MyGUI::Widget.
Definition at line 44 of file MyGUI_Tab.h.
|
inline |
Insert an item into a array.
Definition at line 90 of file MyGUI_Tab.h.
Insert an item into a array at a specified position.
Definition at line 172 of file MyGUI_Tab.cpp.
|
inline |
Definition at line 284 of file MyGUI_Tab.h.
|
inline |
Compare with selected type
Reimplemented from MyGUI::Widget.
Definition at line 44 of file MyGUI_Tab.h.
|
inlinevirtual |
Compare with selected type
Reimplemented from MyGUI::Widget.
Definition at line 44 of file MyGUI_Tab.h.
|
protected |
Definition at line 355 of file MyGUI_Tab.cpp.
|
protected |
Definition at line 331 of file MyGUI_Tab.cpp.
void MyGUI::Tab::removeAllItems | ( | ) |
Remove all items.
Definition at line 630 of file MyGUI_Tab.cpp.
|
inline |
Remove item.
Definition at line 104 of file MyGUI_Tab.h.
void MyGUI::Tab::removeItemAt | ( | size_t | _index | ) |
Remove item at a specified position.
Definition at line 624 of file MyGUI_Tab.cpp.
|
inline |
Definition at line 288 of file MyGUI_Tab.h.
|
inline |
Definition at line 286 of file MyGUI_Tab.h.
|
inline |
Definition at line 292 of file MyGUI_Tab.h.
|
inline |
Definition at line 290 of file MyGUI_Tab.h.
void MyGUI::Tab::setButtonAutoWidth | ( | bool | _value | ) |
Enable or disable button auto width
Definition at line 434 of file MyGUI_Tab.cpp.
void MyGUI::Tab::setButtonDefaultWidth | ( | int | _value | ) |
Set default button width and disable autowidth mode
Definition at line 427 of file MyGUI_Tab.cpp.
Set button width.
Definition at line 211 of file MyGUI_Tab.h.
void MyGUI::Tab::setButtonWidthAt | ( | size_t | _index, |
int | _width = DEFAULT |
||
) |
Set button width at a specified position.
Definition at line 451 of file MyGUI_Tab.cpp.
|
virtual |
Set widget position and size
Reimplemented from MyGUI::Widget.
Definition at line 196 of file MyGUI_Tab.cpp.
|
inline |
See Widget::setCoord(const IntCoord& _coord)
Reimplemented from MyGUI::Widget.
Definition at line 79 of file MyGUI_Tab.h.
void MyGUI::Tab::setIndexSelected | ( | size_t | _index | ) |
Select specified _index.
Definition at line 482 of file MyGUI_Tab.cpp.
Replace an item data.
Definition at line 148 of file MyGUI_Tab.h.
void MyGUI::Tab::setItemDataAt | ( | size_t | _index, |
Any | _data | ||
) |
Replace an item data at a specified position.
Definition at line 600 of file MyGUI_Tab.cpp.
Replace an item name.
Definition at line 177 of file MyGUI_Tab.h.
void MyGUI::Tab::setItemNameAt | ( | size_t | _index, |
const UString & | _name | ||
) |
Replace an item name at a specified position.
Definition at line 467 of file MyGUI_Tab.cpp.
|
inline |
Select item.
Definition at line 139 of file MyGUI_Tab.h.
|
inline |
Definition at line 299 of file MyGUI_Tab.h.
|
virtual |
Set widget position (position of left top corner)
Reimplemented from MyGUI::Widget.
Definition at line 182 of file MyGUI_Tab.cpp.
|
inline |
See Widget::setPosition(const IntPoint& _pos)
Reimplemented from MyGUI::Widget.
Definition at line 75 of file MyGUI_Tab.h.
|
inline |
Reimplemented from MyGUI::Widget.
Definition at line 253 of file MyGUI_Tab.h.
|
inline |
Reimplemented from MyGUI::Widget.
Definition at line 255 of file MyGUI_Tab.h.
|
virtual |
Set any widget property
_key | Property name (for example Widget_Alpha or Edit_MultiLine) |
_value | Value converted to string |
Reimplemented from MyGUI::Widget.
Definition at line 691 of file MyGUI_Tab.cpp.
Definition at line 264 of file MyGUI_Tab.h.
|
inline |
Definition at line 262 of file MyGUI_Tab.h.
|
inline |
Definition at line 280 of file MyGUI_Tab.h.
|
inline |
Definition at line 278 of file MyGUI_Tab.h.
|
virtual |
|
inline |
See Widget::setSize(const IntSize& _size)
Reimplemented from MyGUI::Widget.
Definition at line 77 of file MyGUI_Tab.h.
|
inline |
Enable or disable smooth sheets showing
Definition at line 231 of file MyGUI_Tab.h.
|
inline |
Definition at line 266 of file MyGUI_Tab.h.
|
inline |
Definition at line 268 of file MyGUI_Tab.h.
|
protected |
Definition at line 203 of file MyGUI_Tab.cpp.
|
friend |
Definition at line 42 of file MyGUI_Tab.h.
EventPair<EventHandle_WidgetSizeT, EventHandle_TabPtrSizeT> MyGUI::Tab::eventTabChangeSelect |
Event : Active Tab sheet changed
signature : void method(MyGUI::Tab* _sender, size_t _index)
_sender | widget that called this event |
_index | Index of selected sheet |
Definition at line 244 of file MyGUI_Tab.h.