Public Member Functions | Public Attributes

fl7::faces::CheckBox Class Reference

#include <CheckBox.h>

Inheritance diagram for fl7::faces::CheckBox:
fl7::faces::Control fl7::faces::Face

List of all members.

Public Member Functions

 CheckBox (Shell *const shell)
virtual ~CheckBox (void)
const cl7::string_typeGetCaption () const
bool GetChecked () const
void SetCaption (const cl7::string_type &caption)
void SetChecked (bool checked)

Public Attributes

events::EventHandler
< events::EventArgs
OnClickEventHandler
friend Shell

Detailed Description

The class for clickable check boxes.


Constructor & Destructor Documentation

fl7::faces::CheckBox::CheckBox ( Shell *const   shell  ) 

Expplicit constructor.

Explicit constructor.

fl7::faces::CheckBox::~CheckBox ( void   )  [virtual]

Destructor.


Member Function Documentation

const cl7::string_type& fl7::faces::CheckBox::GetCaption (  )  const [inline]

Returns the caption of this check box.

bool fl7::faces::CheckBox::GetChecked (  )  const [inline]

Returns the flag indicating whether this check box is checked.

void fl7::faces::CheckBox::SetCaption ( const cl7::string_type caption  )  [inline]

Sets the caption of this check box.

void fl7::faces::CheckBox::SetChecked ( bool  checked  )  [inline]

Sets the flag indicating whether this check box is checked.


Member Data Documentation

Will be called after this button has been clicked.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines