Home
last modified time | relevance | path

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

/dports/cad/qelectrotech/qet-0.7.0/sources/autoNum/
H A Dnumerotationcontextcommands.cpp24 NumerotationContextCommands::NumerotationContextCommands(const NumerotationContext &nc, Diagram *d): in NumerotationContextCommands() function in NumerotationContextCommands
33 NumerotationContextCommands::~NumerotationContextCommands() { in ~NumerotationContextCommands()
41 NumerotationContext NumerotationContextCommands::next() { in next()
56 NumerotationContext NumerotationContextCommands::previous() { in previous()
71 QString NumerotationContextCommands::toRepresentedString() { in toRepresentedString()
89 void NumerotationContextCommands::setNumStrategy(const QString &str) { in setNumStrategy()
H A Dnumerotationcontextcommands.h29 class NumerotationContextCommands
32 NumerotationContextCommands (const NumerotationContext &, Diagram * = nullptr);
33 ~NumerotationContextCommands ();
/dports/cad/qelectrotech/qet-0.7.0/sources/
H A Dconductorautonumerotation.cpp122 NumerotationContextCommands ncc (context, diagram); in newProperties()
199 NumerotationContextCommands ncc (context, m_diagram); in numerateNewConductor()
H A Dqetproject.cpp800 NumerotationContextCommands nCC = NumerotationContextCommands(nC); in autoFolioNumberingSelectedFolios()
1749 NumerotationContextCommands nCC = NumerotationContextCommands(nC); in updateDiagramsFolioData()
/dports/cad/qelectrotech/qet-0.7.0/sources/autoNum/ui/
H A Dselectautonumw.cpp279 NumerotationContextCommands ncc (toNumContext()); in on_m_next_pb_clicked()
290 NumerotationContextCommands ncc (toNumContext()); in on_m_previous_pb_clicked()
/dports/cad/qelectrotech/qet-0.7.0/sources/qetgraphicsitem/
H A Delement.cpp1509 NumerotationContextCommands ncc (nc); in setUpFormula()