QElectroTech 0.200.1-dev
Loading...
Searching...
No Matches
DiagramPropertiesDialog Class Reference

The DiagramPropertiesDialog class This dialog open a windows for edit properties of a diagram. More...

#include <diagrampropertiesdialog.h>

Inherits QDialog.

Collaboration diagram for DiagramPropertiesDialog:
Collaboration graph

Public Slots

void editAutonum ()
 DiagramPropertiesDialog::editAutonum Open conductor autonum editor.
void editAutoFolioNum ()
 DiagramPropertiesDialog::editAutonum Open folio autonum editor.

Public Member Functions

 DiagramPropertiesDialog (Diagram *diagram, QWidget *parent=nullptr)
 DiagramPropertiesDialog::DiagramPropertiesDialog Default constructor.

Static Public Member Functions

static void diagramPropertiesDialog (Diagram *diagram, QWidget *parent=nullptr)
 DiagramPropertiesDialog::diagramPropertiesDialog Static method to get a DiagramPropertiesDialog.

Private Attributes

Diagramm_diagram
ConductorPropertiesWidgetm_cpw

Detailed Description

The DiagramPropertiesDialog class This dialog open a windows for edit properties of a diagram.

Constructor & Destructor Documentation

◆ DiagramPropertiesDialog()

DiagramPropertiesDialog::DiagramPropertiesDialog ( Diagram * diagram,
QWidget * parent = nullptr )

DiagramPropertiesDialog::DiagramPropertiesDialog Default constructor.

Parameters
diagram: diagram to edit properties
parent: parent widget

TODO implement an undo command to allow the user to undo/redo this action

Here is the call graph for this function:
Here is the caller graph for this function:

Member Function Documentation

◆ diagramPropertiesDialog()

void DiagramPropertiesDialog::diagramPropertiesDialog ( Diagram * diagram,
QWidget * parent = nullptr )
static

DiagramPropertiesDialog::diagramPropertiesDialog Static method to get a DiagramPropertiesDialog.

Parameters
diagram: diagram to edit properties
parent: parent widget
Here is the call graph for this function:
Here is the caller graph for this function:

◆ editAutoFolioNum

void DiagramPropertiesDialog::editAutoFolioNum ( )
slot

DiagramPropertiesDialog::editAutonum Open folio autonum editor.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ editAutonum

void DiagramPropertiesDialog::editAutonum ( )
slot

DiagramPropertiesDialog::editAutonum Open conductor autonum editor.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ m_cpw

ConductorPropertiesWidget* DiagramPropertiesDialog::m_cpw
private

◆ m_diagram

Diagram* DiagramPropertiesDialog::m_diagram
private

The documentation for this class was generated from the following files: