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

mime-action.h

Go to the documentation of this file.
00001 // -*- c++ -*-
00002 // Generated by gtkmmproc -- DO NOT MODIFY!
00003 #ifndef _LIBGNOMEVFSMM_MIME_ACTION_H
00004 #define _LIBGNOMEVFSMM_MIME_ACTION_H
00005 
00006 #include <glibmm.h>
00007 
00008 /* Copyright 2003 gnome-vfsmm Development Team
00009  *
00010  * This library is free software; you can redistribute it and/or
00011  * modify it under the terms of the GNU Library General Public
00012  * License as published by the Free Software Foundation; either
00013  * version 2 of the License, or (at your option) any later version.
00014  *
00015  * This library is distributed in the hope that it will be useful,
00016  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00017  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00018  * Library General Public License for more details.
00019  *
00020  * You should have received a copy of the GNU Library General Public
00021  * License along with this library; if not, write to the Free
00022  * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
00023  */
00024 
00025 #include <libgnomevfs/gnome-vfs-mime-handlers.h>
00026 
00027 #include <libgnomevfsmm/enums.h>
00028 #include <libgnomevfsmm/exception.h>
00029 
00030 
00031 namespace Gnome
00032 {
00033 
00034 namespace Vfs
00035 {
00036 
00037 class MimeAction
00038 {
00039   public:
00040 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00041   typedef MimeAction CppObjectType;
00042   typedef GnomeVFSMimeAction BaseObjectType;
00043 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
00044 
00045 private:
00046 
00047   
00048 public:
00049   MimeAction();
00050   ~MimeAction();
00051 
00052   GnomeVFSMimeAction*       gobj()       { return gobject_; }
00053   const GnomeVFSMimeAction* gobj() const { return gobject_; }
00054 
00055   
00056   void launch(const Glib::ListHandle<Glib::ustring>& uris) throw(exception);
00057   void launch(const Glib::ListHandle<Glib::ustring>& uris, const Glib::ustring& envp) throw(exception);
00058 
00059 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00060   void assign_gobj(GnomeVFSMimeAction* src);
00061 #endif
00062 
00063 protected:
00064   GnomeVFSMimeAction* gobject_;
00065   
00066 private:
00067   //Instances of this class can not be copied:
00068   MimeAction(const MimeAction&);
00069   MimeAction& operator=(const MimeAction&);
00070 
00071 
00072 };
00073 
00074 } // namespace Vfs
00075 } // namespace Gnome
00076 
00077 #endif /* _LIBGNOMEVFSMM_MIME_ACTION_H */
00078 

Generated on Wed Aug 17 17:31:33 2005 for libgnomevfsmm by  doxygen 1.3.9.1