Home
last modified time | relevance | path

Searched refs:getFolioSheetsQuantity (Results 1 – 5 of 5) sorted by relevance

/dports/cad/qelectrotech/qet-0.7.0/sources/
H A Dprojectview.cpp354 if (m_project -> diagrams().size() % 58 == 1 && m_project -> getFolioSheetsQuantity() != 0) in addNewDiagram()
883 if (m_project -> getFolioSheetsQuantity()) { in loadDiagrams()
884 for (int i = 0; i < m_project->getFolioSheetsQuantity(); i++) in loadDiagrams()
H A Ddiagramfoliolist.cpp32 id = project -> getFolioSheetsQuantity(); in DiagramFolioList()
43 int folioSheetQty = project() -> getFolioSheetsQuantity(); in ~DiagramFolioList()
H A Dqetproject.h76 int getFolioSheetsQuantity() const; /// get the folio sheets quantity for this project
H A Dqetproject.cpp195 int QETProject::getFolioSheetsQuantity() const { in getFolioSheetsQuantity() function in QETProject
1161 if (!isReadOnly() && getFolioSheetsQuantity() == 0) { in addNewDiagramFolioList()
1183 setFolioSheetsQuantity( getFolioSheetsQuantity()+1 ); in addNewDiagramFolioList()
H A Dqetdiagrameditor.cpp2110 if (ptr && ptr -> getId() == current_project -> project() -> getFolioSheetsQuantity() - 1) { in removeDiagramFromProject()