libglom-1.22
1.21.8
|
Public Member Functions | |
LayoutItem_Image () | |
LayoutItem_Image (const LayoutItem_Image& src) | |
LayoutItem_Image& | operator= (const LayoutItem_Image& src) |
virtual | ~LayoutItem_Image () |
virtual LayoutItem* | clone () const |
Create a new copied instance. | |
bool | operator== (const LayoutItem_Image& src) const |
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). | |
Gnome::Gda::Value | get_image () const |
Get the image that will be shown on each record. | |
void | set_image (const Gnome::Gda::Value& image) |
Set the image that will be shown on each record. | |
Glib::ustring | create_local_image_uri () const |
Public Attributes | |
Gnome::Gda::Value | m_image |
Glom::LayoutItem_Image::LayoutItem_Image | ( | const LayoutItem_Image& | src | ) |
virtual Glom::LayoutItem_Image::~LayoutItem_Image | ( | ) | [virtual] |
virtual LayoutItem* Glom::LayoutItem_Image::clone | ( | ) | const [virtual] |
Create a new copied instance.
This allows us to deep-copy a list of LayoutItems.
Implements Glom::LayoutItem.
Gnome::Gda::Value Glom::LayoutItem_Image::get_image | ( | ) | const |
Get the image that will be shown on each record.
virtual Glib::ustring Glom::LayoutItem_Image::get_part_type_name | ( | ) | const [virtual] |
Implements Glom::LayoutItem.
virtual Glib::ustring Glom::LayoutItem_Image::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_Image& Glom::LayoutItem_Image::operator= | ( | const LayoutItem_Image& | src | ) |
bool Glom::LayoutItem_Image::operator== | ( | const LayoutItem_Image& | src | ) | const |
void Glom::LayoutItem_Image::set_image | ( | const Gnome::Gda::Value & | image | ) |
Set the image that will be shown on each record.
Gnome::Gda::Value Glom::LayoutItem_Image::m_image |