|
Motiv
Marvelous OTF2 Traces Interactive Visualizer
|
The main window of the application. More...
#include <MainWindow.hpp>


Public Slots | |
| void | resetZoom () |
| Resets the zoom to show the entire trace. More... | |
| void | openFilterPopup () |
| Opens and shows the FilterPopup. More... | |
| void | openNewTrace () |
| Asks for a new trace file and opens the trace. More... | |
Public Member Functions | |
| MainWindow (QString filepath=QString()) | |
| Creates a new instance of the MainWindow class. More... | |
The main window of the application.
This class sets up and connects all components and menu bars as well as loading the trace.
Definition at line 38 of file MainWindow.hpp.
|
explicit |
Creates a new instance of the MainWindow class.
| filepath | Path to trace file. If omitted the user is promted for it. |
Definition at line 47 of file MainWindow.cpp.
|
override |
Definition at line 60 of file MainWindow.cpp.
|
slot |
Opens and shows the FilterPopup.
Definition at line 279 of file MainWindow.cpp.
|
slot |
Asks for a new trace file and opens the trace.
Definition at line 289 of file MainWindow.cpp.
|
slot |
Resets the zoom to show the entire trace.
Definition at line 275 of file MainWindow.cpp.