|
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 13 of file CustomFileView.hpp.
| dbe::CustomFileView::CustomFileView | ( | QWidget * | parent = nullptr | ) |
Including QT Headers.
Including DBE
Definition at line 17 of file CustomFileView.cpp.
|
privateslot |
Definition at line 323 of file CustomFileView.cpp.
| void dbe::CustomFileView::ConnectActions | ( | ) |
Definition at line 69 of file CustomFileView.cpp.
| void dbe::CustomFileView::contextMenuEvent | ( | QContextMenuEvent * | Event | ) |
Reimplemented functions.
Definition at line 84 of file CustomFileView.cpp.
| void dbe::CustomFileView::CreateActions | ( | ) |
Definition at line 38 of file CustomFileView.cpp.
| void dbe::CustomFileView::CreateContextMenu | ( | ) |
Definition at line 75 of file CustomFileView.cpp.
|
privateslot |
Definition at line 317 of file CustomFileView.cpp.
|
privateslot |
Definition at line 306 of file CustomFileView.cpp.
|
privateslot |
Definition at line 239 of file CustomFileView.cpp.
|
privateslot |
Definition at line 243 of file CustomFileView.cpp.
|
privateslot |
Definition at line 188 of file CustomFileView.cpp.
|
privateslot |
Definition at line 103 of file CustomFileView.cpp.
|
privateslot |
Definition at line 159 of file CustomFileView.cpp.
|
privateslot |
Definition at line 288 of file CustomFileView.cpp.
|
privateslot |
Definition at line 275 of file CustomFileView.cpp.
|
signal |
|
private |
Definition at line 36 of file CustomFileView.hpp.
|
private |
Context menu with the possible actions.
Definition at line 25 of file CustomFileView.hpp.
|
private |
Definition at line 28 of file CustomFileView.hpp.
|
private |
File Dialog.
Definition at line 31 of file CustomFileView.hpp.
|
private |
Definition at line 34 of file CustomFileView.hpp.
|
private |
Definition at line 27 of file CustomFileView.hpp.
|
private |
Definition at line 26 of file CustomFileView.hpp.
|
private |
Definition at line 32 of file CustomFileView.hpp.
|
private |
Match Variables.
Definition at line 38 of file CustomFileView.hpp.
|
private |
Definition at line 39 of file CustomFileView.hpp.
|
private |
Definition at line 29 of file CustomFileView.hpp.
|
private |
Definition at line 33 of file CustomFileView.hpp.
|
private |
Definition at line 35 of file CustomFileView.hpp.