This class implements Bakery::App_WithDoc using gtkmm.
More...
#include <App_WithDoc_Gtk.h>
List of all members.
Detailed Description
This class implements Bakery::App_WithDoc using gtkmm.
Your application's installation should register your document's MIME-type in GNOME's (freedesktop's) MIME-type system, and register your application as capable of opening documents of that MIME-type.
Constructor & Destructor Documentation
Bakery::App_WithDoc_Gtk::App_WithDoc_Gtk |
( |
const Glib::ustring & |
appname |
) |
|
Don't forget to call init() too.
Bakery::App_WithDoc_Gtk::App_WithDoc_Gtk |
( |
BaseObjectType * |
cobject, |
|
|
const Glib::ustring & |
appname | |
|
) |
| | |
This constructor can be used to implement derived classes for use with Gnome::Glade::Xml::get_derived_widget().
virtual Bakery::App_WithDoc_Gtk::~App_WithDoc_Gtk |
( |
|
) |
[virtual] |
Member Function Documentation
virtual void Bakery::App_WithDoc_Gtk::document_history_add |
( |
const Glib::ustring & |
file_uri |
) |
[protected, virtual] |
virtual void Bakery::App_WithDoc_Gtk::document_history_remove |
( |
const Glib::ustring & |
file_uri |
) |
[protected, virtual] |
virtual void Bakery::App_WithDoc_Gtk::init |
( |
|
) |
[virtual] |
virtual void Bakery::App_WithDoc_Gtk::init_menus_file |
( |
|
) |
[protected, virtual] |
virtual void Bakery::App_WithDoc_Gtk::init_menus_file_recentfiles |
( |
const Glib::ustring & |
path |
) |
[protected, virtual] |
virtual void Bakery::App_WithDoc_Gtk::init_toolbars |
( |
|
) |
[protected, virtual] |
void Bakery::App_WithDoc_Gtk::on_recent_files_activate |
( |
Gtk::RecentChooser & |
recent_chooser |
) |
[protected] |
virtual Glib::ustring Bakery::App_WithDoc_Gtk::ui_file_select_open |
( |
const Glib::ustring & |
starting_folder_uri = Glib::ustring() |
) |
[protected, virtual] |
virtual Glib::ustring Bakery::App_WithDoc_Gtk::ui_file_select_save |
( |
const Glib::ustring & |
old_file_uri |
) |
[protected, virtual] |
virtual enumSaveChanges Bakery::App_WithDoc_Gtk::ui_offer_to_save_changes |
( |
|
) |
[protected, virtual] |
virtual void Bakery::App_WithDoc_Gtk::ui_show_modification_status |
( |
|
) |
[protected, virtual] |
virtual void Bakery::App_WithDoc_Gtk::ui_warning |
( |
const Glib::ustring & |
text, |
|
|
const Glib::ustring & |
secondary_text | |
|
) |
| | [protected, virtual] |
virtual void Bakery::App_WithDoc_Gtk::update_window_title |
( |
|
) |
[protected, virtual] |
Member Data Documentation
The documentation for this class was generated from the following file: