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 
00110 protected:
00111   //GTK+ Virtual Functions (override these to change behaviour):
00112 
00113   //Default Signal Handlers::
00114 
00115 
00116 private:
00117 
00118   
00119 public:
00154   About(const Glib::ustring& name,
00155         const Glib::ustring& version,
00156         const Glib::ustring& copyright,
00157         const Glib::ArrayHandle<Glib::ustring>& authors,
00158         const Glib::ArrayHandle<Glib::ustring>& documenters,
00159         const Glib::ustring& comments = Glib::ustring(),
00160         const Glib::ustring& translator_credits = Glib::ustring());
00161 
00165   About(const Glib::ustring& name,
00166         const Glib::ustring& version,
00167         const Glib::ustring& copyright,
00168         const Glib::ArrayHandle<Glib::ustring>& authors,
00169         const Glib::ArrayHandle<Glib::ustring>& documenters,
00170         const Glib::ustring& comments,
00171         const Glib::ustring& translator_credits,
00172         const Glib::RefPtr<Gdk::Pixbuf>& logo);
00173 
00182   Glib::PropertyProxy<Glib::ustring> property_name() ;
00183 
00190   Glib::PropertyProxy_ReadOnly<Glib::ustring> property_name() const;
00191 
00192 
00201   Glib::PropertyProxy<Glib::ustring> property_version() ;
00202 
00209   Glib::PropertyProxy_ReadOnly<Glib::ustring> property_version() const;
00210 
00211 
00220   Glib::PropertyProxy<Glib::ustring> property_copyright() ;
00221 
00228   Glib::PropertyProxy_ReadOnly<Glib::ustring> property_copyright() const;
00229 
00230 
00239   Glib::PropertyProxy<Glib::ustring> property_comments() ;
00240 
00247   Glib::PropertyProxy_ReadOnly<Glib::ustring> property_comments() const;
00248 
00249   //TODO: _WRAP_PROPERTY("authors", GParamValueArray)
00250   //TODO: _WRAP_PROPERTY("documenters", GParamValueArray)
00251 
00260   Glib::PropertyProxy<Glib::ustring> property_translator_credits() ;
00261 
00268   Glib::PropertyProxy_ReadOnly<Glib::ustring> property_translator_credits() const;
00269 
00270 
00271 };
00272 
00273 } /* namespace UI */
00274 } /* namespace Gnome */
00275 
00276 
00277 namespace Glib
00278 {
00284   Gnome::UI::About* wrap(GnomeAbout* object, bool take_copy = false);
00285 } //namespace Glib
00286 
00287 
00288 #endif /* _LIBGNOMEUIMM_ABOUT_H */
00289 

Generated on Mon Aug 7 10:54:35 2006 for libgnomeuimm by  doxygen 1.4.7