libglom-1.30  1.30.4
Public Types | Public Member Functions | List of all members
Glom::PrintLayout Class Reference
Inheritance diagram for Glom::PrintLayout:
Inheritance graph
[legend]
Collaboration diagram for Glom::PrintLayout:
Collaboration graph
[legend]

Public Types

typedef std::vector< double > type_vec_doubles
 
- Public Types inherited from Glom::TranslatableItem
enum  enumTranslatableItemType {
  enumTranslatableItemType::INVALID,
  enumTranslatableItemType::FIELD,
  enumTranslatableItemType::RELATIONSHIP,
  enumTranslatableItemType::LAYOUT_ITEM,
  enumTranslatableItemType::CUSTOM_TITLE,
  enumTranslatableItemType::PRINT_LAYOUT,
  enumTranslatableItemType::REPORT,
  enumTranslatableItemType::TABLE,
  enumTranslatableItemType::BUTTON,
  enumTranslatableItemType::TEXTOBJECT,
  enumTranslatableItemType::IMAGEOBJECT,
  enumTranslatableItemType::CHOICEVALUE,
  enumTranslatableItemType::DATABASE_TITLE,
  enumTranslatableItemType::STATIC_TEXT
}
 
typedef std::map< Glib::ustring, Glib::ustringtype_map_locale_to_translations
 

Public Member Functions

 PrintLayout ()
 
 PrintLayout (const PrintLayout& src)
 
 PrintLayout (PrintLayout&& src)=delete
 
PrintLayoutoperator= (const PrintLayout& src)
 
PrintLayoutoperator= (PrintLayout&& src)=delete
 
bool get_show_table_title () const
 
void set_show_table_title (bool show_table_title=true)
 
std::shared_ptr< LayoutGroupget_layout_group ()
 
std::shared_ptr< const LayoutGroupget_layout_group () const
 
void set_page_setup (const std::string& page_setup)
 Sets the Page Setup as it would be created by a Gtk::PageSetup. More...
 
std::string get_page_setup () const
 Returns the Page Setup as it would be created by a Gtk::PageSetup. More...
 
void set_page_count (guint count)
 
guint get_page_count () const
 
bool get_show_grid () const
 
void set_show_grid (bool show_grid=true)
 
bool get_show_rules () const
 
void set_show_rules (bool show_rules=true)
 
bool get_show_outlines () const
 
void set_show_outlines (bool show_outlines=true)
 
type_vec_doubles get_horizontal_rules () const
 Get the y positions of the horizontal rule lines. More...
 
void set_horizontal_rules (const type_vec_doubles& rules)
 
type_vec_doubles get_vertical_rules () const
 Get the x positions of the vertical rule lines. More...
 
void set_vertical_rules (const type_vec_doubles& rules)
 
- Public Member Functions inherited from Glom::TranslatableItem
 TranslatableItem () noexcept
 
 TranslatableItem (const TranslatableItem& src) noexcept
 
 TranslatableItem (TranslatableItem&& src) noexcept
 
virtual ~TranslatableItem ()
 
TranslatableItemoperator= (const TranslatableItem& src) noexcept
 
TranslatableItemoperator= (TranslatableItem&& src) noexcept
 
bool operator== (const TranslatableItem& src) const noexcept
 
bool operator!= (const TranslatableItem& src) const noexcept
 
virtual void set_name (const Glib::ustring& name) noexcept
 Set the non-translated identifier name. More...
 
virtual Glib::ustring get_name () const noexcept
 Get the non-translated identifier name. More...
 
bool get_name_not_empty () const noexcept
 
virtual Glib::ustring get_title_or_name (const Glib::ustring& locale) const noexcept
 
virtual Glib::ustring get_title (const Glib::ustring& locale) const noexcept
 Get the title's translation for the specified locale, falling back to the original text if there is no translation. More...
 
virtual Glib::ustring get_title_original () const noexcept
 Get the title's original (non-translated, usually English) text. More...
 
Glib::ustring get_title_translation (const Glib::ustring& locale, bool fallback=true) const noexcept
 Get the title's translation for the specified locale, optionally falling back to a locale of the same language, and then falling back to the original. More...
 
void set_title (const Glib::ustring& title, const Glib::ustring& locale) noexcept
 Set the title's translation for the specified locale. More...
 
void set_title_original (const Glib::ustring& title) noexcept
 Set the title's original (non-translated, usually English) text. More...
 
void clear_title_in_all_locales () noexcept
 Clear the original title and any translations of the title. More...
 
bool get_has_translations () const noexcept
 
enumTranslatableItemType get_translatable_item_type () const noexcept
 

Additional Inherited Members

- Static Public Member Functions inherited from Glom::TranslatableItem
static Glib::ustring get_translatable_type_name (enumTranslatableItemType item_type) noexcept
 
static Glib::ustring get_translatable_type_name_nontranslated (enumTranslatableItemType item_type) noexcept
 The non-translated name is used for the context in gettext .po files. More...
 
- Protected Attributes inherited from Glom::TranslatableItem
enumTranslatableItemType m_translatable_item_type
 

Member Typedef Documentation

Constructor & Destructor Documentation

Glom::PrintLayout::PrintLayout ( )
Glom::PrintLayout::PrintLayout ( const PrintLayout src)
Glom::PrintLayout::PrintLayout ( PrintLayout&&  src)
delete

Member Function Documentation

type_vec_doubles Glom::PrintLayout::get_horizontal_rules ( ) const

Get the y positions of the horizontal rule lines.

std::shared_ptr<LayoutGroup> Glom::PrintLayout::get_layout_group ( )
std::shared_ptr<const LayoutGroup> Glom::PrintLayout::get_layout_group ( ) const
guint Glom::PrintLayout::get_page_count ( ) const
std::string Glom::PrintLayout::get_page_setup ( ) const

Returns the Page Setup as it would be created by a Gtk::PageSetup.

bool Glom::PrintLayout::get_show_grid ( ) const
bool Glom::PrintLayout::get_show_outlines ( ) const
bool Glom::PrintLayout::get_show_rules ( ) const
bool Glom::PrintLayout::get_show_table_title ( ) const
type_vec_doubles Glom::PrintLayout::get_vertical_rules ( ) const

Get the x positions of the vertical rule lines.

PrintLayout& Glom::PrintLayout::operator= ( const PrintLayout src)
PrintLayout& Glom::PrintLayout::operator= ( PrintLayout&&  src)
delete
void Glom::PrintLayout::set_horizontal_rules ( const type_vec_doubles rules)
void Glom::PrintLayout::set_page_count ( guint  count)
void Glom::PrintLayout::set_page_setup ( const std::string page_setup)

Sets the Page Setup as it would be created by a Gtk::PageSetup.

void Glom::PrintLayout::set_show_grid ( bool  show_grid = true)
void Glom::PrintLayout::set_show_outlines ( bool  show_outlines = true)
void Glom::PrintLayout::set_show_rules ( bool  show_rules = true)
void Glom::PrintLayout::set_show_table_title ( bool  show_table_title = true)
void Glom::PrintLayout::set_vertical_rules ( const type_vec_doubles rules)

The documentation for this class was generated from the following file: