|
nux-1.14.0
|
Public Member Functions | |
| AbstractComboBox (NUX_FILE_LINE_PROTO) | |
| virtual long | ProcessEvent (IEvent &ievent, long TraverseInfo, long ProcessEventInfo)=0 |
| virtual void | Draw (GraphicsEngine &GfxContext, bool force_draw) |
| virtual void | DrawContent (GraphicsEngine &GfxContext, bool force_draw) |
| virtual void | PostDraw (GraphicsEngine &GfxContext, bool force_draw) |
| void | RecvMouseEnter (int x, int y, unsigned long button_flags, unsigned long key_flags) |
| void | RecvMouseLeave (int x, int y, unsigned long button_flags, unsigned long key_flags) |
| StaticText * | GetStaticText () |
Protected Attributes | |
| HLayout * | m_hlayout |
| InputArea * | _combo_box_area |
| InputArea * | _combo_box_opening_area |
| StaticText * | _pango_static_text |
| bool | m_MenuIsActive |
| bool | m_IsOpeningMenu |
Static Protected Attributes | |
| static Color | m_sCOMBO_COLOR = Color (0x009F9F00) |
| static Color | m_sCOMBO_BUTTON_COLOR = Color (0x00FFFFFF) |
| static Color | m_sCOMBO_MOUSEOVER_COLOR = Color (0x55FFFFFF) |
Definition at line 31 of file AbstractComboBox.h.