00001
00002
00003 #ifndef _LIBGNOMEVFSMM_MIME_MONITOR_H
00004 #define _LIBGNOMEVFSMM_MIME_MONITOR_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
00031 #include <glibmm/object.h>
00032 #include <libgnomevfs/gnome-vfs-mime-monitor.h>
00033
00034
00035 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00036 #endif
00037
00038
00039 namespace Gnome
00040 {
00041
00042 namespace Vfs
00043 { class MimeMonitor_Class; }
00044
00045 }
00046 namespace Gnome
00047 {
00048
00049 namespace Vfs
00050 {
00051
00052
00053 class MimeMonitor : public Glib::Object
00054 {
00055
00056 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00057
00058 public:
00059 typedef MimeMonitor CppObjectType;
00060 typedef MimeMonitor_Class CppClassType;
00061 typedef GnomeVFSMIMEMonitor BaseObjectType;
00062 typedef GnomeVFSMIMEMonitorClass BaseClassType;
00063
00064 private: friend class MimeMonitor_Class;
00065 static CppClassType mimemonitor_class_;
00066
00067 private:
00068
00069 MimeMonitor(const MimeMonitor&);
00070 MimeMonitor& operator=(const MimeMonitor&);
00071
00072 protected:
00073 explicit MimeMonitor(const Glib::ConstructParams& construct_params);
00074 explicit MimeMonitor(GnomeVFSMIMEMonitor* castitem);
00075
00076 #endif
00077
00078 public:
00079 virtual ~MimeMonitor();
00080
00081 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00082 static GType get_type() G_GNUC_CONST;
00083 static GType get_base_type() G_GNUC_CONST;
00084 #endif
00085
00087 GnomeVFSMIMEMonitor* gobj() { return reinterpret_cast<GnomeVFSMIMEMonitor*>(gobject_); }
00088
00090 const GnomeVFSMIMEMonitor* gobj() const { return reinterpret_cast<GnomeVFSMIMEMonitor*>(gobject_); }
00091
00093 GnomeVFSMIMEMonitor* gobj_copy();
00094
00095 private:
00096
00097
00098 public:
00099
00103 static Glib::RefPtr<MimeMonitor> get();
00104
00105
00106 Glib::SignalProxy0< void > signal_data_changed();
00107
00108
00109 public:
00110
00111 public:
00112
00113 #ifdef GLIBMM_VFUNCS_ENABLED
00114 #endif //GLIBMM_VFUNCS_ENABLED
00115
00116 protected:
00117
00118 #ifdef GLIBMM_VFUNCS_ENABLED
00119 #endif //GLIBMM_VFUNCS_ENABLED
00120
00121
00122 virtual void on_data_changed();
00123
00124
00125 };
00126
00127 }
00128 }
00129
00130
00131 namespace Glib
00132 {
00138 Glib::RefPtr<Gnome::Vfs::MimeMonitor> wrap(GnomeVFSMIMEMonitor* object, bool take_copy = false);
00139 }
00140
00141
00142 #endif
00143