![]() |
QElectroTech
0.8-dev
|
The NewDiagramPage class This configuration page enables users to define the properties of new diagrams to come. More...
#include <configpages.h>


Public Slots | |
| void | changeToAutoFolioTab () |
| NewDiagramPage::changeToAutoFolioTab Set the current tab to Autonum. More... | |
| void | setFolioAutonum (QString) |
| NewDiagramPage::setFolioAutonum Set temporary TBP to use in auto folio num. More... | |
| void | saveCurrentTbp () |
| NewDiagramPage::saveCurrentTbp Save current TBP to retrieve after auto folio num. More... | |
| void | loadSavedTbp () |
| NewDiagramPage::loadSavedTbp Retrieve saved auto folio num. More... | |
Public Member Functions | |
| NewDiagramPage (QETProject *project=nullptr, QWidget *=nullptr, ProjectPropertiesDialog *teste=nullptr) | |
| NewDiagramPage::NewDiagramPage Default constructor. More... | |
| ~NewDiagramPage () override | |
| NewDiagramPage::~NewDiagramPage. More... | |
| void | applyConf () override |
| NewDiagramPage::applyConf Apply conf for this page. If there is a project, save in the project, else save to the default conf of QElectroTech. More... | |
| QString | title () const override |
| NewDiagramPage::title. More... | |
| QIcon | icon () const override |
| NewDiagramPage::icon. More... | |
Public Member Functions inherited from ConfigPage | |
| ConfigPage (QWidget *parent) | |
| ~ConfigPage () override | |
| Destructor. More... | |
Private Member Functions | |
| NewDiagramPage (const NewDiagramPage &) | |
Private Attributes | |
| ProjectPropertiesDialog * | ppd_ |
| QETProject * | m_project |
| Project to edit propertie. More... | |
| BorderPropertiesWidget * | bpw |
| Widget to edit default diagram dimensions. More... | |
| TitleBlockPropertiesWidget * | ipw |
| Widget to edit default title block properties. More... | |
| ConductorPropertiesWidget * | m_cpw |
| Widget to edit default conductor properties. More... | |
| ReportPropertieWidget * | rpw |
| Widget to edit default report label. More... | |
| XRefPropertiesWidget * | xrefpw |
| Widget to edit default xref properties. More... | |
| TitleBlockProperties | savedTbp |
| Used to save current TBP and retrieve later. More... | |
The NewDiagramPage class This configuration page enables users to define the properties of new diagrams to come.
| NewDiagramPage::NewDiagramPage | ( | QETProject * | project = nullptr, |
| QWidget * | parent = nullptr, |
||
| ProjectPropertiesDialog * | ppd = nullptr |
||
| ) |
NewDiagramPage::NewDiagramPage Default constructor.
| project | : QETProject |
| parent | : QWidget |
| ppd | : ProjectPropertiesDialog |

|
override |
|
private |
|
overridevirtual |
NewDiagramPage::applyConf Apply conf for this page. If there is a project, save in the project, else save to the default conf of QElectroTech.
Implements ConfigPage.


|
slot |
NewDiagramPage::changeToAutoFolioTab Set the current tab to Autonum.


|
overridevirtual |
|
slot |
NewDiagramPage::loadSavedTbp Retrieve saved auto folio num.

|
slot |
NewDiagramPage::saveCurrentTbp Save current TBP to retrieve after auto folio num.

|
slot |
NewDiagramPage::setFolioAutonum Set temporary TBP to use in auto folio num.

|
overridevirtual |
|
private |
Widget to edit default diagram dimensions.
|
private |
Widget to edit default title block properties.
|
private |
Widget to edit default conductor properties.
|
private |
Project to edit propertie.
|
private |
|
private |
Widget to edit default report label.
|
private |
Used to save current TBP and retrieve later.
|
private |
Widget to edit default xref properties.
1.8.18