copy() const | Gtk::PrintSettings | |
create() | Gtk::PrintSettings | static |
create_from_file(const std::string & file_name) | Gtk::PrintSettings | static |
create_from_key_file(const Glib::RefPtr< const Glib::KeyFile > & key_file) | Gtk::PrintSettings | static |
create_from_key_file(const Glib::RefPtr< const Glib::KeyFile > & key_file, const Glib::ustring & group_name) | Gtk::PrintSettings | static |
get(const Glib::ustring & key) const | Gtk::PrintSettings | |
get_bool(const Glib::ustring & key) const | Gtk::PrintSettings | |
get_collate() const | Gtk::PrintSettings | |
get_default_source() const | Gtk::PrintSettings | |
get_dither() const | Gtk::PrintSettings | |
get_double(const Glib::ustring & key) const | Gtk::PrintSettings | |
get_double_with_default(const Glib::ustring & key, double def) const | Gtk::PrintSettings | |
get_duplex() const | Gtk::PrintSettings | |
get_finishings() const | Gtk::PrintSettings | |
get_int(const Glib::ustring & key) const | Gtk::PrintSettings | |
get_int_with_default(const Glib::ustring & key, int def) const | Gtk::PrintSettings | |
get_length(const Glib::ustring & key, Unit unit) const | Gtk::PrintSettings | |
get_media_type() const | Gtk::PrintSettings | |
get_n_copies() const | Gtk::PrintSettings | |
get_number_up() const | Gtk::PrintSettings | |
get_number_up_layout() const | Gtk::PrintSettings | |
get_orientation() const | Gtk::PrintSettings | |
get_output_bin() const | Gtk::PrintSettings | |
get_page_ranges() const | Gtk::PrintSettings | |
get_page_set() const | Gtk::PrintSettings | |
get_paper_height(Unit unit) const | Gtk::PrintSettings | |
get_paper_size() | Gtk::PrintSettings | |
get_paper_size() const | Gtk::PrintSettings | |
get_paper_width(Unit unit) const | Gtk::PrintSettings | |
get_print_pages() const | Gtk::PrintSettings | |
get_printer() const | Gtk::PrintSettings | |
get_printer_lpi() const | Gtk::PrintSettings | |
get_quality() const | Gtk::PrintSettings | |
get_resolution() const | Gtk::PrintSettings | |
get_resolution_x() const | Gtk::PrintSettings | |
get_resolution_y() const | Gtk::PrintSettings | |
get_reverse() const | Gtk::PrintSettings | |
get_scale() const | Gtk::PrintSettings | |
get_type() | Gtk::PrintSettings | static |
get_use_color() const | Gtk::PrintSettings | |
gobj() | Gtk::PrintSettings | inline |
gobj() const | Gtk::PrintSettings | inline |
gobj_copy() | Gtk::PrintSettings | |
has_key(const Glib::ustring & key) const | Gtk::PrintSettings | |
load_from_file(const std::string & file_name) | Gtk::PrintSettings | |
load_from_key_file(const Glib::RefPtr< const Glib::KeyFile > & key_file, const Glib::ustring & group_name) | Gtk::PrintSettings | |
load_from_key_file(const Glib::RefPtr< const Glib::KeyFile > & key_file) | Gtk::PrintSettings | |
operator=(PrintSettings && src) noexcept | Gtk::PrintSettings | |
PrintSettings(PrintSettings && src) noexcept | Gtk::PrintSettings | |
PrintSettings() | Gtk::PrintSettings | protected |
save_to_file(const std::string & file_name) const | Gtk::PrintSettings | |
save_to_key_file(const Glib::RefPtr< Glib::KeyFile > & key_file, const Glib::ustring & group_name) const | Gtk::PrintSettings | |
save_to_key_file(const Glib::RefPtr< Glib::KeyFile > & key_file) const | Gtk::PrintSettings | |
set(const Glib::ustring & key, const Glib::ustring & value) | Gtk::PrintSettings | |
set_bool(const Glib::ustring & key, bool value=true) | Gtk::PrintSettings | |
set_collate(bool collate=true) | Gtk::PrintSettings | |
set_default_source(const Glib::ustring & default_source) | Gtk::PrintSettings | |
set_dither(const Glib::ustring & dither) | Gtk::PrintSettings | |
set_double(const Glib::ustring & key, double value) | Gtk::PrintSettings | |
set_duplex(PrintDuplex duplex) | Gtk::PrintSettings | |
set_finishings(const Glib::ustring & finishings) | Gtk::PrintSettings | |
set_int(const Glib::ustring & key, int value) | Gtk::PrintSettings | |
set_length(const Glib::ustring & key, double value, Unit unit) | Gtk::PrintSettings | |
set_media_type(const Glib::ustring & media_type) | Gtk::PrintSettings | |
set_n_copies(int num_copies) | Gtk::PrintSettings | |
set_number_up(int number_up) | Gtk::PrintSettings | |
set_number_up(NumberUpLayout number_up_layout) | Gtk::PrintSettings | |
set_orientation(PageOrientation orientation) | Gtk::PrintSettings | |
set_output_bin(const Glib::ustring & output_bin) | Gtk::PrintSettings | |
set_page_ranges(const std::vector< PageRange > & page_ranges) | Gtk::PrintSettings | |
set_page_set(PageSet page_set) | Gtk::PrintSettings | |
set_paper_height(double height, Unit unit) | Gtk::PrintSettings | |
set_paper_size(const PaperSize & paper_size) | Gtk::PrintSettings | |
set_paper_width(double width, Unit unit) | Gtk::PrintSettings | |
set_print_pages(PrintPages pages) | Gtk::PrintSettings | |
set_printer(const Glib::ustring & printer) | Gtk::PrintSettings | |
set_printer_lpi(double lpi) | Gtk::PrintSettings | |
set_quality(PrintQuality quality) | Gtk::PrintSettings | |
set_resolution(int resolution) | Gtk::PrintSettings | |
set_resolution_xy(int resolution_x, int resolution_y) | Gtk::PrintSettings | |
set_reverse(bool reverse=true) | Gtk::PrintSettings | |
set_scale(double scale) | Gtk::PrintSettings | |
set_use_color(bool use_color=true) | Gtk::PrintSettings | |
setting_foreach(const SlotForeach & slot) | Gtk::PrintSettings | |
SlotForeach typedef | Gtk::PrintSettings | |
unset(const Glib::ustring & key) | Gtk::PrintSettings | |
wrap(GtkPrintSettings * object, bool take_copy=false) | Gtk::PrintSettings | related |
~PrintSettings() noexcept override | Gtk::PrintSettings | |