logo top
Main Page   Widgets   Namespaces   Book  

Gtk::PrintJob Class Reference

Inheritance diagram for Gtk::PrintJob:

Inheritance graph
[legend]
List of all members.

Public Types

typedef sigc::slot< void,
const Glib::RefPtr<PrintJob>&,
std::auto_ptr<Glib::Error >&> 
SlotPrintJobComplete
 For example, void on_print_job_complete(const Glib::RefPtr<PrintJob>& job, std::auto_ptr<Glib::Error>& error);.

Public Member Functions

Glib::RefPtr<const Printerget_printer () const
Glib::RefPtr<Printerget_printer ()
Glib::RefPtr<const PrintSettingsget_settings () const
Glib::RefPtr<PrintSettingsget_settings ()
PrintStatus get_status () const
Cairo::RefPtr<const Cairo::Surface> get_surface (std::auto_ptr<Glib::Error>& error) const
Cairo::RefPtr<Cairo::Surface> get_surface (std::auto_ptr<Glib::Error>& error)
Glib::ustring get_title () const
const GtkPrintJob* gobj () const
 Provides access to the underlying C GObject.
GtkPrintJob* gobj ()
 Provides access to the underlying C GObject.
GtkPrintJob* gobj_copy ()
 Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
void send (const SlotPrintJobComplete& slot)
 TODO: document this.
void set_source_file (const std::string& filename, std::auto_ptr<Glib::Error>& error)
Glib::SignalProxy0<void> signal_status_changed ()
virtual ~PrintJob ()

Static Public Member Functions

static Glib::RefPtr<PrintJobcreate (const Glib::ustring& title, const Glib::RefPtr<Printer>& printer, const Glib::RefPtr<PrintSettings>& settings, const Glib::RefPtr<PageSetup>& page_setup)

Protected Member Functions

virtual void on_status_changed ()
 PrintJob (const Glib::ustring& title, const Glib::RefPtr<Printer>& printer, const Glib::RefPtr<PrintSettings>& settings, const Glib::RefPtr<PageSetup>& page_setup)

Related Functions

(Note that these are not member functions.)

Glib::RefPtr<Gtk::PrintJobwrap (GtkPrintJob* object, bool take_copy=false)

Member Typedef Documentation

typedef sigc::slot<void, const Glib::RefPtr<PrintJob>&, std::auto_ptr<Glib::Error>&> Gtk::PrintJob::SlotPrintJobComplete
 

For example, void on_print_job_complete(const Glib::RefPtr<PrintJob>& job, std::auto_ptr<Glib::Error>& error);.


Constructor & Destructor Documentation

virtual Gtk::PrintJob::~PrintJob (  )  [virtual]
 

Gtk::PrintJob::PrintJob ( const Glib::ustring title,
const Glib::RefPtr<Printer>&  printer,
const Glib::RefPtr<PrintSettings>&  settings,
const Glib::RefPtr<PageSetup>&  page_setup
[explicit, protected]
 


Member Function Documentation

static Glib::RefPtr<PrintJob> Gtk::PrintJob::create ( const Glib::ustring title,
const Glib::RefPtr<Printer>&  printer,
const Glib::RefPtr<PrintSettings>&  settings,
const Glib::RefPtr<PageSetup>&  page_setup
[static]
 

Glib::RefPtr<const Printer> Gtk::PrintJob::get_printer (  )  const
 

Glib::RefPtr<Printer> Gtk::PrintJob::get_printer (  ) 
 

Glib::RefPtr<const PrintSettings> Gtk::PrintJob::get_settings (  )  const
 

Glib::RefPtr<PrintSettings> Gtk::PrintJob::get_settings (  ) 
 

PrintStatus Gtk::PrintJob::get_status (  )  const
 

Cairo::RefPtr<const Cairo::Surface> Gtk::PrintJob::get_surface ( std::auto_ptr<Glib::Error>&  error  )  const
 

Cairo::RefPtr<Cairo::Surface> Gtk::PrintJob::get_surface ( std::auto_ptr<Glib::Error>&  error  ) 
 

Glib::ustring Gtk::PrintJob::get_title (  )  const
 

const GtkPrintJob* Gtk::PrintJob::gobj (  )  const [inline]
 

Provides access to the underlying C GObject.

Reimplemented from Glib::ObjectBase.

GtkPrintJob* Gtk::PrintJob::gobj (  )  [inline]
 

Provides access to the underlying C GObject.

Reimplemented from Glib::ObjectBase.

GtkPrintJob* Gtk::PrintJob::gobj_copy (  ) 
 

Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.

virtual void Gtk::PrintJob::on_status_changed (  )  [protected, virtual]
 

void Gtk::PrintJob::send ( const SlotPrintJobComplete slot  ) 
 

TODO: document this.

void Gtk::PrintJob::set_source_file ( const std::string&  filename,
std::auto_ptr<Glib::Error>&  error
 

Glib::SignalProxy0<void> Gtk::PrintJob::signal_status_changed (  ) 
 


Friends And Related Function Documentation

Glib::RefPtr<Gtk::PrintJob> wrap ( GtkPrintJob*  object,
bool  take_copy = false
[related]
 

Parameters:
object The C instance
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 gtkmm 2.4 by Doxygen 1.4.6 © 1997-2001