![]() |
![]() |
You only need to deal directly with printers if you use the non-portable GtkPrintUnixDialog API.
A Printer object allows to get status information about the printer, such as its description, its location, the number of queued jobs, etc. Most importantly, a Printer object can be used to create a PrintJob object, which lets you print to the printer.
Public Member Functions | |
bool | accepts_pdf () const |
bool | accepts_ps () const |
bool | equal (const Glib::RefPtr<Printer>& other) const |
Glib::ustring | get_description () const |
Glib::ustring | get_icon_name () const |
int | get_job_count () const |
Glib::ustring | get_location () const |
Glib::ustring | get_name () const |
Glib::ustring | get_state_message () const |
const GtkPrinter* | gobj () const |
Provides access to the underlying C GObject. | |
GtkPrinter* | gobj () |
Provides access to the underlying C GObject. | |
GtkPrinter* | gobj_copy () |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. | |
bool | is_active () const |
bool | is_default () const |
bool | is_virtual () const |
Glib::PropertyProxy_ReadOnly< bool > | property_accepts_pdf () const |
TRUE if this printer can accept PDF. | |
Glib::PropertyProxy_ReadOnly< bool > | property_accepts_ps () const |
TRUE if this printer can accept PostScript. | |
Glib::PropertyProxy_ReadOnly< Glib::ustring > | property_icon_name () const |
The icon name to use for the printer. | |
Glib::PropertyProxy_ReadOnly< bool > | property_is_virtual () const |
FALSE if this represents a real hardware printer. | |
Glib::PropertyProxy_ReadOnly< int > | property_job_count () const |
Number of jobs queued in the printer. | |
Glib::PropertyProxy_ReadOnly< Glib::ustring > | property_location () const |
The location of the printer. | |
Glib::PropertyProxy_ReadOnly< Glib::ustring > | property_name () const |
Name of the printer. | |
Glib::PropertyProxy_ReadOnly< Glib::ustring > | property_state_message () const |
String giving the current state of the printer. | |
Glib::SignalProxy1< void, bool > | signal_details_acquired () |
virtual | ~Printer () |
Protected Member Functions | |
virtual void | on_details_acquired (bool success) |
Related Functions | |
(Note that these are not member functions.) | |
void | enumerate_printers (const SlotPrinterEnumerator& slot, bool wait=true) |
TODO: document this. | |
bool | operator!= (const Glib::RefPtr<Printer>& lhs, const Glib::RefPtr<Printer>& rhs) |
bool | operator== (const Glib::RefPtr<Printer>& lhs, const Glib::RefPtr<Printer>& rhs) |
Glib::RefPtr<Gtk::Printer> | wrap (GtkPrinter* object, bool take_copy=false) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Provides access to the underlying C GObject.
Reimplemented from Glib::ObjectBase. |
|
Provides access to the underlying C GObject.
Reimplemented from Glib::ObjectBase. |
|
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
|
|
|
|
|
|
|
|
|
|
TRUE if this printer can accept PDF. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
TRUE if this printer can accept PostScript. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
The icon name to use for the printer. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
FALSE if this represents a real hardware printer. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
Number of jobs queued in the printer. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
The location of the printer. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
Name of the printer. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
String giving the current state of the printer. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
|
TODO: document this.
|
|
|
|
|
|
|