10 #ifndef timeBarZoomControl_H_
11 #define timeBarZoomControl_H_
23 class DtTimeComponent;
32 float start,
float end,
43 virtual void drawBar(QPainter& painter,
DtSliderBar* bar)
const;
83 void zoomChanged(
float,
float);
87 void emitZoom(
float start,
float end);
A Widget which contains two slider boxes which define a bounding area.
Definition: boundsSlider.h:27
Used to manage a bar between a start and an end of a slider bar.
Definition: sliderBar.h:25
The widget which controls the zoom and displays the time bar overlaying the slider bar...
Definition: timeBarZoomControl.h:52
Contains MAKLogger::DtRangeSlider class.
Contains MAKLogger::DtBoundsSlider class.
DtTimeComponent * myTimeComponent
Definition: timeBarZoomControl.h:46
A time component represents the current time of the logger.
Definition: timeComponent.h:20
Contains MAKLogger::DtAbsoluteTime and MAKLogger::DtRelativeTime classes.
#define DT_DLL_LGRGUI
Definition: lgrGui.h:19
Slider bar which shows an mini tile bar overlay which is responsible for zooming the time bar and dra...
Definition: timeBarZoomControl.h:27
Defines INPORT/EXPORT macros for lgrGui library.
DtTimeComponent * myTimeComponent
Definition: timeBarZoomControl.h:90
Absolute Time, a particular measured instance in time, could be thought of as a set of relative times...
Definition: absoluteTime.h:82