Index

C++ Code Documentation

app::cmd::Commands

Derived from: virtual ui::Commands

Children: app::cmd::Ui

File: WIDGET/app/cmd/Commands.H

public:
  • Commands();
    constructor
  • virtual ~Commands();
    destructor
  • virtual void raise_d( bool state = true );
    connector functions
  • virtual void show_d( bool state = true );
  • virtual void toggle_raise_show_d();
  • virtual void enable_tooltips_d( bool state = true );
  • virtual int key_press_event_d( uint key, uint state );
protected:
private:
  • virtual widget::ui::String *text_w();
    widgets
  • virtual widget::ui::String const *text_w() const;
  • widget::cmd::String _text_w;
    widgets
  • Commands( Commands const & );
    disabled copy constructor
  • Commands &operator=( Commands const & );
    disabled assignment operator


app::cmd::Commands GANG