18#ifndef QETGRAPHICSTABLEFACTORY_H
19#define QETGRAPHICSTABLEFACTORY_H
The AddTableDialog class Provide a dialog used to edit the properties of table before adding to a dia...
Definition addtabledialog.h:38
The Diagram class This class represents an electric diagram. It manages its various child elements,...
Definition diagram.h:56
The QetGraphicsTableFactory class.
Definition qetgraphicstablefactory.h:29
static void createAndAddNomenclature(Diagram *diagram)
QetGraphicsTableFactory::createAndAddNomenclature Open a dialog for ask user the config of the table,...
Definition qetgraphicstablefactory.cpp:42
static QetGraphicsTableItem * newTable(Diagram *diagram, AddTableDialog *dialog, QetGraphicsTableItem *previous_table=nullptr)
QetGraphicsTableFactory::newTable Create a new table .
Definition qetgraphicstablefactory.cpp:120
QetGraphicsTableFactory()
Definition qetgraphicstablefactory.cpp:31
static void create(Diagram *diagram, AddTableDialog *dialog)
Definition qetgraphicstablefactory.cpp:74
static void createAndAddSummary(Diagram *diagram)
QetGraphicsTableFactory::createAndAddSummary Open a dialog for ask user the config of the table,...
Definition qetgraphicstablefactory.cpp:61
The QetGraphicsTableItem class This item display a table destined to represent the content of a QAbst...
Definition qetgraphicstableitem.h:43