|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <GraphView.hpp>
Public Member Functions | |
| ~GraphView () | |
| GraphView (QWidget *parent=nullptr) | |
| void | ConnectActions () |
| void | SetupView () |
| void | contextMenuEvent (QContextMenuEvent *Event) |
Private Slots | |
| void | GetWindowConfiguration () |
| void | RedrawObject (tref Object) |
| void | RedrawObject () |
| void | CreateActions () |
| void | editThisObject () |
| void | deleteThisObject () |
| void | copyObject () |
| void | referencedBy_All () |
| void | referencedBy_OnlyComposite () |
Private Attributes | |
| Window | WindowConfiguration |
| QMenu * | ContextMenu |
| QAction * | editObject |
| QAction * | deleteObjectAc |
| QAction * | refByAc |
| QAction * | refByAcOnlyComp |
| QAction * | copyObjectAc |
| GraphicalObject * | ClickedItem |
| QUuid const | uuid |
Definition at line 27 of file GraphView.hpp.
|
default |
|
explicit |
Connecting Actions
Initial Settings
Scene setting
Definition at line 24 of file GraphView.cpp.
| void dbe::GraphView::ConnectActions | ( | ) |
Definition at line 51 of file GraphView.cpp.
| void dbe::GraphView::contextMenuEvent | ( | QContextMenuEvent * | Event | ) |
CreaContextMenu(nullptr)ting Actions
Definition at line 120 of file GraphView.cpp.
|
privateslot |
Definition at line 245 of file GraphView.cpp.
|
privateslot |
Definition at line 144 of file GraphView.cpp.
|
privateslot |
Definition at line 223 of file GraphView.cpp.
|
privateslot |
Definition at line 190 of file GraphView.cpp.
|
privateslot |
Definition at line 310 of file GraphView.cpp.
|
privateslot |
Definition at line 363 of file GraphView.cpp.
|
privateslot |
Definition at line 355 of file GraphView.cpp.
|
privateslot |
Definition at line 267 of file GraphView.cpp.
|
privateslot |
Definition at line 289 of file GraphView.cpp.
| void dbe::GraphView::SetupView | ( | ) |
Cleaning the scene
WindowSettings
Iterating over the classes that have to be displayed
Getting Class and SubClasses to initialize
Loadind Data
Definition at line 59 of file GraphView.cpp.
|
private |
Definition at line 58 of file GraphView.hpp.
|
private |
Definition at line 52 of file GraphView.hpp.
|
private |
Definition at line 57 of file GraphView.hpp.
|
private |
Definition at line 54 of file GraphView.hpp.
|
private |
Definition at line 53 of file GraphView.hpp.
|
private |
Definition at line 55 of file GraphView.hpp.
|
private |
Definition at line 56 of file GraphView.hpp.
|
private |
Definition at line 59 of file GraphView.hpp.
|
private |
Definition at line 50 of file GraphView.hpp.