Maemomm Reference Documentation: hildon-notifymm
Main Page   Namespaces   Book  

Hildon::FileChooserDialog Class Reference
[DialogsFileSystem]

Inheritance diagram for Hildon::FileChooserDialog:

Gtk::Dialog Gtk::FileChooser Gtk::Window Glib::Interface Gtk::Bin Glib::ObjectBase Gtk::Container sigc::trackable Gtk::Widget Gtk::Object Atk::Implementor Glib::Object Glib::Interface Glib::ObjectBase Glib::ObjectBase sigc::trackable sigc::trackable List of all members.

Detailed Description

The Hildon::FileChooserDialog is a dialog used to save and open user files.

Since it is based on the Gtk::FileChooser, the API is similar to the one used in GTK+/gtkmm. For instance, you can use get_filename() from the Gtk::FileChooser base class.

The Hildon::FileChooserDialog is usually opened by the signal handler of the Open or Save menu entries or toolbar buttons.


Public Member Functions

 FileChooserDialog (Gtk::Window& parent, Gtk::FileChooserAction action)
 FileChooserDialog (Gtk::FileChooserAction action)
const HildonFileChooserDialog* gobj () const
 Provides access to the underlying C GtkObject.
HildonFileChooserDialog* gobj ()
 Provides access to the underlying C GtkObject.
virtual ~FileChooserDialog ()

Related Functions

(Note that these are not member functions.)

Hildon::FileChooserDialogwrap (HildonFileChooserDialog* object, bool take_copy=false)
 
Parameters:
object The C instance


Constructor & Destructor Documentation

virtual Hildon::FileChooserDialog::~FileChooserDialog (  )  [virtual]

Hildon::FileChooserDialog::FileChooserDialog ( Gtk::FileChooserAction  action  )  [explicit]

Hildon::FileChooserDialog::FileChooserDialog ( Gtk::Window parent,
Gtk::FileChooserAction  action 
) [explicit]


Member Function Documentation

const HildonFileChooserDialog* Hildon::FileChooserDialog::gobj (  )  const [inline]

Provides access to the underlying C GtkObject.

Reimplemented from Gtk::Dialog.

HildonFileChooserDialog* Hildon::FileChooserDialog::gobj (  )  [inline]

Provides access to the underlying C GtkObject.

Reimplemented from Gtk::Dialog.


Friends And Related Function Documentation

Hildon::FileChooserDialog* wrap ( HildonFileChooserDialog *  object,
bool  take_copy = false 
) [related]

Parameters:
object The C instance

Parameters:
take_copy False if the result should take ownership of the C instance. True if it should take a new copy or ref.
Returns:
A C++ instance that wraps this C instance.


The documentation for this class was generated from the following file:
Generated for hildon-notifymm by Doxygen 1.5.1 © 1997-2001