![]() |
QElectroTech 0.100.0-dev
|
#include <projectconfigpages.h>


Signals | |
| void | setAutoNum (QString) |
| void | setAutoNum (int, int) |
| void | saveCurrentTbp () |
| void | loadSavedTbp () |
Public Member Functions | |
| ProjectAutoNumConfigPage (QETProject *project, QWidget *parent=nullptr) | |
| ProjectAutoNumConfigPage::ProjectAutoNumConfigPage Default constructor. | |
| QString | title () const override |
| ProjectAutoNumConfigPage::title Title of this config page. | |
| QIcon | icon () const override |
| ProjectAutoNumConfigPage::icon Icon of this config pafe. | |
| void | applyProjectConf () override |
| ProjectAutoNumConfigPage::applyProjectConf. | |
| virtual void | changeToTab (int) |
| ProjectAutoNumConfigPage::changeToTab. | |
Public Member Functions inherited from ProjectConfigPage | |
| ProjectConfigPage (QETProject *, QWidget *=nullptr) | |
| ~ProjectConfigPage () override | |
| virtual QETProject * | project () const |
| virtual QETProject * | setProject (QETProject *project, bool=true) |
| ProjectConfigPage::setProject Set new_project as the project being edited by this page. | |
| void | applyConf () override |
Public Member Functions inherited from ConfigPage | |
| ConfigPage (QWidget *parent) | |
| ~ConfigPage () override | |
| Destructor. | |
Protected Member Functions | |
| void | initWidgets () override |
| ProjectAutoNumConfigPage::initWidgets Init some widget of this page. | |
| void | initLayout () override |
| void | readValuesFromProject () override |
| ProjectAutoNumConfigPage::readValuesFromProject Read value stored on project, and update display. | |
| void | adjustReadOnly () override |
| ProjectAutoNumConfigPage::adjustReadOnly set this config page disable if project is read only. | |
Protected Member Functions inherited from ProjectConfigPage | |
| virtual void | init () |
Private Slots | |
| void | updateContextConductor (const QString &) |
| ProjectAutoNumConfigPage::updateContext_conductor Display the current selected context for conductor. | |
| void | saveContextConductor () |
| ProjectAutoNumConfigPage::saveContext_conductor Save the current displayed conductor context in project. | |
| void | removeContextConductor () |
| ProjectAutoNumConfigPage::removeContext Remove from project the current conductor numerotation context. | |
| void | updateContextFolio (const QString &) |
| ProjectAutoNumConfigPage::updateContext_folio Display the current selected context for folio. | |
| void | saveContextFolio () |
| ProjectAutoNumConfigPage::saveContext_folio Save the current displayed folio context in project. | |
| void | removeContextFolio () |
| ProjectAutoNumConfigPage::removeContext_folio Remove from project the current folio numerotation context. | |
| void | updateContextElement (const QString &) |
| ProjectAutoNumConfigPage::updateContextElement Display the current selected context for element. | |
| void | saveContextElement () |
| ProjectAutoNumConfigPage::saveContextElement Save the current displayed Element formula in project. | |
| void | removeContextElement () |
| ProjectAutoNumConfigPage::removeContextElement Remove from project the current element numerotation context. | |
| void | applyAutoNum () |
| ProjectAutoNumConfigPage::applyAutoNum Apply auto folio numbering, New Folios or Selected Folios. | |
| void | applyManagement () |
| ProjectAutoNumConfigPage::applyAutoManagement Apply Management Options in Selected Folios. | |
Private Member Functions | |
| void | buildConnections () |
| ProjectAutoNumConfigPage::buildConnections setup some connections. | |
Private Attributes | |
| SelectAutonumW * | m_saw_conductor |
| SelectAutonumW * | m_saw_folio |
| SelectAutonumW * | m_saw_element |
| FolioAutonumberingW * | m_faw |
| AutoNumberingManagementW * | m_amw |
Additional Inherited Members | |
Protected Attributes inherited from ProjectConfigPage | |
| QETProject * | m_project |
| Currently edited project. | |
| ProjectAutoNumConfigPage::ProjectAutoNumConfigPage | ( | QETProject * | project, |
| QWidget * | parent = nullptr |
||
| ) |
ProjectAutoNumConfigPage::ProjectAutoNumConfigPage Default constructor.
| project | : project to edit |
| parent | : parent widget |

|
overrideprotectedvirtual |
ProjectAutoNumConfigPage::adjustReadOnly set this config page disable if project is read only.
Implements ProjectConfigPage.
|
privateslot |
ProjectAutoNumConfigPage::applyAutoNum Apply auto folio numbering, New Folios or Selected Folios.


|
privateslot |
ProjectAutoNumConfigPage::applyAutoManagement Apply Management Options in Selected Folios.

|
overridevirtual |
|
private |
ProjectAutoNumConfigPage::buildConnections setup some connections.


|
virtual |
ProjectAutoNumConfigPage::changeToTab.
| i | index Change to Selected Tab |

|
overridevirtual |
|
inlineoverrideprotectedvirtual |
Use this pure virtual method to initialize your page layout. This method is always called after initWidgets().
Implements ProjectConfigPage.
|
overrideprotectedvirtual |
ProjectAutoNumConfigPage::initWidgets Init some widget of this page.
Implements ProjectConfigPage.


|
signal |

|
overrideprotectedvirtual |
ProjectAutoNumConfigPage::readValuesFromProject Read value stored on project, and update display.
Implements ProjectConfigPage.


|
privateslot |
ProjectAutoNumConfigPage::removeContext Remove from project the current conductor numerotation context.


|
privateslot |
ProjectAutoNumConfigPage::removeContextElement Remove from project the current element numerotation context.


|
privateslot |
ProjectAutoNumConfigPage::removeContext_folio Remove from project the current folio numerotation context.


|
privateslot |
ProjectAutoNumConfigPage::saveContext_conductor Save the current displayed conductor context in project.


|
privateslot |
ProjectAutoNumConfigPage::saveContextElement Save the current displayed Element formula in project.


|
privateslot |
ProjectAutoNumConfigPage::saveContext_folio Save the current displayed folio context in project.


|
signal |

|
signal |
|
signal |

|
overridevirtual |
ProjectAutoNumConfigPage::title Title of this config page.
Implements ConfigPage.

|
privateslot |
ProjectAutoNumConfigPage::updateContext_conductor Display the current selected context for conductor.
| str | : key of context stored in project |


|
privateslot |
ProjectAutoNumConfigPage::updateContextElement Display the current selected context for element.
| str | : key of context stored in project |


|
privateslot |
ProjectAutoNumConfigPage::updateContext_folio Display the current selected context for folio.
| str | : key of context stored in project |


|
private |
|
private |
|
private |
|
private |
|
private |