Cadabra
Computer algebra system for field theory problems
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
SelectFileDialog Class Reference

#include <SelectFileDialog.hh>

Inheritance diagram for SelectFileDialog:

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::HBox hbox
 

Constructor & Destructor Documentation

◆ SelectFileDialog()

SelectFileDialog::SelectFileDialog ( const Glib::ustring &  title,
Gtk::Window &  parent,
bool  modal = false 
)

Member Function Documentation

◆ choose_dialog()

void SelectFileDialog::choose_dialog ( )
protected

◆ get_entry()

Gtk::Entry & SelectFileDialog::get_entry ( )

◆ get_text()

Glib::ustring SelectFileDialog::get_text ( ) const

◆ set_text()

void SelectFileDialog::set_text ( const Glib::ustring &  text)

Member Data Documentation

◆ choose

Gtk::Button SelectFileDialog::choose
protected

◆ entry

Gtk::Entry SelectFileDialog::entry
protected

◆ hbox

Gtk::HBox SelectFileDialog::hbox
protected

The documentation for this class was generated from the following files: