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 22 of file GraphView.hpp.
|
default |
|
explicit |
Connecting Actions
Initial Settings
Scene setting
Definition at line 19 of file GraphView.cpp.
void dbe::GraphView::ConnectActions | ( | ) |
Definition at line 46 of file GraphView.cpp.
void dbe::GraphView::contextMenuEvent | ( | QContextMenuEvent * | Event | ) |
CreaContextMenu(nullptr)ting Actions
Definition at line 115 of file GraphView.cpp.
|
privateslot |
Definition at line 240 of file GraphView.cpp.
|
privateslot |
Definition at line 139 of file GraphView.cpp.
|
privateslot |
Definition at line 218 of file GraphView.cpp.
|
privateslot |
Definition at line 185 of file GraphView.cpp.
|
privateslot |
Definition at line 305 of file GraphView.cpp.
|
privateslot |
Definition at line 358 of file GraphView.cpp.
|
privateslot |
Definition at line 350 of file GraphView.cpp.
|
privateslot |
Definition at line 262 of file GraphView.cpp.
|
privateslot |
Definition at line 284 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 54 of file GraphView.cpp.
|
private |
Definition at line 53 of file GraphView.hpp.
|
private |
Definition at line 47 of file GraphView.hpp.
|
private |
Definition at line 52 of file GraphView.hpp.
|
private |
Definition at line 49 of file GraphView.hpp.
|
private |
Definition at line 48 of file GraphView.hpp.
|
private |
Definition at line 50 of file GraphView.hpp.
|
private |
Definition at line 51 of file GraphView.hpp.
|
private |
Definition at line 54 of file GraphView.hpp.
|
private |
Definition at line 45 of file GraphView.hpp.