Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

druid-page-standard.h

Go to the documentation of this file.
00001 // -*- c++ -*-
00002 // Generated by gtkmmproc -- DO NOT MODIFY!
00003 #ifndef _LIBGNOMEUIMM_DRUID_PAGE_STANDARD_H
00004 #define _LIBGNOMEUIMM_DRUID_PAGE_STANDARD_H
00005 
00006 #include <glibmm.h>
00007 
00008 /* $Id: druid-page-standard.hg,v 1.13 2004/06/06 21:13:08 murrayc Exp $ */
00009 
00010 
00011 /* druid-page-standard.hg
00012  * 
00013  * Copyright (C) 1999 The Gtk-- Development Team
00014  *
00015  * This library is free software; you can redistribute it and/or
00016  * modify it under the terms of the GNU Library General Public
00017  * License as published by the Free Software Foundation; either
00018  * version 2 of the License, or (at your option) any later version.
00019  *
00020  * This library is distributed in the hope that it will be useful,
00021  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00022  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00023  * Library General Public License for more details.
00024  *
00025  * You should have received a copy of the GNU Library General Public
00026  * License along with this library; if not, write to the Free
00027  * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
00028  */
00029 
00030 #include <libgnomeuimm/druid-page.h>
00031 #include <gtkmm/box.h>
00032 #include <libgnomeui/gnome-druid-page-standard.h>
00033 
00034 
00035 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00036 typedef struct _GnomeDruidPageStandard GnomeDruidPageStandard;
00037 typedef struct _GnomeDruidPageStandardClass GnomeDruidPageStandardClass;
00038 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
00039 
00040 
00041 namespace Gnome
00042 {
00043 
00044 namespace UI
00045 { class DruidPageStandard_Class; } // namespace UI
00046 
00047 } // namespace Gnome
00048 namespace Gnome
00049 {
00050 
00051 namespace UI
00052 {
00053 
00054 
00055 class DruidPageStandard : public DruidPage
00056 {
00057   public:
00058 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00059   typedef DruidPageStandard CppObjectType;
00060   typedef DruidPageStandard_Class CppClassType;
00061   typedef GnomeDruidPageStandard BaseObjectType;
00062   typedef GnomeDruidPageStandardClass BaseClassType;
00063 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
00064 
00065   virtual ~DruidPageStandard();
00066 
00067 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00068 
00069 private:
00070   friend class DruidPageStandard_Class;
00071   static CppClassType druidpagestandard_class_;
00072 
00073   // noncopyable
00074   DruidPageStandard(const DruidPageStandard&);
00075   DruidPageStandard& operator=(const DruidPageStandard&);
00076 
00077 protected:
00078   explicit DruidPageStandard(const Glib::ConstructParams& construct_params);
00079   explicit DruidPageStandard(GnomeDruidPageStandard* castitem);
00080 
00081 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
00082 
00083 public:
00084 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00085   static GType get_type()      G_GNUC_CONST;
00086   static GType get_base_type() G_GNUC_CONST;
00087 #endif
00088 
00090   GnomeDruidPageStandard*       gobj()       { return reinterpret_cast<GnomeDruidPageStandard*>(gobject_); }
00091 
00093   const GnomeDruidPageStandard* gobj() const { return reinterpret_cast<GnomeDruidPageStandard*>(gobject_); }
00094 
00095 
00096 public:
00097   //C++ methods used to invoke GTK+ virtual functions:
00098 
00099 protected:
00100   //GTK+ Virtual Functions (override these to change behaviour):
00101 
00102   //Default Signal Handlers::
00103 
00104 
00105 private:
00106 
00107   
00108 public:
00109 
00110   DruidPageStandard();
00111   DruidPageStandard(const Glib::ustring& title, const Glib::RefPtr<Gdk::Pixbuf>& logo_image, const Glib::RefPtr<Gdk::Pixbuf>& top_watermark);
00112 
00113   
00114   void set_title(const Glib::ustring& title);
00115   
00116   void set_logo(const Glib::RefPtr<Gdk::Pixbuf>& logo_image);
00117   
00118   void set_top_watermark(const Glib::RefPtr<Gdk::Pixbuf>& top_watermark_image);
00119   
00120   void set_title_foreground(const Gdk::Color& color);
00121   
00122   void set_background (const Gdk::Color& color);
00123   
00124   void set_logo_background(const Gdk::Color& color);
00125   
00126   void set_contents_background(const Gdk::Color& color);
00127   
00128   void append_item(const Glib::ustring& question_mnemonic, Gtk::Widget& item, const Glib::ustring& additional_info_markup);
00129 
00131         Gtk::VBox* get_vbox() const;
00132         Glib::ustring get_title() const;
00133         Glib::RefPtr<Gdk::Pixbuf> get_logo() const;
00134         Glib::RefPtr<Gdk::Pixbuf> get_top_watermark() const;
00135         Gdk::Color get_title_foreground() const;
00136         Gdk::Color get_background() const;
00137         Gdk::Color get_logo_background() const;
00138         Gdk::Color get_contents_background() const;
00139 
00146   Glib::PropertyProxy<Glib::ustring> property_title() ;
00147 
00154   Glib::PropertyProxy_ReadOnly<Glib::ustring> property_title() const;
00155 
00162   Glib::PropertyProxy<Gdk::Pixbuf> property_logo() ;
00163 
00170   Glib::PropertyProxy_ReadOnly<Gdk::Pixbuf> property_logo() const;
00171 
00178   Glib::PropertyProxy<Gdk::Pixbuf> property_top_watermark() ;
00179 
00186   Glib::PropertyProxy_ReadOnly<Gdk::Pixbuf> property_top_watermark() const;
00187 
00194   Glib::PropertyProxy_WriteOnly<Glib::ustring> property_title_foreground() ;
00195 
00202   Glib::PropertyProxy_ReadOnly<Glib::ustring> property_title_foreground() const;
00203 
00210   Glib::PropertyProxy<Gdk::Color> property_title_foreground_gdk() ;
00211 
00218   Glib::PropertyProxy_ReadOnly<Gdk::Color> property_title_foreground_gdk() const;
00219 
00226   Glib::PropertyProxy<bool> property_title_foreground_set() ;
00227 
00234   Glib::PropertyProxy_ReadOnly<bool> property_title_foreground_set() const;
00235 
00242   Glib::PropertyProxy_WriteOnly<Glib::ustring> property_background() ;
00243 
00250   Glib::PropertyProxy_ReadOnly<Glib::ustring> property_background() const;
00251 
00258   Glib::PropertyProxy<Gdk::Color> property_background_gdk() ;
00259 
00266   Glib::PropertyProxy_ReadOnly<Gdk::Color> property_background_gdk() const;
00267 
00274   Glib::PropertyProxy<bool> property_background_set() ;
00275 
00282   Glib::PropertyProxy_ReadOnly<bool> property_background_set() const;
00283 
00290   Glib::PropertyProxy_WriteOnly<Glib::ustring> property_logo_background() ;
00291 
00298   Glib::PropertyProxy_ReadOnly<Glib::ustring> property_logo_background() const;
00299 
00306   Glib::PropertyProxy<Gdk::Color> property_logo_background_gdk() ;
00307 
00314   Glib::PropertyProxy_ReadOnly<Gdk::Color> property_logo_background_gdk() const;
00315 
00316   //gtkmmproc error: contents-background : property defs lookup failed.
00317   //gtkmmproc error: contents-background-gdk : property defs lookup failed.
00318   //gtkmmproc error: contents-background-set : property defs lookup failed.
00319     
00320        
00321 };
00322 
00323 } /* namespace UI */
00324 } /* namespace Gnome */
00325 namespace Glib
00326 {
00332   Gnome::UI::DruidPageStandard* wrap(GnomeDruidPageStandard* object, bool take_copy = false);
00333 }
00334 #endif /* _LIBGNOMEUIMM_DRUID_PAGE_STANDARD_H */
00335 

Generated on Mon Mar 7 17:44:18 2005 for libgnomeuimm by  doxygen 1.4.0