libglom-1.22
1.21.7
|
Public Types | |
typedef std::vector< double > | type_vec_doubles |
Public Member Functions | |
PrintLayout () | |
PrintLayout (const PrintLayout& src) | |
PrintLayout& | operator= (const PrintLayout& src) |
bool | get_show_table_title () const |
void | set_show_table_title (bool show_table_title=true) |
sharedptr< LayoutGroup > | get_layout_group () |
sharedptr< const LayoutGroup > | get_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. | |
std::string | get_page_setup () const |
Returns the Page Setup as it would be created by a Gtk::PageSetup. | |
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. | |
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. | |
void | set_vertical_rules (const type_vec_doubles& rules) |
typedef std::vector<double> Glom::PrintLayout::type_vec_doubles |
Glom::PrintLayout::PrintLayout | ( | const PrintLayout& | src | ) |
Get the y positions of the horizontal rule lines.
sharedptr<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 |
Get the x positions of the vertical rule lines.
PrintLayout& Glom::PrintLayout::operator= | ( | const PrintLayout& | src | ) |
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 | ) |