libgnomeuimm  2.28.0
Public Member Functions | Related Functions | List of all members
Gnome::UI::PixmapEntry Class Reference

#include <pixmap-entry.h>

Inheritance diagram for Gnome::UI::PixmapEntry:
Gnome::UI::FileEntry

Public Member Functions

virtual ~PixmapEntry ()
 
GnomePixmapEntry * gobj ()
 Provides access to the underlying C GtkObject.
 
const GnomePixmapEntry * gobj () const
 Provides access to the underlying C GtkObject.
 
 PixmapEntry ()
 
 PixmapEntry (const Glib::ustring &history_id, const Glib::ustring &browse_dialog_title, bool do_preview)
 
void set_pixmap_subdir (const Glib::ustring &subdir)
 
Gtk::ScrolledWindow * get_scrolled_window ()
 
const Gtk::ScrolledWindow * get_scrolled_window () const
 
Gtk::Widget * get_preview_widget ()
 
const Gtk::Widget * get_preview_widget () const
 
void set_preview (bool do_preview=true)
 
void set_preview_size (gint preview_w, gint preview_h)
 
Glib::ustring get_filename () const
 
- Public Member Functions inherited from Gnome::UI::FileEntry
virtual ~FileEntry ()
 
GnomeFileEntry * gobj ()
 Provides access to the underlying C GtkObject.
 
const GnomeFileEntry * gobj () const
 Provides access to the underlying C GtkObject.
 
 FileEntry ()
 
 FileEntry (const Glib::ustring &history_id, const Glib::ustring &browse_dialog_title)
 
Gtk::Widget * gnome_entry ()
 
Gtk::Widget * gtk_entry ()
 
void set_title (const Glib::ustring &browse_dialog_title)
 
void set_default_path (const Glib::ustring &path)
 
void set_directory_entry (bool directory_entry=true)
 
bool get_directory_entry () const
 
Glib::ustring get_full_path (bool file_must_exist) const
 
void set_filename (const Glib::ustring &filename)
 
void set_modal (bool is_modal=true)
 
bool get_modal () const
 
Glib::SignalProxy0< void > signal_browse_clicked ()
 
Glib::SignalProxy0< void > signal_activate ()
 

Related Functions

(Note that these are not member functions.)

Gnome::UI::PixmapEntrywrap (GnomePixmapEntry *object, bool take_copy=false)
 A Glib::wrap() method for this object.
 

Additional Inherited Members

- Protected Member Functions inherited from Gnome::UI::FileEntry
virtual void on_browse_clicked ()
 
virtual void on_activate ()
 

Constructor & Destructor Documentation

virtual Gnome::UI::PixmapEntry::~PixmapEntry ( )
virtual
Gnome::UI::PixmapEntry::PixmapEntry ( )
Gnome::UI::PixmapEntry::PixmapEntry ( const Glib::ustring &  history_id,
const Glib::ustring &  browse_dialog_title,
bool  do_preview 
)

Member Function Documentation

Glib::ustring Gnome::UI::PixmapEntry::get_filename ( ) const
Gtk::Widget* Gnome::UI::PixmapEntry::get_preview_widget ( )
const Gtk::Widget* Gnome::UI::PixmapEntry::get_preview_widget ( ) const
Gtk::ScrolledWindow* Gnome::UI::PixmapEntry::get_scrolled_window ( )
const Gtk::ScrolledWindow* Gnome::UI::PixmapEntry::get_scrolled_window ( ) const
GnomePixmapEntry* Gnome::UI::PixmapEntry::gobj ( )
inline

Provides access to the underlying C GtkObject.

const GnomePixmapEntry* Gnome::UI::PixmapEntry::gobj ( ) const
inline

Provides access to the underlying C GtkObject.

void Gnome::UI::PixmapEntry::set_pixmap_subdir ( const Glib::ustring &  subdir)
void Gnome::UI::PixmapEntry::set_preview ( bool  do_preview = true)
void Gnome::UI::PixmapEntry::set_preview_size ( gint  preview_w,
gint  preview_h 
)

Friends And Related Function Documentation

Gnome::UI::PixmapEntry * wrap ( GnomePixmapEntry *  object,
bool  take_copy = false 
)
related

A Glib::wrap() method for this object.

Parameters
objectThe C instance.
take_copyFalse 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: