|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <CustomTableView.hpp>
Signals | |
| void | OpenEditor (tref Object) |
Public Member Functions | |
| CustomTableView (QWidget *parent=0) | |
| Including QT#include <QHeaderView> | |
| void | contextMenuEvent (QContextMenuEvent *Event) |
Public Member Functions inherited from dbe::view_common_interface | |
| virtual | ~view_common_interface ()=default |
| virtual void | slot_delete_objects ()=0 |
| virtual void | slot_create_object ()=0 |
| virtual void | slot_edit_object ()=0 |
| virtual void | slot_copy_object ()=0 |
Private Slots | |
| void | slot_delete_objects () |
| void | slot_create_object () |
| void | slot_edit_object () |
| void | slot_copy_object () |
| void | FindObjectSlot () |
| void | slot_go_to_object () |
| void | GoToNext () |
| void | EditedSearchString (QString Text) |
| void | referencedBy_OnlyComposite () |
| void | referencedBy_All () |
Private Member Functions | |
| void | CreateActions () |
| void | referencedBy (tref obj, bool onlyComposite) |
Private Attributes | |
| QMenu * | m_context_menu |
| QAction * | FindObject |
| QAction * | editObject |
| QAction * | deleteObjectAc |
| QAction * | refByAc |
| QAction * | refByAcOnlyComp |
| QAction * | copyObjectAc |
| QDialog * | m_find_object_dialog |
| File Dialog. | |
| QLineEdit * | LineEdit |
| QPushButton * | NextButton |
| QPushButton * | GoButton |
| int | ListIndex |
| Match Variables. | |
| QModelIndexList | ListOfMatch |
| int | m_last_object_item |
Definition at line 17 of file CustomTableView.hpp.
|
explicit |
Including QT#include <QHeaderView>
Including DBE
Definition at line 25 of file CustomTableView.cpp.
| void dbe::CustomTableView::contextMenuEvent | ( | QContextMenuEvent * | Event | ) |
Definition at line 60 of file CustomTableView.cpp.
|
private |
Definition at line 341 of file CustomTableView.cpp.
|
privateslot |
Definition at line 194 of file CustomTableView.cpp.
|
privateslot |
Definition at line 85 of file CustomTableView.cpp.
|
privateslot |
Definition at line 165 of file CustomTableView.cpp.
|
signal |
|
private |
Definition at line 383 of file CustomTableView.cpp.
|
privateslot |
Definition at line 253 of file CustomTableView.cpp.
|
privateslot |
Definition at line 232 of file CustomTableView.cpp.
|
privateslot |
Definition at line 273 of file CustomTableView.cpp.
|
privateslot |
Definition at line 296 of file CustomTableView.cpp.
|
privateslot |
Definition at line 304 of file CustomTableView.cpp.
|
privateslot |
Definition at line 207 of file CustomTableView.cpp.
|
privateslot |
Definition at line 125 of file CustomTableView.cpp.
|
private |
Definition at line 55 of file CustomTableView.hpp.
|
private |
Definition at line 52 of file CustomTableView.hpp.
|
private |
Definition at line 51 of file CustomTableView.hpp.
|
private |
Definition at line 50 of file CustomTableView.hpp.
|
private |
Definition at line 61 of file CustomTableView.hpp.
|
private |
Definition at line 59 of file CustomTableView.hpp.
|
private |
Match Variables.
Definition at line 64 of file CustomTableView.hpp.
|
private |
Definition at line 65 of file CustomTableView.hpp.
|
private |
Definition at line 49 of file CustomTableView.hpp.
|
private |
File Dialog.
Definition at line 58 of file CustomTableView.hpp.
|
private |
Definition at line 67 of file CustomTableView.hpp.
|
private |
Definition at line 60 of file CustomTableView.hpp.
|
private |
Definition at line 53 of file CustomTableView.hpp.
|
private |
Definition at line 54 of file CustomTableView.hpp.