about.h

Go to the documentation of this file.
00001 // -*- c++ -*-
00002 // Generated by gtkmmproc -- DO NOT MODIFY!
00003 #ifndef _LIBGNOMEUIMM_ABOUT_H
00004 #define _LIBGNOMEUIMM_ABOUT_H
00005 
00006 
00007 #include <glibmm.h>
00008 
00009 // -*- C++ -*-
00010 
00011 /* $Id: about.hg,v 1.9 2002/06/16 16:14:58 murrayc Exp $ */
00012 
00013 /* about.h
00014  * 
00015  * Copyright (C) 1998 EMC Capital Management Inc.
00016  * Developed by Havoc Pennington <hp@pobox.com>
00017  *
00018  * Copyright (C) 1999 The Gtk-- Development Team
00019  *
00020  * This library is free software; you can redistribute it and/or
00021  * modify it under the terms of the GNU Library General Public
00022  * License as published by the Free Software Foundation; either
00023  * version 2 of the License, or (at your option) any later version.
00024  *
00025  * This library is distributed in the hope that it will be useful,
00026  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00027  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00028  * Library General Public License for more details.
00029  *
00030  * You should have received a copy of the GNU Library General Public
00031  * License along with this library; if not, write to the Free
00032  * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
00033  */
00034 
00035 #include <glibmm/arrayhandle.h>
00036 #include <gtkmm/dialog.h>
00037 
00038 
00039 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00040 typedef struct _GnomeAbout GnomeAbout;
00041 typedef struct _GnomeAboutClass GnomeAboutClass;
00042 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
00043 
00044 
00045 namespace Gnome
00046 {
00047 
00048 namespace UI
00049 { class About_Class; } // namespace UI
00050 
00051 } // namespace Gnome
00052 namespace Gnome
00053 {
00054 
00055 namespace UI
00056 {
00057 
00066 class About : public Gtk::Dialog
00067 {
00068   public:
00069 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00070   typedef About CppObjectType;
00071   typedef About_Class CppClassType;
00072   typedef GnomeAbout BaseObjectType;
00073   typedef GnomeAboutClass BaseClassType;
00074 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
00075 
00076   virtual ~About();
00077 
00078 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00079 
00080 private:
00081   friend class About_Class;
00082   static CppClassType about_class_;
00083 
00084   // noncopyable
00085   About(const About&);
00086   About& operator=(const About&);
00087 
00088 protected:
00089   explicit About(const Glib::ConstructParams& construct_params);
00090   explicit About(GnomeAbout* castitem);
00091 
00092 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
00093 
00094 public:
00095 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00096   static GType get_type()      G_GNUC_CONST;
00097   static GType get_base_type() G_GNUC_CONST;
00098 #endif
00099 
00101   GnomeAbout*       gobj()       { return reinterpret_cast<GnomeAbout*>(gobject_); }
00102 
00104   const GnomeAbout* gobj() const { return reinterpret_cast<GnomeAbout*>(gobject_); }
00105 
00106 
00107 public:
00108   //C++ methods used to invoke GTK+ virtual functions:
00109 #ifdef GLIBMM_VFUNCS_ENABLED
00110 #endif //GLIBMM_VFUNCS_ENABLED
00111 
00112 protected:
00113   //GTK+ Virtual Functions (override these to change behaviour):
00114 #ifdef GLIBMM_VFUNCS_ENABLED
00115 #endif //GLIBMM_VFUNCS_ENABLED
00116 
00117   //Default Signal Handlers::
00118 #ifdef GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00119 #endif //GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00120 
00121 
00122 private:
00123 
00124   
00125 public:
00160   About(const Glib::ustring& name,
00161         const Glib::ustring& version,
00162         const Glib::ustring& copyright,
00163         const Glib::ArrayHandle<Glib::ustring>& authors,
00164         const Glib::ArrayHandle<Glib::ustring>& documenters,
00165         const Glib::ustring& comments = Glib::ustring(),
00166         const Glib::ustring& translator_credits = Glib::ustring());
00167 
00171   About(const Glib::ustring& name,
00172         const Glib::ustring& version,
00173         const Glib::ustring& copyright,
00174         const Glib::ArrayHandle<Glib::ustring>& authors,
00175         const Glib::ArrayHandle<Glib::ustring>& documenters,
00176         const Glib::ustring& comments,
00177         const Glib::ustring& translator_credits,
00178         const Glib::RefPtr<Gdk::Pixbuf>& logo);
00179 
00182   #ifdef GLIBMM_PROPERTIES_ENABLED
00183 
00189   Glib::PropertyProxy<Glib::ustring> property_name() ;
00190 #endif //#GLIBMM_PROPERTIES_ENABLED
00191 
00192 #ifdef GLIBMM_PROPERTIES_ENABLED
00193 
00199   Glib::PropertyProxy_ReadOnly<Glib::ustring> property_name() const;
00200 #endif //#GLIBMM_PROPERTIES_ENABLED
00201 
00202 
00205   #ifdef GLIBMM_PROPERTIES_ENABLED
00206 
00212   Glib::PropertyProxy<Glib::ustring> property_version() ;
00213 #endif //#GLIBMM_PROPERTIES_ENABLED
00214 
00215 #ifdef GLIBMM_PROPERTIES_ENABLED
00216 
00222   Glib::PropertyProxy_ReadOnly<Glib::ustring> property_version() const;
00223 #endif //#GLIBMM_PROPERTIES_ENABLED
00224 
00225 
00228   #ifdef GLIBMM_PROPERTIES_ENABLED
00229 
00235   Glib::PropertyProxy<Glib::ustring> property_copyright() ;
00236 #endif //#GLIBMM_PROPERTIES_ENABLED
00237 
00238 #ifdef GLIBMM_PROPERTIES_ENABLED
00239 
00245   Glib::PropertyProxy_ReadOnly<Glib::ustring> property_copyright() const;
00246 #endif //#GLIBMM_PROPERTIES_ENABLED
00247 
00248 
00251   #ifdef GLIBMM_PROPERTIES_ENABLED
00252 
00258   Glib::PropertyProxy<Glib::ustring> property_comments() ;
00259 #endif //#GLIBMM_PROPERTIES_ENABLED
00260 
00261 #ifdef GLIBMM_PROPERTIES_ENABLED
00262 
00268   Glib::PropertyProxy_ReadOnly<Glib::ustring> property_comments() const;
00269 #endif //#GLIBMM_PROPERTIES_ENABLED
00270 
00271   //TODO: _WRAP_PROPERTY("authors", GParamValueArray)
00272   //TODO: _WRAP_PROPERTY("documenters", GParamValueArray)
00273 
00276   #ifdef GLIBMM_PROPERTIES_ENABLED
00277 
00283   Glib::PropertyProxy<Glib::ustring> property_translator_credits() ;
00284 #endif //#GLIBMM_PROPERTIES_ENABLED
00285 
00286 #ifdef GLIBMM_PROPERTIES_ENABLED
00287 
00293   Glib::PropertyProxy_ReadOnly<Glib::ustring> property_translator_credits() const;
00294 #endif //#GLIBMM_PROPERTIES_ENABLED
00295 
00296 
00297 };
00298 
00299 } /* namespace UI */
00300 } /* namespace Gnome */
00301 
00302 
00303 namespace Glib
00304 {
00310   Gnome::UI::About* wrap(GnomeAbout* object, bool take_copy = false);
00311 } //namespace Glib
00312 
00313 
00314 #endif /* _LIBGNOMEUIMM_ABOUT_H */
00315 

Generated on Mon Mar 12 08:42:53 2007 for libgnomeuimm by  doxygen 1.5.1