Home
last modified time | relevance | path

Searched refs:AttrShowLabel (Results 1 – 8 of 8) sorted by relevance

/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vtools/undocommands/label/
H A Dshowlabel.cpp52 m_oldVisible = VDomDocument::GetParametrBool(domElement, AttrShowLabel, trueStr); in ShowLabel()
82 doc->SetAttribute<bool>(domElement, AttrShowLabel, visible); in Do()
H A Doperationshowlabel.cpp57 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 Difcdef.h145 extern const QString AttrShowLabel;
H A Difcdef.cpp127 const QString AttrShowLabel = QStringLiteral("showLabel"); variable
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vtools/tools/drawTools/toolpoint/toolsinglepoint/
H A Dvtoolsinglepoint.cpp332 doc->SetAttribute<bool>(tag, AttrShowLabel, point->IsShowLabel()); in SaveOptions()
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vtools/tools/drawTools/operation/
H A Dvabstractoperation.cpp254 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 Dvnodepoint.cpp245 doc->SetAttribute<bool>(domElement, AttrShowLabel, point->IsShowLabel()); in AddToFile()
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/app/valentina/xml/
H A Dvpattern.cpp1222 initData.showLabel = GetParametrBool(domElement, AttrShowLabel, trueStr); in PointsCommonAttributes()
1864 p->SetShowLabel(GetParametrBool(domElement, AttrShowLabel, trueStr)); in ParseNodePoint()