QElectroTech  0.70
Public Member Functions | Public Attributes | List of all members
ExportDialog::ExportDiagramLine Class Reference

Public Member Functions

 ExportDiagramLine (Diagram *, QSize)
 
virtual ~ExportDiagramLine ()
 
QBoxLayout * sizeLayout ()
 

Public Attributes

Diagramdiagram
 
QCheckBox * must_export
 
QLabel * title_label
 
QLineEdit * file_name
 
QSpinBox * width
 
QLabel * x_label
 
QSpinBox * height
 
QPushButton * keep_ratio
 
QPushButton * reset_size
 
QPushButton * preview
 
QPushButton * clipboard
 

Detailed Description

Definition at line 47 of file exportdialog.h.

Constructor & Destructor Documentation

◆ ExportDiagramLine()

ExportDialog::ExportDiagramLine::ExportDiagramLine ( Diagram dia,
QSize  diagram_size 
)

Constructeur

Parameters
diaSchema concerne,
diagram_sizetaille du schema tenant compte des parametres d'export

Definition at line 1031 of file exportdialog.cpp.

References clipboard, diagram, file_name, height, QET::Icons::IC_CopyFile, keep_ratio, must_export, QET::Icons::ObjectLocked, preview, reset_size, QET::Icons::Start, QET::stringToFileName(), title_label, QET::Icons::tr, width, x_label, and QET::Icons::ZoomOriginal.

◆ ~ExportDiagramLine()

ExportDialog::ExportDiagramLine::~ExportDiagramLine ( )
virtual

Destructeur

Definition at line 1085 of file exportdialog.cpp.

Member Function Documentation

◆ sizeLayout()

QBoxLayout * ExportDialog::ExportDiagramLine::sizeLayout ( )
Returns
un layout contenant les widgets necessaires a la gestion de la taille d'un schema avant son export.

Definition at line 1092 of file exportdialog.cpp.

Member Data Documentation

◆ clipboard

QPushButton* ExportDialog::ExportDiagramLine::clipboard

Definition at line 62 of file exportdialog.h.

Referenced by ExportDiagramLine().

◆ diagram

Diagram* ExportDialog::ExportDiagramLine::diagram

Definition at line 52 of file exportdialog.h.

Referenced by ExportDiagramLine().

◆ file_name

QLineEdit* ExportDialog::ExportDiagramLine::file_name

Definition at line 55 of file exportdialog.h.

Referenced by ExportDiagramLine().

◆ height

QSpinBox* ExportDialog::ExportDiagramLine::height

Definition at line 58 of file exportdialog.h.

Referenced by ExportDiagramLine().

◆ keep_ratio

QPushButton* ExportDialog::ExportDiagramLine::keep_ratio

Definition at line 59 of file exportdialog.h.

Referenced by ExportDiagramLine().

◆ must_export

QCheckBox* ExportDialog::ExportDiagramLine::must_export

Definition at line 53 of file exportdialog.h.

Referenced by ExportDiagramLine().

◆ preview

QPushButton* ExportDialog::ExportDiagramLine::preview

Definition at line 61 of file exportdialog.h.

Referenced by ExportDiagramLine().

◆ reset_size

QPushButton* ExportDialog::ExportDiagramLine::reset_size

Definition at line 60 of file exportdialog.h.

Referenced by ExportDiagramLine().

◆ title_label

QLabel* ExportDialog::ExportDiagramLine::title_label

Definition at line 54 of file exportdialog.h.

Referenced by ExportDiagramLine().

◆ width

QSpinBox* ExportDialog::ExportDiagramLine::width

Definition at line 56 of file exportdialog.h.

Referenced by ExportDiagramLine().

◆ x_label

QLabel* ExportDialog::ExportDiagramLine::x_label

Definition at line 57 of file exportdialog.h.

Referenced by ExportDiagramLine().


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