|
Index
C++ Code Documentation
lab::gtk::Sequence_
File: LAB/lab/gtk/Sequence_.H
public:
- Sequence_();
- virtual ~Sequence_();
- void enable_tooltips( bool state );
protected:
- ::gtk::widget0::Widget *main_widget();
- ::gtk::widget0::VBox *_vbox1_w;
 | widgets | |
- ::gtk::widget0::HBox *_hbox6_w;
- ::gtk::widget0::ButtonCb<Sequence_> *_go_w;
- ::gtk::widget0::ButtonCb<Sequence_> *_go_write_w;
- ::gtk::widget0::ButtonCb<Sequence_> *_stop_w;
- ::gtk::widget0::ButtonCb<Sequence_> *_reset_w;
- ::gtk::widget1::NumberWidget2Int *_counter_w;
- ::gtk::widget0::HBox *_hbox8_w;
- ::gtk::widget0::Label *_label69_w;
- ::gtk::widget0::Entry *_now_w;
- ::gtk::widget0::Table *_table19_w;
- ::gtk::widget0::Entry *_counter_varname_w;
- ::gtk::widget0::Entry *_time_varname_w;
- ::gtk::widget0::Entry *_function_w;
- ::gtk::widget0::Label *_label72_w;
- ::gtk::widget0::Label *_label71_w;
- ::gtk::widget0::Label *_label70_w;
- ::gtk::widget0::HBox *_hbox7_w;
- ::gtk::widget0::Label *_label73_w;
- ::gtk::widget0::Entry *_filename_w;
- virtual void go_cb() = 0;
 | callbacks | |
- virtual void go_write_cb() = 0;
- virtual void stop_cb() = 0;
- virtual void reset_cb() = 0;
private:
- void set_tooltip( ::gtk::widget0::Widget *w, char const *text );
- ::gtk::widget0::Tooltips *_tooltips;
- Sequence_( Sequence_ const & );
 | disabled copy constructor | |
- Sequence_ &operator=( Sequence_ const & );
 | disabled assignment operator | |
|