|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <CustomFileView.hpp>
Signals | |
| void | stateChanged (const QString &FileName) |
Public Member Functions | |
| CustomFileView (QWidget *parent=nullptr) | |
| Including QT Headers. | |
| void | CreateActions () |
| void | ConnectActions () |
| void | CreateContextMenu () |
| void | contextMenuEvent (QContextMenuEvent *Event) |
| Reimplemented functions. | |
Private Slots | |
| void | GoToFile () |
| void | GoToNext () |
| void | FindFileSlot () |
| void | LaunchIncludeEditorSlot () |
| void | HideReadOnlyFilesSlot (bool Hide) |
| void | EditedSearchString (QString Text) |
| void | EditedSearchString () |
| void | ChangeSelection (QModelIndex Index) |
| void | file_info_slot () |
| void | file_info_slot (QModelIndex index) |
Private Attributes | |
| QMenu * | ContextMenu |
| Context menu with the possible actions. | |
| QAction * | LaunchIncludeEditor |
| QAction * | HideReadOnlyFiles |
| QAction * | FindFile |
| QAction * | m_file_info_action |
| QDialog * | FindFileDialog |
| File Dialog. | |
| QLineEdit * | LineEdit |
| QPushButton * | NextButton |
| QPushButton * | GoButton |
| QCheckBox * | WholeWordCheckBox |
| QCheckBox * | CaseSensitiveCheckBox |
| int | ListIndex |
| Match Variables. | |
| QModelIndexList | ListOfMatch |
Definition at line 18 of file CustomFileView.hpp.
| dbe::CustomFileView::CustomFileView | ( | QWidget * | parent = nullptr | ) |
Including QT Headers.
Including DBE
Definition at line 22 of file CustomFileView.cpp.
|
privateslot |
Definition at line 310 of file CustomFileView.cpp.
| void dbe::CustomFileView::ConnectActions | ( | ) |
Definition at line 73 of file CustomFileView.cpp.
| void dbe::CustomFileView::contextMenuEvent | ( | QContextMenuEvent * | Event | ) |
Reimplemented functions.
Definition at line 88 of file CustomFileView.cpp.
| void dbe::CustomFileView::CreateActions | ( | ) |
Definition at line 43 of file CustomFileView.cpp.
| void dbe::CustomFileView::CreateContextMenu | ( | ) |
Definition at line 79 of file CustomFileView.cpp.
|
privateslot |
Definition at line 304 of file CustomFileView.cpp.
|
privateslot |
Definition at line 293 of file CustomFileView.cpp.
|
privateslot |
Definition at line 248 of file CustomFileView.cpp.
|
privateslot |
Definition at line 252 of file CustomFileView.cpp.
|
privateslot |
Definition at line 197 of file CustomFileView.cpp.
|
privateslot |
Definition at line 112 of file CustomFileView.cpp.
|
privateslot |
Definition at line 168 of file CustomFileView.cpp.
|
privateslot |
Definition at line 275 of file CustomFileView.cpp.
|
privateslot |
Definition at line 262 of file CustomFileView.cpp.
|
signal |
|
private |
Definition at line 41 of file CustomFileView.hpp.
|
private |
Context menu with the possible actions.
Definition at line 30 of file CustomFileView.hpp.
|
private |
Definition at line 33 of file CustomFileView.hpp.
|
private |
File Dialog.
Definition at line 36 of file CustomFileView.hpp.
|
private |
Definition at line 39 of file CustomFileView.hpp.
|
private |
Definition at line 32 of file CustomFileView.hpp.
|
private |
Definition at line 31 of file CustomFileView.hpp.
|
private |
Definition at line 37 of file CustomFileView.hpp.
|
private |
Match Variables.
Definition at line 43 of file CustomFileView.hpp.
|
private |
Definition at line 44 of file CustomFileView.hpp.
|
private |
Definition at line 34 of file CustomFileView.hpp.
|
private |
Definition at line 38 of file CustomFileView.hpp.
|
private |
Definition at line 40 of file CustomFileView.hpp.