|
| CFxUIComboBox () |
|
| ~CFxUIComboBox () |
|
void | clear () |
|
void | addItem (const CFxUIString &text, const CFxUIVariant &userData=CFxUIVariant()) |
|
void | addItem (const CFxUIIcon &icon, const CFxUIString &text, const CFxUIVariant &userData=CFxUIVariant()) |
|
void | insertItems (int index, const CFxUIStringList &list) |
|
void | insertItem (int index, const CFxUIString &text, const CFxUIVariant &userData=CFxUIVariant()) |
|
void | insertItem (int index, const CFxUIIcon &icon, const CFxUIString &text, const CFxUIVariant &userData=CFxUIVariant()) |
|
void | removeItem (int index) |
|
void | setItemText (int index, const CFxUIString &text) |
|
void | setItemIcon (int index, const CFxUIIcon &icon) |
|
void | setEditText (const CFxUIString &text) |
|
int | count () const |
|
void | clearEditText () |
|
CFxUIVariant | itemData (int index, int role=Qt::UserRole) const |
|
void | setItemData (int index, const CFxUIVariant &data, int role=Qt::UserRole) |
|
CFxUIString | itemText (int index) const |
|
void | setCurrentText (const CFxUIString &text) |
|
CFxUIString | currentText () const |
|
int | findData (const CFxUIVariant &data, int role=Qt::UserRole, Qt::MatchFlags flags=static_cast< Qt::MatchFlags >(Qt::MatchExactly|Qt::MatchCaseSensitive)) const |
|
int | findText (const CFxUIString &text, Qt::MatchFlags flags=static_cast< Qt::MatchFlags >(Qt::MatchExactly|Qt::MatchCaseSensitive)) const |
|
void | setCurrentIndex (int iIndex) |
|
int | currentIndex () const |
|
void | setHideEmptyText (bool) |
|
bool | isEditable () const |
|
void | setEditable (bool) |
|
void | setValidator (const CFxUIValidator *) |
|
void | setInsertPolicy (CFxUIComboBox::InsertPolicy) |
|
void | setIconSize (CFxUISize size) |
|
void | setMaxVisibleItems (int Value) |
|
CFxUISignal< void(int)> & | activated () |
|
CFxUISignal< void(int)> & | currentIndexChanged () |
|
CFxUISignal< void(const CFxUIString &)> & | currentStringChanged () |
|
CFxUISignal< void(const CFxUIString &)> & | editTextChanged () |
|
CFxUISignal< void(void)> & | editingFinished () |
|
| CFxUIBaseView () |
|
virtual | ~CFxUIBaseView () |
|
void | setDisabled (bool on) |
|
void | setEnabled (bool on) |
|
bool | isEnabled () const |
|
CFxUIPalette::ColorRole | backgroundRole () |
|
void | setPalette (const CFxUIPalette &) |
|
const CFxUIPalette & | palette () const |
|
bool | isVisible () |
|
void | setVisible (bool bVisible) |
|
bool | hasFocus () const |
|
void | setFocus () |
|
void | setFocus (int iReason) |
|
void | setFocusPolicy (int iPolicy) |
|
int | width () |
|
void | setWidth (int w) |
|
int | height () |
|
void | setHeight (int h) |
|
void | update () |
|
void | setBusyState (bool bBusy=false) |
|
void | resize (int w, int h) |
|
void | setCornerRadius (float radius) |
|
void | setBorderWidth (float width) |
|
void | setBorderWidth (float left, float top, float right, float bottom) |
|
void | setBorderColor (int r, int g, int b) |
|
virtual void | showEvent (CFxUIShowEvent *event) |
|
virtual void | hideEvent (CFxUIHideEvent *event) |
|
virtual void | paintEvent (CFxUIPaintEvent *event) |
|
virtual void | resizeEvent (CFxUIResizeEvent *event) |
|
virtual void | focusInEvent (CFxUIFocusEvent *focusInEvent) |
|
virtual void | focusOutEvent (CFxUIFocusEvent *focusOutEvent) |
|
void | setEventAccepted (bool bAccepted=false) |
|
void | addView (CFxUIBaseView *pChild, float fWeight=0.0) |
|
void | insertView (CFxUIBaseView *pChild, int index=0, float fWeight=0.0) |
|
int | indexOf (CFxUIBaseView *pChild) |
|
void | removeView (CFxUIBaseView *pChild) |
|
void | setPreferableSize (int w, int h) |
|
void | setMinimumWidth (int iWidth) |
|
void | setMinimumHeight (int iHeight) |
|
void | setMinimumSize (const CFxUISize &size) |
|
void | setMaximumWidth (int iWidth) |
|
void | setMaximumHeight (int iHeight) |
|
void | setMaximumSize (const CFxUISize &size) |
|
int | minimumWidth () |
|
int | minimumHeight () |
|
int | maximumWidth () |
|
int | maximumHeight () |
|
void | setToolTip (const CFxUIString &sToolTip) |
|
const CFxUIString | toolTip () |
|
CFxUISignal< void(void)> & | aboutToPassEventToParent () |
|
CFxUISignal< void(void)> & | aboutToShow () |
|
CFxUISignal< void(void)> & | hoverEnter () |
|
CFxUISignal< void(void)> & | hoverLeave () |
|
CFxUISignal< void(bool)> & | visibilityChanged () |
|
| CFxUIObject () |
|
virtual | ~CFxUIObject () |
|
FxNativeHandle | getHandle () const |
|
void | setHandle (FxNativeHandle handle) |
|
void | setParent (CFxUIObject *parent) |
|
CFxUIObject * | parent () |
|
const CFxUIObject * | parent () const |
|
void | setObjectName (const CFxUIString &objectName) |
|
CFxUIString | objectName () const |
|
bool | setProperty (const char *name, const CFxUIVariant &value) |
|
CFxUIVariant | property (const char *name) |
|
CFxUIList< CFxUIObject * > | children () const |
|
template<typename T > |
CFxUIList< T > | findChildren (const CFxUIString &name=CFxUIString()) |
|
void | blockSignals (bool block) |
|
bool | signalsBlocked () const |
|
Class CFxUIComboBox provides a means of presenting a list of options to the user in a way that takes up the minimum amount of screen space.
Definition at line 27 of file FxUIComboBox.h.