Image Component Library (ICL)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
icl::qt::CheckBox Struct Reference

CheckBox component. More...

#include <GUIComponents.h>

Inheritance diagram for icl::qt::CheckBox:
icl::qt::GUIComponentWithOutput icl::qt::GUIComponent

List of all members.

Public Member Functions

 CheckBox (const std::string &label, bool checked=false)
 create a check box component, optionally checked intially

Detailed Description

CheckBox component.

Creates a CheckBoxHandle and a boolean output that is true as long as the check box is checked


Constructor & Destructor Documentation

icl::qt::CheckBox::CheckBox ( const std::string &  label,
bool  checked = false 
) [inline]

create a check box component, optionally checked intially


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