file-details-dialog.h

Go to the documentation of this file.
00001 // -*- c++ -*-
00002 // Generated by gtkmmproc -- DO NOT MODIFY!
00003 #ifndef _HILDON_FMMM_FILE_DETAILS_DIALOG_H
00004 #define _HILDON_FMMM_FILE_DETAILS_DIALOG_H
00005 
00006 
00007 #include <glibmm.h>
00008 
00009 /* $Id: file-details-dialog.hg,v 1.10 2005/02/15 10:52:44 murrayc Exp $ */
00010 
00011 /* file-details-dialog.h
00012  *
00013  * Copyright (C) 1998-2005 The gtkmm 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 <gtkmm/dialog.h>
00031 #include <gtkmm/treemodel.h>
00032 #include <hildon-fmmm/file-system-model.h>
00033 
00034 
00035 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00036 typedef struct _HildonFileDetailsDialog HildonFileDetailsDialog;
00037 typedef struct _HildonFileDetailsDialogClass HildonFileDetailsDialogClass;
00038 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
00039 
00040 
00041 namespace Hildon
00042 { class FileDetailsDialog_Class; } // namespace Hildon
00043 namespace Hildon
00044 {
00045 
00051 class FileDetailsDialog : public Gtk::Dialog
00052 {
00053   public:
00054 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00055   typedef FileDetailsDialog CppObjectType;
00056   typedef FileDetailsDialog_Class CppClassType;
00057   typedef HildonFileDetailsDialog BaseObjectType;
00058   typedef HildonFileDetailsDialogClass BaseClassType;
00059 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
00060 
00061   virtual ~FileDetailsDialog();
00062 
00063 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00064 
00065 private:
00066   friend class FileDetailsDialog_Class;
00067   static CppClassType filedetailsdialog_class_;
00068 
00069   // noncopyable
00070   FileDetailsDialog(const FileDetailsDialog&);
00071   FileDetailsDialog& operator=(const FileDetailsDialog&);
00072 
00073 protected:
00074   explicit FileDetailsDialog(const Glib::ConstructParams& construct_params);
00075   explicit FileDetailsDialog(HildonFileDetailsDialog* castitem);
00076 
00077 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
00078 
00079 public:
00080 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00081   static GType get_type()      G_GNUC_CONST;
00082   static GType get_base_type() G_GNUC_CONST;
00083 #endif
00084 
00086   HildonFileDetailsDialog*       gobj()       { return reinterpret_cast<HildonFileDetailsDialog*>(gobject_); }
00087 
00089   const HildonFileDetailsDialog* gobj() const { return reinterpret_cast<HildonFileDetailsDialog*>(gobject_); }
00090 
00091 
00092 public:
00093   //C++ methods used to invoke GTK+ virtual functions:
00094 #ifdef GLIBMM_VFUNCS_ENABLED
00095 #endif //GLIBMM_VFUNCS_ENABLED
00096 
00097 protected:
00098   //GTK+ Virtual Functions (override these to change behaviour):
00099 #ifdef GLIBMM_VFUNCS_ENABLED
00100 #endif //GLIBMM_VFUNCS_ENABLED
00101 
00102   //Default Signal Handlers::
00103 #ifdef GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00104 #endif //GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
00105 
00106 
00107 private:
00108 
00109   
00110 public:
00111   FileDetailsDialog(const Glib::RefPtr<FileSystemModel>& model);
00112   FileDetailsDialog(Gtk::Window& parent, const Glib::RefPtr<FileSystemModel>& model);
00113   
00114 
00119   void set_file_iter(const Gtk::TreeModel::iterator& iter);
00120   Gtk::TreeModel::iterator get_file_iter() const;
00121   
00122 
00123   #ifdef GLIBMM_PROPERTIES_ENABLED
00124 
00130   Glib::PropertyProxy<bool> property_show_tabs() ;
00131 #endif //#GLIBMM_PROPERTIES_ENABLED
00132 
00133 #ifdef GLIBMM_PROPERTIES_ENABLED
00134 
00140   Glib::PropertyProxy_ReadOnly<bool> property_show_tabs() const;
00141 #endif //#GLIBMM_PROPERTIES_ENABLED
00142 
00143   #ifdef GLIBMM_PROPERTIES_ENABLED
00144 
00150   Glib::PropertyProxy<Gtk::Widget*> property_additional_tab() ;
00151 #endif //#GLIBMM_PROPERTIES_ENABLED
00152 
00153 #ifdef GLIBMM_PROPERTIES_ENABLED
00154 
00160   Glib::PropertyProxy_ReadOnly<Gtk::Widget*> property_additional_tab() const;
00161 #endif //#GLIBMM_PROPERTIES_ENABLED
00162 
00163   #ifdef GLIBMM_PROPERTIES_ENABLED
00164 
00170   Glib::PropertyProxy<Glib::ustring> property_additional_tab_label() ;
00171 #endif //#GLIBMM_PROPERTIES_ENABLED
00172 
00173 #ifdef GLIBMM_PROPERTIES_ENABLED
00174 
00180   Glib::PropertyProxy_ReadOnly<Glib::ustring> property_additional_tab_label() const;
00181 #endif //#GLIBMM_PROPERTIES_ENABLED
00182 
00183   #ifdef GLIBMM_PROPERTIES_ENABLED
00184 
00190   Glib::PropertyProxy< Glib::RefPtr<FileSystemModel> > property_model() ;
00191 #endif //#GLIBMM_PROPERTIES_ENABLED
00192 
00193 #ifdef GLIBMM_PROPERTIES_ENABLED
00194 
00200   Glib::PropertyProxy_ReadOnly< Glib::RefPtr<FileSystemModel> > property_model() const;
00201 #endif //#GLIBMM_PROPERTIES_ENABLED
00202 
00203 
00204 };
00205 
00206 } // namespace Hildon
00207 
00208 
00209 namespace Glib
00210 {
00216   Hildon::FileDetailsDialog* wrap(HildonFileDetailsDialog* object, bool take_copy = false);
00217 } //namespace Glib
00218 
00219 
00220 #endif /* _HILDON_FMMM_FILE_DETAILS_DIALOG_H */
00221 

Generated on Wed Nov 8 17:18:56 2006 for hildon-fmmm by  doxygen 1.4.6