CQwtEventPattern::KeyPattern | A pattern for key events |
CQwtEventPattern::MousePattern | A pattern for mouse events |
►CQBitArray | |
CQwtPixelMatrix | A bit field corresponding to the pixels of a rectangle |
►CQFrame | |
►CQwtAbstractLegend | Abstract base class for legend widgets |
CQwtLegend | The legend widget |
CQwtPlot | A 2-D plotting widget |
CQwtPlotCanvas | Canvas of a QwtPlot |
►CQwtTextLabel | A Widget which displays a QwtText |
CQwtLegendLabel | A widget representing something on a QwtLegend |
►CQGLWidget | |
CQwtPlotGLCanvas | An alternative canvas for a QwtPlot derived from QGLWidget |
►CQLayout | |
CQwtDynGridLayout | Lays out widgets in a grid, adjusting the number of columns and rows to the current size |
►CQObject | |
►CQwtMagnifier | QwtMagnifier provides zooming, by magnifying in steps |
CQwtPlotMagnifier | QwtPlotMagnifier provides zooming, by magnifying in steps |
►CQwtPicker | QwtPicker provides selections on a widget |
►CQwtPlotPicker | QwtPlotPicker provides selections on a plot canvas |
CQwtPlotZoomer | QwtPlotZoomer provides stacked zooming for a plot widget |
CQwtPlotDirectPainter | Painter object trying to paint incrementally |
CQwtPlotRenderer | Renderer for exporting a plot to a document, a printer or anything else, that is supported by QPainter/QPaintDevice |
CQwtPlotRescaler | QwtPlotRescaler takes care of fixed aspect ratios for plot scales |
►CQPaintDevice | |
►CQwtNullPaintDevice | A null paint device doing nothing |
CQwtGraphic | A paint device for scalable graphics |
►CQPushButton | |
CQwtArrowButton | Arrow Button |
►CQThread | |
CQwtSamplingThread | A thread collecting samples at regular intervals |
►CQWidget | |
►CQwtAbstractScale | An abstract base class for widgets having a scale |
►CQwtAbstractSlider | An abstract base class for slider widgets with a scale |
►CQwtDial | QwtDial class provides a rounded range control |
CQwtAnalogClock | An analog clock |
CQwtCompass | A Compass Widget |
CQwtKnob | The Knob Widget |
CQwtSlider | The Slider Widget |
CQwtThermo | The Thermometer Widget |
CQwtCounter | The Counter Widget |
►CQwtPanner | QwtPanner provides panning of a widget |
CQwtPlotPanner | QwtPlotPanner provides panning of a plot canvas |
CQwtScaleWidget | A Widget which contains a scale |
CQwtWheel | The Wheel Widget |
CQwtWidgetOverlay | An overlay for a widget |
►CQwtAbstractScaleDraw | A abstract base class for drawing scales |
►CQwtRoundScaleDraw | A class for drawing round scales |
CQwtCompassScaleDraw | A special scale draw made for QwtCompass |
►CQwtScaleDraw | A class for drawing scales |
CQwtDateScaleDraw | A class for drawing datetime scales |
►CQwtAbstractSeriesStore | Bridge between QwtSeriesStore and QwtPlotSeriesItem |
►CQwtPlotSeriesItem | Base class for plot items representing a series of samples |
►CQwtPlotAbstractBarChart | Abstract base class for bar chart items |
CQwtPlotBarChart | QwtPlotBarChart displays a series of a values as bars |
CQwtPlotMultiBarChart | QwtPlotMultiBarChart displays a series of a samples that consist each of a set of values |
CQwtPlotCurve | A plot item, that represents a series of points |
CQwtPlotHistogram | QwtPlotHistogram represents a series of samples, where an interval is associated with a value ( ) |
CQwtPlotIntervalCurve | QwtPlotIntervalCurve represents a series of samples, where each value is associated with an interval ( ) |
CQwtPlotSpectroCurve | Curve that displays 3D points as dots, where the z coordinate is mapped to a color |
CQwtPlotTradingCurve | QwtPlotTradingCurve illustrates movements in the price of a financial instrument over time |
CQwtSeriesStore< T > | Class storing a QwtSeriesData object |
►CQwtSeriesStore< QPointF > | |
CQwtPlotBarChart | QwtPlotBarChart displays a series of a values as bars |
CQwtPlotCurve | A plot item, that represents a series of points |
►CQwtSeriesStore< QwtIntervalSample > | |
CQwtPlotHistogram | QwtPlotHistogram represents a series of samples, where an interval is associated with a value ( ) |
CQwtPlotIntervalCurve | QwtPlotIntervalCurve represents a series of samples, where each value is associated with an interval ( ) |
►CQwtSeriesStore< QwtOHLCSample > | |
CQwtPlotTradingCurve | QwtPlotTradingCurve illustrates movements in the price of a financial instrument over time |
►CQwtSeriesStore< QwtPoint3D > | |
CQwtPlotSpectroCurve | Curve that displays 3D points as dots, where the z coordinate is mapped to a color |
►CQwtSeriesStore< QwtSetSample > | |
CQwtPlotMultiBarChart | QwtPlotMultiBarChart displays a series of a samples that consist each of a set of values |
CQwtClipper | Some clipping algorithms |
►CQwtColorMap | QwtColorMap is used to map values into colors |
CQwtAlphaColorMap | QwtAlphaColorMap varies the alpha value of a color |
CQwtLinearColorMap | QwtLinearColorMap builds a color map from color stops |
CQwtColumnRect | Directed rectangle representing bounding rectangle and orientation of a column |
CQwtColumnSymbol | A drawing primitive for columns |
►CQwtCompassRose | Abstract base class for a compass rose |
CQwtSimpleCompassRose | A simple rose for QwtCompass |
►CQwtCurveFitter | Abstract base class for a curve fitter |
CQwtSplineCurveFitter | A curve fitter using cubic splines |
CQwtWeedingCurveFitter | A curve fitter implementing Douglas and Peucker algorithm |
CQwtDate | A collection of methods around date/time values |
►CQwtDialNeedle | Base class for needles that can be used in a QwtDial |
CQwtCompassMagnetNeedle | A magnet needle for compass widgets |
CQwtCompassWindArrow | An indicator for the wind direction |
CQwtDialSimpleNeedle | A needle for dial widgets |
►CQwtEventPattern | A collection of event patterns |
CQwtPicker | QwtPicker provides selections on a widget |
CQwtInterval | A class representing an interval |
CQwtIntervalSample | A sample of the types (x1-x2, y) or (x, y1-y2) |
CQwtIntervalSymbol | A drawing primitive for displaying an interval like an error bar |
CQwtLegendData | Attributes of an entry on a legend |
CQwtOHLCSample | Open-High-Low-Close sample used in financial charts |
CQwtPainter | A collection of QPainter workarounds |
CQwtPainterCommand | |
►CQwtPickerMachine | A state machine for QwtPicker selections |
CQwtPickerClickPointMachine | A state machine for point selections |
CQwtPickerClickRectMachine | A state machine for rectangle selections |
CQwtPickerDragLineMachine | A state machine for line selections |
CQwtPickerDragPointMachine | A state machine for point selections |
CQwtPickerDragRectMachine | A state machine for rectangle selections |
CQwtPickerPolygonMachine | A state machine for polygon selections |
CQwtPickerTrackerMachine | A state machine for indicating mouse movements |
►CQwtPlotDict | A dictionary for plot items |
CQwtPlot | A 2-D plotting widget |
►CQwtPlotItem | Base class for items on the plot canvas |
CQwtPlotGrid | A class which draws a coordinate grid |
CQwtPlotLegendItem | A class which draws a legend inside the plot canvas |
CQwtPlotMarker | A class for drawing markers |
►CQwtPlotRasterItem | A class, which displays raster data |
CQwtPlotSpectrogram | A plot item, which displays a spectrogram |
CQwtPlotScaleItem | A class which draws a scale inside the plot canvas |
CQwtPlotSeriesItem | Base class for plot items representing a series of samples |
CQwtPlotShapeItem | A plot item, which displays any graphical shape, that can be defined by a QPainterPath |
CQwtPlotSvgItem | A plot item, which displays data in Scalable Vector Graphics (SVG) format |
CQwtPlotTextLabel | A plot item, which displays a text label |
CQwtPlotZoneItem | A plot item, which displays a zone |
CQwtPlotLayout | Layout engine for QwtPlot |
CQwtPoint3D | QwtPoint3D class defines a 3D point in double coordinates |
CQwtPointMapper | A helper class for translating a series of points |
CQwtPointPolar | A point in polar coordinates |
►CQwtRasterData | QwtRasterData defines an interface to any type of raster data |
CQwtMatrixRasterData | A class representing a matrix of values as raster data |
CQwtScaleArithmetic | Arithmetic including a tolerance |
CQwtScaleDiv | A class representing a scale division |
►CQwtScaleEngine | Base class for scale engines |
►CQwtLinearScaleEngine | A scale engine for linear scales |
CQwtDateScaleEngine | A scale engine for date/time values |
CQwtLogScaleEngine | A scale engine for logarithmic scales |
CQwtScaleMap | A scale map |
►CQwtSeriesData< T > | Abstract interface for iterating over samples |
CQwtArraySeriesData< T > | Template class for data, that is organized as QVector |
►CQwtSeriesData< QPointF > | |
►CQwtArraySeriesData< QPointF > | |
CQwtPointSeriesData | Interface for iterating over an array of points |
CQwtCPointerData | Data class containing two pointers to memory blocks of doubles |
CQwtPointArrayData | Interface for iterating over two QVector<double> objects |
CQwtSyntheticPointData | Synthetic point data |
►CQwtSeriesData< QwtIntervalSample > | |
►CQwtArraySeriesData< QwtIntervalSample > | |
CQwtIntervalSeriesData | Interface for iterating over an array of intervals |
►CQwtSeriesData< QwtOHLCSample > | |
►CQwtArraySeriesData< QwtOHLCSample > | |
CQwtTradingChartData | |
►CQwtSeriesData< QwtPoint3D > | |
►CQwtArraySeriesData< QwtPoint3D > | |
CQwtPoint3DSeriesData | Interface for iterating over an array of 3D points |
►CQwtSeriesData< QwtSetSample > | |
►CQwtArraySeriesData< QwtSetSample > | |
CQwtSetSeriesData | Interface for iterating over an array of samples |
CQwtSetSample | A sample of the types (x1...xn, y) or (x, y1..yn) |
CQwtSpline | A class for spline interpolation |
CQwtSymbol | A class for drawing symbols |
CQwtSystemClock | QwtSystemClock provides high resolution clock time functions |
CQwtText | A class representing a text |
►CQwtTextEngine | Abstract base class for rendering text strings |
CQwtMathMLTextEngine | Text Engine for the MathML renderer of the Qt solutions package |
CQwtPlainTextEngine | A text engine for plain texts |
CQwtRichTextEngine | A text engine for Qt rich texts |
►CQwtTransform | A transformation between coordinate systems |
CQwtLogTransform | Logarithmic transformation |
CQwtNullTransform | Null transformation |
CQwtPowerTransform | A transformation using pow() |