Home
last modified time | relevance | path

Searched refs:autoCropLength (Results 1 – 6 of 6) sorted by relevance

/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vlayout/
H A Dvlayoutgenerator.cpp63 autoCropLength(false), in VLayoutGenerator()
305 list.append(paper.GetPaperItem(autoCropLength, autoCropWidth, IsTestAsPaths())); in GetPapersItems()
553 if (autoCropLength) in UnitePages()
586 if (autoCropLength) in UnitePages()
710 if (autoCropLength) in MasterPage()
731 if (autoCropLength) in MasterPage()
805 return autoCropLength; in GetAutoCropLength()
811 autoCropLength = value; in SetAutoCropLength()
H A Dvlayoutpaper.cpp326 QGraphicsRectItem *VLayoutPaper::GetPaperItem(bool autoCropLength, bool autoCropWidth, bool textAsP… in GetPaperItem() argument
331 if (autoCropLength || autoCropWidth) in GetPaperItem()
342 if (autoCropLength) in GetPaperItem()
H A Dvlayoutpaper.h97 …Q_REQUIRED_RESULT QGraphicsRectItem *GetPaperItem(bool autoCropLength, bool autoCropWidth, bool te…
H A Dvlayoutgenerator.h157 bool autoCropLength; variable
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/app/valentina/dialogs/
H A Ddialoglayoutsettings.h80 void SetAutoCropLength(bool autoCropLength);
H A Ddialoglayoutsettings.cpp267 void DialogLayoutSettings::SetAutoCropLength(bool autoCropLength) in SetAutoCropLength() argument
269 ui->checkBoxAutoCropLength->setChecked(autoCropLength); in SetAutoCropLength()