|
Motiv
Marvelous OTF2 Traces Interactive Visualizer
|
The TimelineHeader displays a horizontal bar with evenly distributed labels marking a time point. More...
#include <TimelineHeader.hpp>


Public Slots | |
| void | updateView () |
| Updates the view. More... | |
Public Member Functions | |
| TimelineHeader (TraceDataProxy *data, QWidget *parent=nullptr) | |
| Creates a new instance of the TimelineHeader class. More... | |
The TimelineHeader displays a horizontal bar with evenly distributed labels marking a time point.
Definition at line 29 of file TimelineHeader.hpp.
| TimelineHeader::TimelineHeader | ( | TraceDataProxy * | data, |
| QWidget * | parent = nullptr |
||
| ) |
Creates a new instance of the TimelineHeader class.
| data | A pointer to a TraceDataProxy |
| parent | The parent QWidget |
Definition at line 26 of file TimelineHeader.cpp.
|
slot |
Updates the view.
The view is rerendered to reflect the current state of the TraceDataProxy
Definition at line 35 of file TimelineHeader.cpp.