transactionstatus.h

Go to the documentation of this file.
00001 // -*- c++ -*-
00002 // Generated by gtkmmproc -- DO NOT MODIFY!
00003 #ifndef _LIBGNOMEDBMM_TRANSACTIONSTATUS_H
00004 #define _LIBGNOMEDBMM_TRANSACTIONSTATUS_H
00005 
00006 
00007 #include <glibmm.h>
00008 
00009 // -*- C++ -*- // 
00010 
00011 /* transactionstatus.hg
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 
00031 #include <gtkmm/box.h>
00032 #include <gtkmm/window.h>
00033 #include <libgdamm/connection.h>
00034 
00035 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00036 typedef struct _GnomeDbTransactionStatus GnomeDbTransactionStatus;
00037 typedef struct _GnomeDbTransactionStatusClass GnomeDbTransactionStatusClass;
00038 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
00039 
00040 
00041 namespace Gnome
00042 {
00043 
00044 namespace Db
00045 { class TransactionStatus_Class; } // namespace Db
00046 
00047 } // namespace Gnome
00048 namespace Gnome
00049 {
00050 
00051 namespace Db
00052 {
00053 
00054 
00055 class TransactionStatus : public Gtk::VBox
00056 {
00057   public:
00058 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00059   typedef TransactionStatus CppObjectType;
00060   typedef TransactionStatus_Class CppClassType;
00061   typedef GnomeDbTransactionStatus BaseObjectType;
00062   typedef GnomeDbTransactionStatusClass BaseClassType;
00063 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
00064 
00065   virtual ~TransactionStatus();
00066 
00067 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00068 
00069 private:
00070   friend class TransactionStatus_Class;
00071   static CppClassType transactionstatus_class_;
00072 
00073   // noncopyable
00074   TransactionStatus(const TransactionStatus&);
00075   TransactionStatus& operator=(const TransactionStatus&);
00076 
00077 protected:
00078   explicit TransactionStatus(const Glib::ConstructParams& construct_params);
00079   explicit TransactionStatus(GnomeDbTransactionStatus* 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   GnomeDbTransactionStatus*       gobj()       { return reinterpret_cast<GnomeDbTransactionStatus*>(gobject_); }
00091 
00093   const GnomeDbTransactionStatus* gobj() const { return reinterpret_cast<GnomeDbTransactionStatus*>(gobject_); }
00094 
00095 
00096 public:
00097   //C++ methods used to invoke GTK+ virtual functions:
00098 #ifdef GLIBMM_VFUNCS_ENABLED
00099 #endif //GLIBMM_VFUNCS_ENABLED
00100 
00101 protected:
00102   //GTK+ Virtual Functions (override these to change behaviour):
00103 #ifdef GLIBMM_VFUNCS_ENABLED
00104 #endif //GLIBMM_VFUNCS_ENABLED
00105 
00106   //Default Signal Handlers::
00107 #ifdef GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00108 #endif //GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00109 
00110 
00111 private:
00112 
00113   
00114   public:
00115     
00116     explicit TransactionStatus(const Glib::RefPtr<Gda::Connection>& connection);
00117 
00118 
00119 };
00120 
00121 } // namespace Db
00122 
00123 } // namespace Gnome
00124 
00125 
00126 namespace Glib
00127 {
00133   Gnome::Db::TransactionStatus* wrap(GnomeDbTransactionStatus* object, bool take_copy = false);
00134 } //namespace Glib
00135 
00136 
00137 #endif /* _LIBGNOMEDBMM_TRANSACTIONSTATUS_H */
00138 

Generated on Mon Feb 12 16:49:00 2007 for libgnomedbmm by  doxygen 1.4.7