mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-03-12 04:09:59 +01:00
Add nomenclature dialog : enable option "add new folio and table if needed"
This commit is contained in:
@@ -19,6 +19,8 @@
|
||||
#define QETGRAPHICSTABLEFACTORY_H
|
||||
|
||||
class Diagram;
|
||||
class QetGraphicsTableItem;
|
||||
class AddTableDialog;
|
||||
|
||||
/**
|
||||
* @brief The QetGraphicsTableFactory class
|
||||
@@ -29,6 +31,9 @@ class QetGraphicsTableFactory
|
||||
QetGraphicsTableFactory();
|
||||
|
||||
static void createAndAddNomenclature(Diagram *diagram);
|
||||
private:
|
||||
static QetGraphicsTableItem *newTable(Diagram *diagram, AddTableDialog *dialog);
|
||||
static void AdjustTableToFolio(QetGraphicsTableItem *table);
|
||||
};
|
||||
|
||||
#endif // QETGRAPHICSTABLEFACTORY_H
|
||||
|
||||
Reference in New Issue
Block a user