![]() |
Cadabra
Computer algebra system for field theory problems
|
#include <SelectFileDialog.hh>
Public Member Functions | |
| SelectFileDialog (const Glib::ustring &title, Gtk::Window &parent, bool modal=false) | |
| void | set_text (const Glib::ustring &text) |
| Glib::ustring | get_text () const |
| Gtk::Entry & | get_entry () |
Protected Member Functions | |
| void | choose_dialog () |
Protected Attributes | |
| Gtk::Entry | entry |
| Gtk::Button | choose |
| Gtk::Box | hbox |
| SelectFileDialog::SelectFileDialog | ( | const Glib::ustring & | title, |
| Gtk::Window & | parent, | ||
| bool | modal = false ) |
|
protected |
| Gtk::Entry & SelectFileDialog::get_entry | ( | ) |
| Glib::ustring SelectFileDialog::get_text | ( | ) | const |
| void SelectFileDialog::set_text | ( | const Glib::ustring & | text | ) |
|
protected |
|
protected |
|
protected |