00001
00002
00003 #ifndef _HILDON_LIBSMM_ADD_HOME_DIALOG_H
00004 #define _HILDON_LIBSMM_ADD_HOME_DIALOG_H
00005
00006
00007 #include <glibmm.h>
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030 #include <gtkmm/dialog.h>
00031
00032
00033 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00034 typedef struct _HildonAddHomeDialog HildonAddHomeDialog;
00035 typedef struct _HildonAddHomeDialogClass HildonAddHomeDialogClass;
00036 #endif
00037
00038
00039 namespace Hildon
00040 { class AddHomeDialog_Class; }
00041 namespace Hildon
00042 {
00043
00049 class AddHomeDialog : public Gtk::Dialog
00050 {
00051 public:
00052 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00053 typedef AddHomeDialog CppObjectType;
00054 typedef AddHomeDialog_Class CppClassType;
00055 typedef HildonAddHomeDialog BaseObjectType;
00056 typedef HildonAddHomeDialogClass BaseClassType;
00057 #endif
00058
00059 virtual ~AddHomeDialog();
00060
00061 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00062
00063 private:
00064 friend class AddHomeDialog_Class;
00065 static CppClassType addhomedialog_class_;
00066
00067
00068 AddHomeDialog(const AddHomeDialog&);
00069 AddHomeDialog& operator=(const AddHomeDialog&);
00070
00071 protected:
00072 explicit AddHomeDialog(const Glib::ConstructParams& construct_params);
00073 explicit AddHomeDialog(HildonAddHomeDialog* castitem);
00074
00075 #endif
00076
00077 public:
00078 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00079 static GType get_type() G_GNUC_CONST;
00080 static GType get_base_type() G_GNUC_CONST;
00081 #endif
00082
00084 HildonAddHomeDialog* gobj() { return reinterpret_cast<HildonAddHomeDialog*>(gobject_); }
00085
00087 const HildonAddHomeDialog* gobj() const { return reinterpret_cast<HildonAddHomeDialog*>(gobject_); }
00088
00089
00090 public:
00091
00092 #ifdef GLIBMM_VFUNCS_ENABLED
00093 #endif //GLIBMM_VFUNCS_ENABLED
00094
00095 protected:
00096
00097 #ifdef GLIBMM_VFUNCS_ENABLED
00098 #endif //GLIBMM_VFUNCS_ENABLED
00099
00100
00101 #ifdef GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00102 #endif //GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00103
00104
00105 private:
00106
00107
00108 public:
00109 AddHomeDialog(const Glib::ustring& name, const Glib::ustring& new_name);
00110 AddHomeDialog(Gtk::Window& parent, const Glib::ustring& name, const Glib::ustring& new_name);
00111
00112
00116 Glib::ustring get_name() const;
00117
00118
00119 };
00120
00121 }
00122
00123
00124 namespace Glib
00125 {
00131 Hildon::AddHomeDialog* wrap(HildonAddHomeDialog* object, bool take_copy = false);
00132 }
00133
00134
00135 #endif
00136