Home
last modified time | relevance | path

Searched refs:text_this (Results 1 – 2 of 2) sorted by relevance

/dports/cad/horizon-eda/horizon-2.1.0/src/pool-prj-mgr/pool-mgr/editors/
H A Dpart_editor.cpp38 text_this = entry->get_text(); in EntryWithInheritance()
42 entry->set_text(text_this); in EntryWithInheritance()
63 text_this = s; in set_text_this()
65 entry->set_text(text_this); in set_text_this()
72 return {true, text_this}; in get_as_pair()
97 std::string text_this; member in horizon::EntryWithInheritance
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/core/objects/
H A Dobject.cpp179 auto const* text_this = static_cast<TextObject const*>(this); in equals() local
182 if (text_this->getBoxSize() != text_other->getBoxSize()) in equals()
184 if (text_this->getText().compare(text_other->getText(), Qt::CaseSensitive) != 0) in equals()
186 if (text_this->getHorizontalAlignment() != text_other->getHorizontalAlignment()) in equals()
188 if (text_this->getVerticalAlignment() != text_other->getVerticalAlignment()) in equals()