Searched refs:AttrShowLabel (Results 1 – 8 of 8) sorted by relevance
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vtools/undocommands/label/ |
H A D | showlabel.cpp | 52 m_oldVisible = VDomDocument::GetParametrBool(domElement, AttrShowLabel, trueStr); in ShowLabel() 82 doc->SetAttribute<bool>(domElement, AttrShowLabel, visible); in Do()
|
H A D | operationshowlabel.cpp | 57 m_oldVisible = doc->GetParametrBool(element, AttrShowLabel, trueStr); in OperationShowLabel() 87 doc->SetAttribute<bool>(domElement, AttrShowLabel, visible); in Do()
|
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/ifc/ |
H A D | ifcdef.h | 145 extern const QString AttrShowLabel;
|
H A D | ifcdef.cpp | 127 const QString AttrShowLabel = QStringLiteral("showLabel"); variable
|
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vtools/tools/drawTools/toolpoint/toolsinglepoint/ |
H A D | vtoolsinglepoint.cpp | 332 doc->SetAttribute<bool>(tag, AttrShowLabel, point->IsShowLabel()); in SaveOptions()
|
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vtools/tools/drawTools/operation/ |
H A D | vabstractoperation.cpp | 254 d.showLabel = VDomDocument::GetParametrBool(element, AttrShowLabel, trueStr); in ExtractDestinationData() 770 doc->SetAttributeOrRemoveIf<bool>(item, AttrShowLabel, dItem.showLabel, dItem.showLabel); in SaveSourceDestination()
|
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vtools/tools/nodeDetails/ |
H A D | vnodepoint.cpp | 245 doc->SetAttribute<bool>(domElement, AttrShowLabel, point->IsShowLabel()); in AddToFile()
|
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/app/valentina/xml/ |
H A D | vpattern.cpp | 1222 initData.showLabel = GetParametrBool(domElement, AttrShowLabel, trueStr); in PointsCommonAttributes() 1864 p->SetShowLabel(GetParametrBool(domElement, AttrShowLabel, trueStr)); in ParseNodePoint()
|