Index

C++ Code Documentation

app::gtk::Shortcut

Derived from: virtual ui::Shortcut , app::gtk::protected Shortcut_ , ::app::app::Dialog

Children: app::gtk::Ui

File: WIDGET/app/gtk/Shortcut.H

public:
  • Shortcut(char const *title);
    constructor
  • virtual ~Shortcut();
    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 );
  • static char const *label();
  • Shortcut( Shortcut const & );
    disabled copy constructor
  • Shortcut &operator=( Shortcut const & );
    disabled assignment operator


app::gtk::Shortcut GANG