libglom-1.22
1.21.2
|
This is only used on print layouts. More...
Public Member Functions | |
LayoutItem_Line () | |
LayoutItem_Line (const LayoutItem_Line& src) | |
LayoutItem_Line& | operator= (const LayoutItem_Line& src) |
virtual | ~LayoutItem_Line () |
virtual LayoutItem* | clone () const |
Create a new copied instance. | |
bool | operator== (const LayoutItem_Line& src) const |
virtual get_part_type_name () const | |
virtual 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). | |
void | get_coordinates (double& start_x, double& start_y, double& end_x, double& end_y) const |
Get the coordinates. | |
void | set_coordinates (double start_x, double start_y, double end_x, double end_y) |
Set the coordinates. | |
double | get_line_width () const |
void | set_line_width (double line_width) |
get_line_color () const | |
void | set_line_color (const Glib::ustring& color) |
This is only used on print layouts.
Glom::LayoutItem_Line::LayoutItem_Line | ( | ) |
Glom::LayoutItem_Line::LayoutItem_Line | ( | const LayoutItem_Line& | src | ) |
virtual Glom::LayoutItem_Line::~LayoutItem_Line | ( | ) | [virtual] |
virtual LayoutItem* Glom::LayoutItem_Line::clone | ( | ) | const [virtual] |
Create a new copied instance.
This allows us to deep-copy a list of LayoutItems.
Implements Glom::LayoutItem.
void Glom::LayoutItem_Line::get_coordinates | ( | double & | start_x, |
double & | start_y, | ||
double & | end_x, | ||
double & | end_y | ||
) | const |
Get the coordinates.
Glib::ustring Glom::LayoutItem_Line::get_line_color | ( | ) | const |
double Glom::LayoutItem_Line::get_line_width | ( | ) | const |
virtual Glib::ustring Glom::LayoutItem_Line::get_part_type_name | ( | ) | const [virtual] |
Implements Glom::LayoutItem.
virtual Glib::ustring Glom::LayoutItem_Line::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::LayoutItem.
LayoutItem_Line& Glom::LayoutItem_Line::operator= | ( | const LayoutItem_Line& | src | ) |
bool Glom::LayoutItem_Line::operator== | ( | const LayoutItem_Line& | src | ) | const |
void Glom::LayoutItem_Line::set_coordinates | ( | double | start_x, |
double | start_y, | ||
double | end_x, | ||
double | end_y | ||
) |
Set the coordinates.
void Glom::LayoutItem_Line::set_line_color | ( | const Glib::ustring & | color | ) |
void Glom::LayoutItem_Line::set_line_width | ( | double | line_width | ) |