entrycombo.h

Go to the documentation of this file.
00001 // -*- c++ -*-
00002 // Generated by gtkmmproc -- DO NOT MODIFY!
00003 #ifndef _LIBGNOMEDBMM_ENTRYCOMBO_H
00004 #define _LIBGNOMEDBMM_ENTRYCOMBO_H
00005 
00006 
00007 #include <glibmm.h>
00008 
00009 // -*- C++ -*- // 
00010 
00011 /* entrycombo.h
00012  * 
00013  * Copyright 2006 libgnomedbmm 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 <libgnomedbmm/entryshell.h>
00031 
00032 
00033 #include <libgnomedbmm/entryshell.h>
00034 #include <libgdamm/parameterlist.h>
00035 #include <libgda/gda-parameter-list.h>
00036 
00037 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00038 typedef struct _GnomeDbEntryCombo GnomeDbEntryCombo;
00039 typedef struct _GnomeDbEntryComboClass GnomeDbEntryComboClass;
00040 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
00041 
00042 
00043 namespace Gnome
00044 {
00045 
00046 namespace Db
00047 { class EntryCombo_Class; } // namespace Db
00048 
00049 } // namespace Gnome
00050 namespace Gnome
00051 {
00052 
00053 namespace Db
00054 {
00055 
00056 
00057 class EntryCombo : public EntryShell
00058 {
00059   public:
00060 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00061   typedef EntryCombo CppObjectType;
00062   typedef EntryCombo_Class CppClassType;
00063   typedef GnomeDbEntryCombo BaseObjectType;
00064   typedef GnomeDbEntryComboClass BaseClassType;
00065 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
00066 
00067   virtual ~EntryCombo();
00068 
00069 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00070 
00071 private:
00072   friend class EntryCombo_Class;
00073   static CppClassType entrycombo_class_;
00074 
00075   // noncopyable
00076   EntryCombo(const EntryCombo&);
00077   EntryCombo& operator=(const EntryCombo&);
00078 
00079 protected:
00080   explicit EntryCombo(const Glib::ConstructParams& construct_params);
00081   explicit EntryCombo(GnomeDbEntryCombo* castitem);
00082 
00083 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
00084 
00085 public:
00086 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00087   static GType get_type()      G_GNUC_CONST;
00088   static GType get_base_type() G_GNUC_CONST;
00089 #endif
00090 
00092   GnomeDbEntryCombo*       gobj()       { return reinterpret_cast<GnomeDbEntryCombo*>(gobject_); }
00093 
00095   const GnomeDbEntryCombo* gobj() const { return reinterpret_cast<GnomeDbEntryCombo*>(gobject_); }
00096 
00097 
00098 public:
00099   //C++ methods used to invoke GTK+ virtual functions:
00100 #ifdef GLIBMM_VFUNCS_ENABLED
00101 #endif //GLIBMM_VFUNCS_ENABLED
00102 
00103 protected:
00104   //GTK+ Virtual Functions (override these to change behaviour):
00105 #ifdef GLIBMM_VFUNCS_ENABLED
00106 #endif //GLIBMM_VFUNCS_ENABLED
00107 
00108   //Default Signal Handlers::
00109 #ifdef GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00110 #endif //GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00111 
00112 
00113 private:
00114 
00115 public:
00116         // TODO: Use C++ types
00117   EntryCombo(const Glib::RefPtr<Gda::ParameterList>& paramlist, GdaParameterListSource* source);
00118   
00119   
00133   bool set_values(const Glib::SListHandle<Gda::Value>& values);;
00134   
00140   Glib::SListHandle<Gda::Value> get_values();;
00141   
00146   Glib::SListHandle<Gda::Value> get_all_values();;
00147 
00148   
00153   void set_values_orig(const Glib::SListHandle<Gda::Value>& values);;
00154   
00159   Glib::SListHandle<Gda::Value> get_values_orig();;
00160 
00161   
00166   void set_values_default(const Glib::SListHandle<Gda::Value>& values);;
00167   //gtkmmproc error: gnome_db_entry_combo_get_values_default : method defs lookup failed (1);
00168   
00169 
00170 };
00171 
00172 } // namespace Db
00173 } // namespace Gnome
00174 
00175 
00176 namespace Glib
00177 {
00183   Gnome::Db::EntryCombo* wrap(GnomeDbEntryCombo* object, bool take_copy = false);
00184 } //namespace Glib
00185 
00186 
00187 #endif /* _LIBGNOMEDBMM_ENTRYCOMBO_H */
00188 

Generated on Mon Feb 12 16:48:59 2007 for libgnomedbmm by  doxygen 1.4.7