3 #ifndef __QCP_Axis_Extended_H__
4 #define __QCP_Axis_Extended_H__
5 #pragma region Includes
9 using namespace QCPlot;
11 namespace DataVisualizerGUI {
17 #pragma region Constants
18 static const bool DefaultScrollState;
23 static const int ScrollBarHeight;
35 void SetIsZoomed(
bool isZoomed);
40 QScrollBar* GetScrollBar();
51 int calculateMargin()
const;
54 QScrollBar* ScrollBar_;
59 #endif // !__QCP_Axis_Extended_H__
Extends the axis class to allow scrolling when zoomed.
Definition: QCPAxisExtended.h:16
The central class of the library, the QWidget which displays the plot and interacts with the user...
Definition: qcustomplot.h:1903
QPainter subclass used internally.
Definition: qcustomplot.h:202
Manages a single axis inside a QCustomPlot.
Definition: qcustomplot.h:1615
AxisType
Defines at which side of the axis rect the axis will appear.
Definition: qcustomplot.h:1658