|
SBB Host
Host communication with the self balancing bike.
|
A class with a Gtk::Entry and Gtk::Label. More...
#include <EntryLabel.h>
Public Member Functions | |
| TextEntryLabel (Glib::ustring str, Glib::ustring lbl) | |
| Constructor. More... | |
| void | set_text (Glib::ustring str) |
| Set the text. More... | |
| Glib::ustring | get_text () |
| Get the text. More... | |
Protected Attributes | |
| Gtk::Box | box |
| Gtk::Box object of the widget. More... | |
| Gtk::Label | label |
| label string variable. More... | |
| Gtk::Entry | entry |
| Gtk::Entry object. More... | |
A class with a Gtk::Entry and Gtk::Label.
Class including a Gtk::Entry together with a Gtk::Label, used in SettingsDialog.
| TextEntryLabel::TextEntryLabel | ( | Glib::ustring | str, |
| Glib::ustring | lbl | ||
| ) |
Constructor.
Default constructor.
| str | The default value of the text entry. |
| lbl | The label. |
| Glib::ustring TextEntryLabel::get_text | ( | ) |
Get the text.
Function to get the text of the entry.
| void TextEntryLabel::set_text | ( | Glib::ustring | str | ) |
Set the text.
Function to set the text of the entry.
| str | The text of the entry. |
|
protected |
Gtk::Box object of the widget.
|
protected |
Gtk::Entry object.
|
protected |
label string variable.