|
QElectroTech
0.8-dev
|
Go to the documentation of this file.
18 #ifndef QETGRAPHICSTABLEFACTORY_H
19 #define QETGRAPHICSTABLEFACTORY_H
43 #endif // QETGRAPHICSTABLEFACTORY_H
QMargins headerMargins() const
AddTableDialog::headerMargins.
Definition: addtabledialog.cpp:92
The AddTableDialog class Provide a dialog used to edit the properties of table befor adding to a diag...
Definition: addtabledialog.h:38
Qt::Alignment headerAlignment() const
AddTableDialog::headerAlignment.
Definition: addtabledialog.cpp:100
static void createAndAddSummary(Diagram *diagram)
QetGraphicsTableFactory::createAndAddSummary Open a dialog for ask user the config of the table,...
Definition: qetgraphicstablefactory.cpp:61
QFont tableFont() const
AddTableDialog::tableFont.
Definition: addtabledialog.cpp:148
The QetGraphicsTableItem class This item display a table destined to represent the content of a QAbst...
Definition: qetgraphicstableitem.h:43
virtual void addItem(QGraphicsItem *item)
Diagram::addItem Réimplemented from QGraphicsScene::addItem(QGraphicsItem *item) Do some specific ope...
Definition: diagram.cpp:1550
The QetGraphicsTableFactory class.
Definition: qetgraphicstablefactory.h:29
The ProjectDBModel class This model is intended to be use with the class projectDataBase and is desig...
Definition: projectdbmodel.h:44
QETProject * project() const
Diagram::project.
Definition: diagram.cpp:2326
The Diagram class This class represents an electric diagram. It manages its various child elements,...
Definition: diagram.h:56
static void createAndAddNomenclature(Diagram *diagram)
QetGraphicsTableFactory::createAndAddNomenclature Open a dialog for ask user the config of the table,...
Definition: qetgraphicstablefactory.cpp:42
Qt::Alignment tableAlignment() const
AddTableDialog::tableAlignment.
Definition: addtabledialog.cpp:132
static void adjustTableToFolio(QetGraphicsTableItem *table, QMargins margins=QMargins(20, 20, 20, 0))
QetGraphicsTableItem::adjustTableToFolio Adjust the table to fit at best the folio.
Definition: qetgraphicstableitem.cpp:42
QFont headerFont() const
AddTableDialog::headerFont.
Definition: addtabledialog.cpp:116
QString marginsToString(const QMargins &margins)
QETUtils::marginsToString.
Definition: qetutils.cpp:27
static QetGraphicsTableItem * newTable(Diagram *diagram, AddTableDialog *dialog, QetGraphicsTableItem *previous_table=nullptr)
QetGraphicsTableFactory::newTable Create a new table .
Definition: qetgraphicstablefactory.cpp:121
QetGraphicsTableFactory()
Definition: qetgraphicstablefactory.cpp:31
QWidget * contentWidget() const
Definition: addtabledialog.cpp:152
QString tableName() const
AddTableDialog::tableName.
Definition: addtabledialog.cpp:84
static void create(Diagram *diagram, AddTableDialog *dialog)
Definition: qetgraphicstablefactory.cpp:74
@ Horizontal
Horizontal segment.
Definition: qet.h:89
bool addNewTableToNewDiagram() const
AddTableDialog::addNewTableToNewDiagram.
Definition: addtabledialog.cpp:76
QIcon tr
Definition: qeticons.cpp:206
bool adjustTableToFolio() const
AddTableDialog::adjustTableToFolio.
Definition: addtabledialog.cpp:68