#include <Nux/ComboBoxComplex.h>
Public Member Functions |
| ComboBoxComplex (NUX_FILE_LINE_PROTO) |
| ~ComboBoxComplex () |
virtual long | ProcessEvent (IEvent &ievent, long TraverseInfo, long ProcessEventInfo) |
void | SetPopupWindowSize (unsigned int width, unsigned int height) |
void | SetPopupWidth (unsigned int width) |
void | AddItem (TableItem *item) |
void | RemoveItem (TableItem *item) |
void | RemoveAllItem () |
void | OnMouseDown (int x, int y, unsigned long button_flags, unsigned long key_flags) |
void | OnMouseUp (int x, int y, unsigned long button_flags, unsigned long key_flags) |
void | OnPopupStop () |
void | RecvMouseDown (int x, int y, unsigned long button_flags, unsigned long key_flags) |
void | RecvMouseUp (int x, int y, unsigned long button_flags, unsigned long key_flags) |
void | RecvMouseDrag (int x, int y, int dx, int dy, unsigned long button_flags, unsigned long key_flags) |
void | RecvSigActionTriggered (TableCtrl &table, TableItem &item, unsigned int row, unsigned int column) |
void | RecvSigTerminateMenuCascade () |
const TableItem * | GetSelection () const |
Data Fields |
sigc::signal< void, TableItem & > | sigSelectedItem |
Protected Member Functions |
virtual long | PostLayoutManagement (long LayoutResult) |
void | InitializeWidgets () |
void | InitializeLayout () |
void | DestroyLayout () |
Protected Attributes |
const TableItem * | m_SelectedTreeNode |
PopUpWindow * | m_PopupWindow |
ListControl * | m_ListBox |
HLayout * | m_Layout |
Constructor & Destructor Documentation
nux::ComboBoxComplex::ComboBoxComplex |
( |
NUX_FILE_LINE_PROTO |
| ) |
|
nux::ComboBoxComplex::~ComboBoxComplex |
( |
| ) |
|
Member Function Documentation
void nux::ComboBoxComplex::AddItem |
( |
TableItem * |
item | ) |
|
void nux::ComboBoxComplex::DestroyLayout |
( |
| ) |
[protected] |
const TableItem* nux::ComboBoxComplex::GetSelection |
( |
| ) |
const [inline] |
void nux::ComboBoxComplex::InitializeLayout |
( |
| ) |
[protected] |
void nux::ComboBoxComplex::InitializeWidgets |
( |
| ) |
[protected] |
void nux::ComboBoxComplex::OnMouseDown |
( |
int |
x, |
|
|
int |
y, |
|
|
unsigned long |
button_flags, |
|
|
unsigned long |
key_flags |
|
) |
| |
void nux::ComboBoxComplex::OnMouseUp |
( |
int |
x, |
|
|
int |
y, |
|
|
unsigned long |
button_flags, |
|
|
unsigned long |
key_flags |
|
) |
| |
void nux::ComboBoxComplex::OnPopupStop |
( |
| ) |
|
virtual long nux::ComboBoxComplex::PostLayoutManagement |
( |
long |
LayoutResult | ) |
[protected, virtual] |
virtual long nux::ComboBoxComplex::ProcessEvent |
( |
IEvent & |
ievent, |
|
|
long |
TraverseInfo, |
|
|
long |
ProcessEventInfo |
|
) |
| [virtual] |
void nux::ComboBoxComplex::RecvMouseDown |
( |
int |
x, |
|
|
int |
y, |
|
|
unsigned long |
button_flags, |
|
|
unsigned long |
key_flags |
|
) |
| |
void nux::ComboBoxComplex::RecvMouseDrag |
( |
int |
x, |
|
|
int |
y, |
|
|
int |
dx, |
|
|
int |
dy, |
|
|
unsigned long |
button_flags, |
|
|
unsigned long |
key_flags |
|
) |
| |
void nux::ComboBoxComplex::RecvMouseUp |
( |
int |
x, |
|
|
int |
y, |
|
|
unsigned long |
button_flags, |
|
|
unsigned long |
key_flags |
|
) |
| |
void nux::ComboBoxComplex::RecvSigActionTriggered |
( |
TableCtrl & |
table, |
|
|
TableItem & |
item, |
|
|
unsigned int |
row, |
|
|
unsigned int |
column |
|
) |
| |
void nux::ComboBoxComplex::RecvSigTerminateMenuCascade |
( |
| ) |
|
void nux::ComboBoxComplex::RemoveAllItem |
( |
| ) |
|
void nux::ComboBoxComplex::RemoveItem |
( |
TableItem * |
item | ) |
|
void nux::ComboBoxComplex::SetPopupWidth |
( |
unsigned int |
width | ) |
|
void nux::ComboBoxComplex::SetPopupWindowSize |
( |
unsigned int |
width, |
|
|
unsigned int |
height |
|
) |
| |
Field Documentation
The documentation for this class was generated from the following file: