|
Index
C++ Code Documentation
widget::cmd::FloatSet
Derived from: virtual widget::ui::FloatSet
, widget::cmd::Widget
File: WIDGET/widget/cmd/FloatSet.H
public:
- FloatSet( uint n );
 | constructor | |
- virtual ~FloatSet();
 | destructor | |
- virtual void set( float const a[] );
- virtual void set_blocked( float const a[] );
- virtual void get( float a[] ) const;
- virtual void set_sensitive( bool state = true );
- virtual void set_sensitive( uint n, bool state );
- virtual void set_bounds( uint n, float lower, float upper );
- virtual void show( bool state = true );
 | connection functions | |
- virtual bool showing() const;
protected:
private:
- base::Array<float> _;
- FloatSet( FloatSet const & );
 | disabled copy constructor | |
- FloatSet &operator=( FloatSet const & );
 | disabled assignment operator | |
|