|
Index
C++ Code Documentation
widget::cmd::Boolean
Derived from: virtual widget::ui::Boolean
, widget::cmd::Widget
File: WIDGET/widget/cmd/Boolean.H
public:
- Boolean();
 | constructor | |
- virtual ~Boolean();
 | destructor | |
- virtual void set( bool a );
- virtual void set_blocked( bool a );
- virtual bool get() const;
- virtual void show( bool state = true );
 | connection functions | |
- virtual bool showing() const;
- virtual void set_sensitive( bool state = true );
protected:
private:
- bool _;
- Boolean( Boolean const & );
 | disabled copy constructor | |
- Boolean &operator=( Boolean const & );
 | disabled assignment operator | |
|