QElectroTech
0.70
|
#include <diagramselection.h>
Public Member Functions | |
diagramselection (QETProject *prj, QWidget *parent=nullptr) | |
~diagramselection () override | |
QList< Diagram * > | list_of_DiagramSelected () |
get list of Diagrams is selected More... | |
Private Slots | |
void | on_tableDiagram_customContextMenuRequested (const QPoint &pos) |
contextMenuRequested More... | |
Private Member Functions | |
void | load_TableDiagram () |
load all Diagrams of project in table More... | |
Private Attributes | |
Ui::diagramselection * | ui |
QETProject * | prj_ |
QList< Diagram * > | list_diagram_ |
Definition at line 30 of file diagramselection.h.
|
explicit |
Definition at line 21 of file diagramselection.cpp.
References load_TableDiagram(), prj_, QET::Icons::tr, and ui.
|
override |
Definition at line 36 of file diagramselection.cpp.
References ui.
QList< Diagram * > diagramselection::list_of_DiagramSelected | ( | ) |
get list of Diagrams is selected
Definition at line 86 of file diagramselection.cpp.
References list_diagram_, and ui.
|
private |
load all Diagrams of project in table
Definition at line 43 of file diagramselection.cpp.
References list_diagram_, QET::Icons::tr, and ui.
Referenced by diagramselection().
|
privateslot |
contextMenuRequested
pos |
Definition at line 100 of file diagramselection.cpp.
References QET::Icons::tr, and ui.
|
private |
Definition at line 46 of file diagramselection.h.
Referenced by list_of_DiagramSelected(), and load_TableDiagram().
|
private |
Definition at line 45 of file diagramselection.h.
Referenced by diagramselection().
|
private |
Definition at line 44 of file diagramselection.h.
Referenced by diagramselection(), list_of_DiagramSelected(), load_TableDiagram(), on_tableDiagram_customContextMenuRequested(), and ~diagramselection().