The child items are arranged vertically in a row on a report. More...
Inherits Glom::LayoutGroup.
Public Member Functions | |
LayoutItem_VerticalGroup () | |
LayoutItem_VerticalGroup (const LayoutItem_VerticalGroup& src) | |
LayoutItem_VerticalGroup& | operator= (const LayoutItem_VerticalGroup& src) |
virtual | ~LayoutItem_VerticalGroup () |
virtual LayoutItem* | clone () const |
Create a new copied instance. | |
virtual Glib::ustring | get_part_type_name () const |
virtual Glib::ustring | get_report_part_id () const |
Gets the node name to use for the intermediate XML, (and usually, the CSS style class to use for the resulting HTML). |
The child items are arranged vertically in a row on a report.
Glom::LayoutItem_VerticalGroup::LayoutItem_VerticalGroup | ( | ) |
Glom::LayoutItem_VerticalGroup::LayoutItem_VerticalGroup | ( | const LayoutItem_VerticalGroup& | src | ) |
Glom::LayoutItem_VerticalGroup::~LayoutItem_VerticalGroup | ( | ) | [virtual] |
LayoutItem* Glom::LayoutItem_VerticalGroup::clone | ( | ) | const [virtual] |
Create a new copied instance.
This allows us to deep-copy a list of LayoutItems.
Reimplemented from Glom::LayoutGroup.
Glib::ustring Glom::LayoutItem_VerticalGroup::get_part_type_name | ( | ) | const [virtual] |
Reimplemented from Glom::LayoutGroup.
Glib::ustring Glom::LayoutItem_VerticalGroup::get_report_part_id | ( | ) | const [virtual] |
Gets the node name to use for the intermediate XML, (and usually, the CSS style class to use for the resulting HTML).
Reimplemented from Glom::LayoutGroup.
LayoutItem_VerticalGroup& Glom::LayoutItem_VerticalGroup::operator= | ( | const LayoutItem_VerticalGroup& | src | ) |
Reimplemented from Glom::LayoutGroup.