libglom-1.22
1.21.8
|
Public Member Functions | |
LayoutItem_Summary () | |
LayoutItem_Summary (const LayoutItem_Summary& src) | |
LayoutItem_Summary& | operator= (const LayoutItem_Summary& src) |
virtual | ~LayoutItem_Summary () |
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). |
virtual Glom::LayoutItem_Summary::~LayoutItem_Summary | ( | ) | [virtual] |
virtual LayoutItem* Glom::LayoutItem_Summary::clone | ( | ) | const [virtual] |
Create a new copied instance.
This allows us to deep-copy a list of LayoutItems.
Reimplemented from Glom::LayoutGroup.
virtual Glib::ustring Glom::LayoutItem_Summary::get_part_type_name | ( | ) | const [virtual] |
Reimplemented from Glom::LayoutGroup.
virtual Glib::ustring Glom::LayoutItem_Summary::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_Summary& Glom::LayoutItem_Summary::operator= | ( | const LayoutItem_Summary& | src | ) |