QElectroTech  0.8-dev
Public Slots | Public Member Functions | Static Public Member Functions | Private Attributes | List of all members
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. More...
 
void editAutoFolioNum ()
 DiagramPropertiesDialog::editAutonum Open folio autonum editor. More...
 

Public Member Functions

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

Static Public Member Functions

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

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 Deafult 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:

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 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: