sptk2 logo
SPTK Home Page

sptk::CListBox Class Reference
[GUI Classes]

List Box widget. More...

#include <CComboBox.h>

Inheritance diagram for sptk::CListBox:

sptk::CBaseListBox sptk::CControl sptk::CLayoutClient

List of all members.

Public Member Functions

 CListBox (const char *label=0, int layoutSize=10, CLayoutAlign layoutAlign=SP_ALIGN_TOP)
virtual CControlKind kind () const
virtual std::string className () const


Detailed Description

List Box widget.

The extended version of standard list box that exists in any OS. It may include up to four special buttons to insert, edit, delete, refresh data inside the list.


Constructor & Destructor Documentation

sptk::CListBox::CListBox ( const char *  label = 0,
int  layoutSize = 10,
CLayoutAlign  layoutAlign = SP_ALIGN_TOP 
)

Constructor in SPTK style

Parameters:
label const char *, label
layoutSize int, widget align in layout
layoutAlign CLayoutAlign, widget align in layout


Member Function Documentation

virtual std::string sptk::CListBox::className (  )  const [inline, virtual]

SPTK RTTI information

Returns:
control type name

Reimplemented from sptk::CControl.

virtual CControlKind sptk::CListBox::kind (  )  const [inline, virtual]

SPTK RTTI information

Returns:
control type as CControlKind
See also:
CControlKind

Implements sptk::CControl.

References sptk::DCV_LISTBOX.


The documentation for this class was generated from the following file:

Mon Mar 5 11:56:10 2012: SPTK 3.5.7