25 SpinEntryLabel(
double val,
double lower,
double upper,
double step, Glib::ustring lbl);
154 void set_entries(std::vector<int> id_vec, std::vector<std::string> str_vec);
180 std::vector<std::string>
str;
A class with a Gtk::ComboBoxText and Gtk::Label. Slightly different from ComboEntryLabel.
Definition: EntryLabel.h:134
void set_entries(std::vector< int > id_vec, std::vector< std::string > str_vec)
Set the choices.
ComboChoiceEntryLabel(std::vector< int > id_vec, std::vector< std::string > str_vec, Glib::ustring lbl)
Constructor.
std::vector< std::string > str
Vector to store the choice name of the ComboBoxText.
Definition: EntryLabel.h:180
std::vector< int > id
Vector of ID for the item of the ComboBoxText.
Definition: EntryLabel.h:179
Gtk::Box box
Gtk::Box object of the widget.
Definition: EntryLabel.h:177
int get_selected()
Get the ID of the selected choice.
Gtk::ComboBoxText * get_comboBoxText()
Get the Gtk::ComboBoxText pointer.
bool set_selected(int id)
Set the selected choice.
Gtk::ComboBoxText entry
Gtk::ComboBoxText object.
Definition: EntryLabel.h:174
ComboChoiceEntryLabel(Glib::ustring lbl)
Constructor.
Gtk::Label label
label string variable.
Definition: EntryLabel.h:178
A class with a Gtk::ComboBoxText and Gtk::Label.
Definition: EntryLabel.h:86
ComboEntryLabel(std::vector< int > vals, Glib::ustring lbl)
Constructor.
bool set_selected(int val)
Set the selected value.
Gtk::ComboBoxText entry
Gtk::ComboBoxText object.
Definition: EntryLabel.h:121
Gtk::Label label
label string variable.
Definition: EntryLabel.h:123
std::vector< int > get_entries()
Get the values.
void set_entries(std::vector< int > vals)
Set the values.
std::vector< int > entries
Vector to store the values of the ComboBoxText.
Definition: EntryLabel.h:124
int get_selected()
Get the selected value.
Gtk::Box box
Gtk::Box object of the widget.
Definition: EntryLabel.h:122
A class with a Gtk::SpinButton and Gtk::Label.
Definition: EntryLabel.h:15
Gtk::SpinButton entry
Gtk::SpinButton object.
Definition: EntryLabel.h:42
SpinEntryLabel(double val, double lower, double upper, double step, Glib::ustring lbl)
Constructor.
Gtk::Label label
label string variable.
Definition: EntryLabel.h:41
Gtk::Box box
Gtk::Box object of the widget.
Definition: EntryLabel.h:40
double get_value()
Get the value.
void set_value(double val)
Set the value.
A class with a Gtk::Entry and Gtk::Label.
Definition: EntryLabel.h:52
Gtk::Label label
label string variable.
Definition: EntryLabel.h:75
Glib::ustring get_text()
Get the text.
TextEntryLabel(Glib::ustring str, Glib::ustring lbl)
Constructor.
void set_text(Glib::ustring str)
Set the text.
Gtk::Entry entry
Gtk::Entry object.
Definition: EntryLabel.h:76
Gtk::Box box
Gtk::Box object of the widget.
Definition: EntryLabel.h:74
A configuration file for the source code.