18#ifndef MOTIV_TIMELINEVIEW_HPP
19#define MOTIV_TIMELINEVIEW_HPP
22#include <QGraphicsView>
24#include "src/ui/TraceDataProxy.hpp"
72 void populateScene(QGraphicsScene *element);
The main view component rendering the trace.
void updateView()
Updates the view to reflect the current selection of the TraceDataProxy.
void resizeEvent(QResizeEvent *event) override
void elementSelected(types::TraceTime begin, types::TraceTime end)
Indicates a TimedElement is selected.
void wheelEvent(QWheelEvent *event) override
Model class providing access to data and pub/sub architecture of change events.