CFx SDK Documentation
2020SP3
|
#include <FxUISpinBox.h>
Additional Inherited Members | |
![]() | |
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 void | setTabOrder (CFxUIObject *first, CFxUIObject *second) |
![]() | |
CFxUIObject * | sender () |
![]() | |
CFxUIObjectImpl * | m_pImpl |
CFxUIObjectData * | m_pData |
Class CFxUI type spin box.
Definition at line 25 of file FxUISpinBox.h.
CFxUISpinBox::CFxUISpinBox | ( | ) |
Constructor
CFxUISpinBox::~CFxUISpinBox | ( | ) |
Destructor
void CFxUISpinBox::setValue | ( | int | i | ) |
Sets the value of spin box.
i | Input. |