Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
Combobox Item. More...
#include <FXTable.h>
Public Member Functions | |
FXComboTableItem (const FXString &text, FXIcon *ic=nullptr, void *ptr=nullptr) | |
Construct new table item. | |
virtual FXWindow * | getControlFor (FXTable *table) |
Create input control for editing this item. | |
virtual void | setFromControl (FXWindow *control) |
Set value from input control. | |
void | setSelections (const FXString &strings) |
Set selections as newline-separated strings. | |
const FXString & | getSelections () const |
Return selections. | |
Public Member Functions inherited from FX::FXTableItem | |
FXTableItem (const FXString &text, FXIcon *ic=nullptr, FXptr ptr=nullptr) | |
Construct new table item. | |
virtual void | setText (const FXString &txt) |
Change item's text label. | |
virtual FXString | getText () const |
Return item's text label. | |
virtual void | setIcon (FXIcon *icn, FXbool owned=false) |
Change item's icon, deleting the old icon if it was owned. | |
virtual FXIcon * | getIcon () const |
Return item's icon. | |
void | setTipText (const FXString &text) |
Set the tool tip message for this item. | |
const FXString & | getTipText () const |
Get the tool tip message for this item. | |
void | setData (FXptr ptr) |
Change item's user data. | |
FXptr | getData () const |
Get item's user data. | |
virtual void | setFocus (FXbool focus) |
Make item draw as focused. | |
FXbool | hasFocus () const |
Return true if item has focus. | |
virtual void | setSelected (FXbool selected) |
Select item. | |
FXbool | isSelected () const |
Return true if this item is selected. | |
virtual void | setEnabled (FXbool enabled) |
Enable or disable item. | |
FXbool | isEnabled () const |
Return true if this item is enabled. | |
virtual void | setDraggable (FXbool draggable) |
Make item draggable. | |
FXbool | isDraggable () const |
Return true if this item is draggable. | |
virtual void | setJustify (FXuint justify=RIGHT|CENTER_Y) |
Change item content justification. | |
FXuint | getJustify () const |
Return item content justification. | |
virtual void | setIconPosition (FXuint mode) |
Change item icon position. | |
FXuint | getIconPosition () const |
Return item icon position. | |
virtual void | setBorders (FXuint borders=0) |
Change item borders. | |
FXuint | getBorders () const |
Return item borders. | |
virtual void | setStipple (FXStipplePattern pattern) |
Change item background stipple. | |
FXStipplePattern | getStipple () const |
Return item background stipple. | |
virtual FXint | getWidth (const FXTable *table) const |
Return width of item. | |
virtual FXint | getHeight (const FXTable *table) const |
Return height of item. | |
virtual void | create () |
Create server-side resources. | |
virtual void | detach () |
Detach server-side resources. | |
virtual void | destroy () |
Destroy server-side resources. | |
virtual void | save (FXStream &store) const |
Save to stream. | |
virtual void | load (FXStream &store) |
Load from stream. | |
virtual | ~FXTableItem () |
Delete item and free icon if owned. | |
Public Member Functions inherited from FX::FXObject | |
const FXchar * | getClassName () const |
Get class name of some object. | |
FXbool | isMemberOf (const FXMetaClass *metaclass) const |
Check if object is member of metaclass. | |
virtual long | tryHandle (FXObject *sender, FXSelector sel, void *ptr) |
Try handle message safely, catching certain exceptions. | |
virtual long | onDefault (FXObject *, FXSelector, void *) |
Called for unhandled messages. | |
virtual | ~FXObject () |
Virtual destructor. | |
Protected Attributes | |
FXString | selections |
Protected Attributes inherited from FX::FXTableItem | |
FXString | label |
FXString | tip |
FXIcon * | icon |
FXptr | data |
FXuint | state |
Additional Inherited Members | |
Public Types inherited from FX::FXTableItem | |
enum | { SELECTED = 0x00000001, FOCUS = 0x00000002, DISABLED = 0x00000004, DRAGGABLE = 0x00000008, RESERVED1 = 0x00000010, RESERVED2 = 0x00000020, ICONOWNED = 0x00000040, RIGHT = 0x00002000, LEFT = 0x00004000, CENTER_X = 0, TOP = 0x00008000, BOTTOM = 0x00010000, CENTER_Y = 0, BEFORE = 0x00020000, AFTER = 0x00040000, ABOVE = 0x00080000, BELOW = 0x00100000, LBORDER = 0x00200000, RBORDER = 0x00400000, TBORDER = 0x00800000, BBORDER = 0x01000000 } |
Protected Member Functions inherited from FX::FXTableItem | |
FXint | textWidth (const FXTable *table) const |
FXint | textHeight (const FXTable *table) const |
virtual void | draw (const FXTable *table, FXDC &dc, FXint x, FXint y, FXint w, FXint h) const |
virtual void | drawBorders (const FXTable *table, FXDC &dc, FXint x, FXint y, FXint w, FXint h) const |
virtual void | drawContent (const FXTable *table, FXDC &dc, FXint x, FXint y, FXint w, FXint h) const |
virtual void | drawPattern (const FXTable *table, FXDC &dc, FXint x, FXint y, FXint w, FXint h) const |
virtual void | drawBackground (const FXTable *table, FXDC &dc, FXint x, FXint y, FXint w, FXint h) const |
Combobox Item.
Copyright © 1997-2022 Jeroen van der Zijp |