Index

C++ Code Documentation

lab::gtk::Read

Derived from: virtual ui::Read , protected gtk::Read_ , ::app::app::Dialog

Children: lab::gtk::Ui

File: LAB/lab/gtk/Read.H

public:
  • Read(char const *title);
    constructor
  • virtual ~Read();
    destructor
  • void set_read_env_path( char const *lib_env_path );
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 int key_press_event( uint key, uint state );
  • virtual void enable_tooltips_d( bool state = true );
  • virtual widget::ui::ReadFile *read_w();
    widgets
  • virtual void read_cb();
    callbacks
  • Read( Read const & );
    disabled copy constructor
  • Read &operator=( Read const & );
    disabled assignment operator


lab::gtk::Read GANG