18#ifndef DIAGRAMSELECTION_H
19#define DIAGRAMSELECTION_H
21#include "../diagram.h"
22#include "../qetproject.h"
44 Ui::diagramselection *
ui;
Definition qetproject.h:62
Definition diagramselection.h:31
QList< Diagram * > list_of_DiagramSelected()
get list of Diagrams is selected
Definition diagramselection.cpp:89
QList< Diagram * > list_diagram_
Definition diagramselection.h:46
Ui::diagramselection * ui
Definition diagramselection.h:44
~diagramselection() override
Definition diagramselection.cpp:36
QETProject * prj_
Definition diagramselection.h:45
void on_tableDiagram_customContextMenuRequested(const QPoint &pos)
contextMenuRequested
Definition diagramselection.cpp:104
void load_TableDiagram()
load all Diagrams of project in table
Definition diagramselection.cpp:44
Definition autonumberingdockwidget.h:26