QElectroTech 0.100.0-dev
|
The QetGraphicsTableFactory class. More...
#include <qetgraphicstablefactory.h>
Public Member Functions | |
QetGraphicsTableFactory () | |
Static Public Member Functions | |
static void | createAndAddNomenclature (Diagram *diagram) |
QetGraphicsTableFactory::createAndAddNomenclature Open a dialog for ask user the config of the table, create a nomenclature table and add it to diagram. | |
static void | createAndAddSummary (Diagram *diagram) |
QetGraphicsTableFactory::createAndAddSummary Open a dialog for ask user the config of the table, create a summary table and add it to diagram. | |
Static Private Member Functions | |
static void | create (Diagram *diagram, AddTableDialog *dialog) |
static QetGraphicsTableItem * | newTable (Diagram *diagram, AddTableDialog *dialog, QetGraphicsTableItem *previous_table=nullptr) |
QetGraphicsTableFactory::newTable Create a new table . | |
The QetGraphicsTableFactory class.
QetGraphicsTableFactory::QetGraphicsTableFactory | ( | ) |
|
staticprivate |
|
static |
QetGraphicsTableFactory::createAndAddNomenclature Open a dialog for ask user the config of the table, create a nomenclature table and add it to diagram.
diagram |
|
static |
QetGraphicsTableFactory::createAndAddSummary Open a dialog for ask user the config of the table, create a summary table and add it to diagram.
diagram |
|
staticprivate |
QetGraphicsTableFactory::newTable Create a new table .
diagram | : Diagram where we must add the new table. |
dialog | : dialog conf, it's used to setup the model. |
previous_table | : If you know that the new table will have a previous table and you already now the previous table, set it now they will improve time needed for creating the new table by avoiding to create a new model. |