QElectroTech  0.70
Public Member Functions | Private Slots | Private Attributes | List of all members
MultiPasteDialog Class Reference

#include <multipastedialog.h>

Public Member Functions

 MultiPasteDialog (Diagram *diagram, QWidget *parent=nullptr)
 
 ~MultiPasteDialog ()
 
void updatePreview ()
 

Private Slots

void on_m_button_box_accepted ()
 

Private Attributes

Ui::MultiPasteDialog * ui
 
Diagramm_diagram = nullptr
 
DiagramContent m_pasted_content
 
QPointF m_origin
 
QDomDocument m_document
 
bool m_accept = false
 
QList< DiagramContentm_pasted_content_list
 

Detailed Description

Definition at line 31 of file multipastedialog.h.

Constructor & Destructor Documentation

◆ MultiPasteDialog()

MultiPasteDialog::MultiPasteDialog ( Diagram diagram,
QWidget *  parent = nullptr 
)
explicit

◆ ~MultiPasteDialog()

MultiPasteDialog::~MultiPasteDialog ( )

Member Function Documentation

◆ on_m_button_box_accepted

void MultiPasteDialog::on_m_button_box_accepted ( )
privateslot

◆ updatePreview()

void MultiPasteDialog::updatePreview ( )

Member Data Documentation

◆ m_accept

bool MultiPasteDialog::m_accept = false
private

Definition at line 49 of file multipastedialog.h.

Referenced by on_m_button_box_accepted(), and ~MultiPasteDialog().

◆ m_diagram

Diagram* MultiPasteDialog::m_diagram = nullptr
private

◆ m_document

QDomDocument MultiPasteDialog::m_document
private

Definition at line 48 of file multipastedialog.h.

Referenced by MultiPasteDialog(), and updatePreview().

◆ m_origin

QPointF MultiPasteDialog::m_origin
private

Definition at line 47 of file multipastedialog.h.

Referenced by MultiPasteDialog(), and updatePreview().

◆ m_pasted_content

DiagramContent MultiPasteDialog::m_pasted_content
private

Definition at line 46 of file multipastedialog.h.

Referenced by on_m_button_box_accepted(), updatePreview(), and ~MultiPasteDialog().

◆ m_pasted_content_list

QList<DiagramContent> MultiPasteDialog::m_pasted_content_list
private

Definition at line 50 of file multipastedialog.h.

Referenced by on_m_button_box_accepted(), and updatePreview().

◆ ui

Ui::MultiPasteDialog* MultiPasteDialog::ui
private

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