Index

C++ Code Documentation

widget::cmd::Choice

Derived from: virtual widget::ui::Choice , widget::cmd::Widget

Children: widget::cmd::List

File: WIDGET/widget/cmd/Choice.H

public:
  • Choice();
    constructor
  • virtual ~Choice();
    destructor
  • virtual void set( uint a );
  • virtual void set_blocked( uint a );
  • virtual uint get() const;
  • virtual void show( bool state = true );
    connection functions
  • virtual void show( uint a, bool state );
  • virtual bool showing() const;
  • virtual bool showing( uint a ) const;
  • virtual void set_sensitive( bool state = true );
  • virtual void set_sensitive( uint a, bool state = true );
protected:
private:
  • uint _;
  • Choice( Choice const & );
    disabled copy constructor
  • Choice &operator=( Choice const & );
    disabled assignment operator


widget::cmd::Choice GANG