|
Index
C++ Code Documentation
mrbubblelab::gtk::Controls_
File: LAB/mrbubblelab/gtk/Controls_.H
public:
- Controls_();
- virtual ~Controls_();
- void enable_tooltips( bool state );
protected:
- ::gtk::widget0::Widget *main_widget();
- ::gtk::widget0::VBox *_vbox1_w;
 | widgets | |
- ::gtk::widget0::Frame *_frame1_w;
- ::gtk::widget0::Table *_table1_w;
- ::gtk::widget0::Label *_label1_w;
- ::gtk::widget0::Label *_label2_w;
- ::gtk::widget0::Entry *_coefficient_w;
- ::gtk::widget0::Entry *_exponent_w;
- ::gtk::widget0::Frame *_frame2_w;
- ::gtk::widget0::Table *_table2_w;
- ::gtk::widget0::Label *_label3_w;
- ::gtk::widget0::Label *_label4_w;
- ::gtk::widget0::Entry *_u0_w;
- ::gtk::widget0::Entry *_uprime0_w;
- ::gtk::widget0::Frame *_frame3_w;
- ::gtk::widget0::VBox *_vbox2_w;
- ::gtk::widget1::NumberWidgetFloatCb<Controls_> *_normalshift_w;
- ::gtk::widget0::HBox *_hbox1_w;
- ::gtk::widget0::ButtonCb<Controls_> *_normalshift_button0_w;
- ::gtk::widget0::ButtonCb<Controls_> *_normalshift_button1_w;
- ::gtk::widget0::ButtonCb<Controls_> *_normalshift_button2_w;
- ::gtk::widget0::Frame *_frame4_w;
- ::gtk::widget0::Table *_table3_w;
- ::gtk::widget0::Label *_label5_w;
- ::gtk::widget0::Label *_label6_w;
- ::gtk::widget0::Entry *_initial_integrator_count_w;
- ::gtk::widget0::Entry *_integrator_count_w;
- virtual void normalshift_cb() = 0;
 | callbacks | |
- virtual void normalshift_button0_cb() = 0;
- virtual void normalshift_button1_cb() = 0;
- virtual void normalshift_button2_cb() = 0;
private:
- void set_tooltip( ::gtk::widget0::Widget *w, char const *text );
- ::gtk::widget0::Tooltips *_tooltips;
- Controls_( Controls_ const & );
 | disabled copy constructor | |
- Controls_ &operator=( Controls_ const & );
 | disabled assignment operator | |
|