libglom-1.18 1.18.5
|
Public Member Functions | |
LayoutItem_CalendarPortal () | |
LayoutItem_CalendarPortal (const LayoutItem_CalendarPortal& src) | |
LayoutItem_CalendarPortal& | operator= (const LayoutItem_CalendarPortal& src) |
virtual | ~LayoutItem_CalendarPortal () |
virtual LayoutItem* | clone () const |
Create a new copied instance. | |
virtual Glib::ustring | get_part_type_name () const |
sharedptr< Field > | get_date_field () |
sharedptr< const Field > | get_date_field () const |
void | set_date_field (const sharedptr< Field >& field) |
virtual void | change_field_item_name (const Glib::ustring& table_name, const Glib::ustring& field_name, const Glib::ustring& field_name_new) |
virtual void | change_related_field_item_name (const Glib::ustring& table_name, const Glib::ustring& field_name, const Glib::ustring& field_name_new) |
Glom::LayoutItem_CalendarPortal::LayoutItem_CalendarPortal | ( | ) |
Glom::LayoutItem_CalendarPortal::LayoutItem_CalendarPortal | ( | const LayoutItem_CalendarPortal& | src | ) |
virtual Glom::LayoutItem_CalendarPortal::~LayoutItem_CalendarPortal | ( | ) | [virtual] |
virtual void Glom::LayoutItem_CalendarPortal::change_field_item_name | ( | const Glib::ustring & | table_name, |
const Glib::ustring & | field_name, | ||
const Glib::ustring & | field_name_new | ||
) | [virtual] |
Reimplemented from Glom::LayoutItem_Portal.
virtual void Glom::LayoutItem_CalendarPortal::change_related_field_item_name | ( | const Glib::ustring & | table_name, |
const Glib::ustring & | field_name, | ||
const Glib::ustring & | field_name_new | ||
) | [virtual] |
Reimplemented from Glom::LayoutItem_Portal.
virtual LayoutItem* Glom::LayoutItem_CalendarPortal::clone | ( | ) | const [virtual] |
Create a new copied instance.
This allows us to deep-copy a list of LayoutItems.
Reimplemented from Glom::LayoutItem_Portal.
virtual Glib::ustring Glom::LayoutItem_CalendarPortal::get_part_type_name | ( | ) | const [virtual] |
Reimplemented from Glom::LayoutItem_Portal.
LayoutItem_CalendarPortal& Glom::LayoutItem_CalendarPortal::operator= | ( | const LayoutItem_CalendarPortal& | src | ) |