9 #ifndef lgrZoomableWidget_H_
10 #define lgrZoomableWidget_H_
40 QRectF scaledViewport(QRect orignalViewport,QPoint margins)
const;
43 void drawCursor(QPainter& painter,
double firstVisibleTime,
44 double lastVisibleTime,
double cursorTime,
int xOffset,
bool active);
47 QRect cursorBounds(
double firstVisibleTime,
double lastVisibleTime,
48 double cursorTime,
int xOffset);
51 double firstVisibleTime(
double firstTime,
double lastTime)
const;
57 double lastVisibleTime(
double firstTime,
double lastTime)
const;
71 float horizontalMargin()
const;
74 void setHorizontalMargin(
float margin);
81 virtual void setOffsets(
float left,
float right);
86 void offsetsChanged(
float left,
float right);
Contains MAKLogger::DtValueSmoother class and MAKLogger::PointF and MAKLogger::RectF structs...
The logger GUI's model.
Definition: lgrGuiModel.h:56
#define DT_DLL_LGRGUI
Definition: lgrGui.h:19
Defines INPORT/EXPORT macros for lgrGui library.