sptk2 logo
SPTK Home Page

sptk::CControlList Class Reference
[GUI Classes]

List of CControl object pointers in Fl_Group. More...

#include <CControlList.h>

List of all members.

Public Member Functions

 CControlList ()
 Constructor.
void add (CControl *control)
 Adds a CControl pointer into the list.
void add (const CControlList &l)
 Adds a list of CControl pointers into the list.
void add (const Fl_Group &g)
 Adds a list of CControl pointers from the group into the list.
void remove (CControl *control)
 Removes CControl pointer from the list.
void remove (const CControlList &l)
 Removes a list of CControl pointers from the list.
bool contains (CControl *control) const
 Returns true if the control for the same field name exists.
CControlListoperator= (const Fl_Group &g)
 Assignment operation.
CControlListoperator= (const CControlList &l)
 Assignment operation.
CControlListoperator<< (CControl *c)
 Addition operation.
CControlListoperator<< (const Fl_Group &g)
 Addition operation.
CControlListoperator<< (const CControlList &l)
 Addition operation.
void reset ()
 Sends reset() signal to all the widgets in the list.

Protected Member Functions

void scanControls (const Fl_Group *group)


Detailed Description

List of CControl object pointers in Fl_Group.

Member Function Documentation

void sptk::CControlList::scanControls ( const Fl_Group *  group  )  [protected]

Scan group to find all CControl objects inside, including children groups


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

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