Classes | |
class | Bakery::App |
Bakery's Main Window. More... | |
class | Bakery::App_Gtk |
This class implements Bakery::App using gtkmm. More... | |
class | Bakery::App_WithDoc |
Main Window which supports documents. More... | |
class | Bakery::App_WithDoc_Gtk |
This class implements Bakery::App_WithDoc using gtkmm. More... | |
class | Bakery::AppInstanceManager |
Contains a list of App instances. More... | |
class | Bakery::Dialog_OfferSave |
class | Bakery::Dialog_OverwriteFile |
class | Bakery::GtkDialogs |
This class implements some gtkmm UI abstractions. More... | |
class | Bakery::Dialog_Preferences |
Preferences Dialog In the Glade file: The vbox should contain a widget called "vbox". More... | |
class | Bakery::Document |
The Document is like the 'Model' in the Model-View-Controller framework. More... | |
class | Bakery::Document_XML |
class | Bakery::BusyCursor |
Changes the cursor for as long as this instance lives. More... | |
class | Bakery::sharedptr< T_obj > |
A shared reference-counting smart-pointer. More... | |
class | Bakery::View< T_Document > |
This is a base class which should be multiple-inherited with gtkmm widgets. More... | |
class | Bakery::View_Composite< T_Document > |
This View delegates to sub-views. More... | |
class | Bakery::ViewBase |
This is a base class for View. More... | |
Functions | |
void | init () |
Saves you the trouble of initializing gconfmm and libglademm yourself. |
|
Saves you the trouble of initializing gconfmm and libglademm yourself. You still need to have a Gtk::Main instance though. You don't need this if you used Gnome::Main instead of Gtk::Main, because that initializes gconfmm and libglademm also. |