Index

C++ Code Documentation

app::gtk::Commands

Derived from: virtual ui::Commands , app::gtk::protected Commands_ , ::app::app::Dialog

Children: app::gtk::Ui

File: WIDGET/app/gtk/Commands.H

public:
  • Commands(char const *title);
    constructor
  • virtual ~Commands();
    destructor
protected:
private:
  • 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( uint key, uint state );
  • virtual widget::ui::String *text_w();
  • virtual widget::ui::String const *text_w() const;
  • virtual void execute_cb();
    callbacks
  • static char const *label();
  • Commands( Commands const & );
    disabled copy constructor
  • Commands &operator=( Commands const & );
    disabled assignment operator


app::gtk::Commands GANG