|
Motiv
Marvelous OTF2 Traces Interactive Visualizer
|
A simple popup showing filter options. More...
#include <FilterPopup.hpp>


Public Slots | |
| void | updateFilter () |
Signals | |
| void | filterChanged (Filter) |
Public Member Functions | |
| FilterPopup (const Filter &filter, QWidget *parent=nullptr, const Qt::WindowFlags &f=Qt::WindowFlags()) | |
A simple popup showing filter options.
In this popup, all possible Filter settings can be changed.
Definition at line 32 of file FilterPopup.hpp.
|
explicit |
Creates a new instance of this modal popup.
| filter | The current filter object |
| parent | See QDialog::QDialog(QWidget*, Qt::WindowFlags) |
| f | See QDialog::QDialog(QWidget*, Qt::WindowFlags) |
Definition at line 24 of file FilterPopup.cpp.
|
signal |
Signals the filter was changes
|
slot |
Applies the changes made in the UI to filter_
Definition at line 65 of file FilterPopup.cpp.