Index

C++ Code Documentation

app::app::App

Derived from: protected ::app::ui::Ui , protected ::app::gtk::Ui , app::app::protected Help , app::app::protected AppMenu , app::app::protected AppWindow

Children: isight::IsightGtk

File: WIDGET/app/app/App.H

public:
  • App( char const *app_name, char const *window_title, char const *about_info, char const * const *xpm, char const *help_url_env );
    constructor
  • virtual ~App();
    destructor
protected:
  • virtual void exit() = 0;
  • static void sync();
  • void controls_file( ::widget::ui::KeyBase &p );
  • void controls( ::widget::ui::KeyBase &p );
private:
  • virtual void hide_all() = 0;
  • virtual void enable_tooltips(bool state) = 0;
  • void hide_all_cb();
  • void toggle_tooltips_cb();
  • bool _tooltip_state;
  • App( App const & );
    disabled copy constructor
  • App &operator=( App const & );
    disabled assignment operator


app::app::App GANG