Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

CL_CheckBox Class Reference

clanGUI="Controls". More...

#include <checkbox.h>

Inheritance diagram for CL_CheckBox:

Inheritance graph
[legend]
Collaboration diagram for CL_CheckBox:

Collaboration graph
[legend]
List of all members.

Public Methods

 CL_CheckBox (const CL_ComponentOptions &options, CL_Component *parent, CL_StyleManager *style=NULL)
 Construction:.

 CL_CheckBox (const CL_Point &pos, const std::string &text, CL_Component *parent, CL_StyleManager *style=NULL)
virtual ~CL_CheckBox ()
bool is_checked () const
 Attributes:.

void set_checked (bool check)
 Operations:.


Private Methods

 CL_CheckBox (const CL_CheckBox &copy)
 Implementation:.


Private Attributes

class CL_CheckBox_Genericimpl
 Implementation:.


Detailed Description

clanGUI="Controls".

Definition at line 16 of file checkbox.h.


Constructor & Destructor Documentation

CL_CheckBox::CL_CheckBox ( const CL_ComponentOptions & options,
CL_Component * parent,
CL_StyleManager * style = NULL )
 

Construction:.

CL_CheckBox::CL_CheckBox ( const CL_Point & pos,
const std::string & text,
CL_Component * parent,
CL_StyleManager * style = NULL )
 

virtual CL_CheckBox::~CL_CheckBox ( ) [virtual]
 

CL_CheckBox::CL_CheckBox ( const CL_CheckBox & copy ) [private]
 

Implementation:.


Member Function Documentation

bool CL_CheckBox::is_checked ( ) const
 

Attributes:.

void CL_CheckBox::set_checked ( bool check )
 

Operations:.


Member Data Documentation

class CL_CheckBox_Generic* CL_CheckBox::impl [private]
 

Implementation:.

Reimplemented from CL_Button.

Definition at line 48 of file checkbox.h.


The documentation for this class was generated from the following file:
Generated at Wed Apr 4 19:56:44 2001 for ClanLib by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001