|
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 22 of file CustomTableView.hpp.
|
explicit |
Including QT#include <QHeaderView>.
Including DBE
Definition at line 30 of file CustomTableView.cpp.
| void dbe::CustomTableView::contextMenuEvent | ( | QContextMenuEvent * | Event | ) |
Definition at line 65 of file CustomTableView.cpp.
|
private |
Definition at line 346 of file CustomTableView.cpp.
|
privateslot |
Definition at line 199 of file CustomTableView.cpp.
|
privateslot |
Definition at line 90 of file CustomTableView.cpp.
|
privateslot |
Definition at line 170 of file CustomTableView.cpp.
|
signal |
|
private |
Definition at line 388 of file CustomTableView.cpp.
|
privateslot |
Definition at line 258 of file CustomTableView.cpp.
|
privateslot |
Definition at line 237 of file CustomTableView.cpp.
|
privateslot |
Definition at line 278 of file CustomTableView.cpp.
|
privateslot |
Definition at line 301 of file CustomTableView.cpp.
|
privateslot |
Definition at line 309 of file CustomTableView.cpp.
|
privateslot |
Definition at line 212 of file CustomTableView.cpp.
|
privateslot |
Definition at line 130 of file CustomTableView.cpp.
|
private |
Definition at line 60 of file CustomTableView.hpp.
|
private |
Definition at line 57 of file CustomTableView.hpp.
|
private |
Definition at line 56 of file CustomTableView.hpp.
|
private |
Definition at line 55 of file CustomTableView.hpp.
|
private |
Definition at line 66 of file CustomTableView.hpp.
|
private |
Definition at line 64 of file CustomTableView.hpp.
|
private |
Match Variables.
Definition at line 69 of file CustomTableView.hpp.
|
private |
Definition at line 70 of file CustomTableView.hpp.
|
private |
Definition at line 54 of file CustomTableView.hpp.
|
private |
File Dialog.
Definition at line 63 of file CustomTableView.hpp.
|
private |
Definition at line 72 of file CustomTableView.hpp.
|
private |
Definition at line 65 of file CustomTableView.hpp.
|
private |
Definition at line 58 of file CustomTableView.hpp.
|
private |
Definition at line 59 of file CustomTableView.hpp.