libglom-1.20 1.19.18
|
A predicate for use with std::find_if() to find a Field or LayoutItem which refers to the same field, looking at just the name. More...
Public Member Functions | |
predicate_FieldHasName (const Glib::ustring& strName) | |
virtual | ~predicate_FieldHasName () |
bool | operator() (const T_Element& element) |
bool | operator() (const sharedptr< T_Element >& element) |
bool | operator() (const sharedptr< const T_Element >& element) |
A predicate for use with std::find_if() to find a Field or LayoutItem which refers to the same field, looking at just the name.
Glom::predicate_FieldHasName< T_Element >::predicate_FieldHasName | ( | const Glib::ustring & | strName | ) | [inline] |
virtual Glom::predicate_FieldHasName< T_Element >::~predicate_FieldHasName | ( | ) | [inline, virtual] |
bool Glom::predicate_FieldHasName< T_Element >::operator() | ( | const T_Element & | element | ) | [inline] |
bool Glom::predicate_FieldHasName< T_Element >::operator() | ( | const sharedptr< const T_Element >& | element | ) | [inline] |
bool Glom::predicate_FieldHasName< T_Element >::operator() | ( | const sharedptr< T_Element >& | element | ) | [inline] |