CFx SDK Documentation
2023 SP0
|
#include <FxUISegmentedControl.h>
Additional Inherited Members | |
Public Types inherited from CFxUIBaseView | |
enum | TextAlignment { AlignLeft = 0x0001 , AlignRight = 0x0002 , AlignHCenter = 0x0004 , AlignJustify = 0x0008 , AlignTop = 0x0020 , AlignBottom = 0x0040 , AlignVCenter = 0x0080 , AlignBaseline = 0x0100 , AlignCenter = AlignVCenter | AlignHCenter } |
enum | FocusPolicyType { eNoFocus = 0 , eTabFocus = 0x1 , eClickFocus = 0x2 , eStrongFocus = eTabFocus | eClickFocus | 0x8 , eWheelFocus = eStrongFocus | 0x4 , eKeyboardOnSetfocus = 0x10 } |
enum | UIWidthSizePolicy { eXS = 0 , eS , eM , eL , eXL } |
Static Public Member Functions inherited from CFxUIBaseView | |
static void | setTabOrder (CFxUIObject *first, CFxUIObject *second) |
Protected Member Functions inherited from CFxUIObject | |
CFxUIObject * | sender () |
Protected Attributes inherited from CFxUIObject | |
CFxUIObjectImpl * | m_pImpl |
CFxUIObjectData * | m_pData |
Class CFxUISegmentedControl
Definition at line 25 of file FxUISegmentedControl.h.
CFxUISegmentedControl::CFxUISegmentedControl | ( | ) |
Constructor
CFxUISegmentedControl::~CFxUISegmentedControl | ( | ) |
Destructor
void CFxUISegmentedControl::addItems | ( | const CFxUIStringList & | segments | ) |
Add the item list in the segmented control.
segments | Input string list to be added |
int CFxUISegmentedControl::currentIndex | ( | ) | const |
Returns the current index in list. If no item return -1.
CFxUISignal<void(int)>& CFxUISegmentedControl::currentIndexChanged | ( | ) |
Signal is emitted whenever current index is changed in the list.
void CFxUISegmentedControl::setCurrentIndex | ( | int | iIndex | ) |
Sets the current index in list
Index | Input index to set as current index |