Wt 3.3.12
|
Namespace for the Charts (Wt::Chart). More...
Classes | |
struct | AxisConfig |
Axis configuration. More... | |
class | CurveLabel |
A curve label. More... | |
class | SeriesIterator |
Abstract base class for iterating over series data in a chart. More... | |
class | WAbstractChart |
Abstract base class for MVC-based charts. More... | |
class | WAbstractChartModel |
An abstract model for use with Wt's charts. More... | |
class | WAbstractColorMap |
Maps numerical values to colors. More... | |
class | WAbstractDataSeries3D |
Abstract base class for dataseries that can be drawn on a WCartesian3DChart. More... | |
class | WAbstractGridData |
Class representing grid-based data for on a 3D chart. More... | |
class | WAxis |
Class which represents an axis of a cartesian chart. More... | |
class | WAxisSliderWidget |
A widget for selecting an X axis range to display on an associated WCartesianChart. More... | |
class | WBarSelection |
Represents a selection of a bar. More... | |
class | WCartesian3DChart |
A 3D Cartesian chart. More... | |
class | WCartesianChart |
A cartesian chart. More... | |
class | WChartPalette |
Abstract base class for styling rendered data series in charts. More... | |
class | WDataSeries |
A single data series in a cartesian chart. More... | |
class | WEquidistantGridData |
Class representing grid-based data for on a 3D chart. More... | |
class | WGridData |
Class representing grid-based data for a 3D chart. More... | |
class | WPieChart |
A pie chart. More... | |
class | WPointSelection |
Represents a single point selection on a WScatterData. More... | |
class | WScatterData |
Class representing a collection of points for on a 3D chart. More... | |
class | WSelection |
Represents a selection on a chart. More... | |
class | WStandardChartProxyModel |
A WAbstractChartModel implementation that wraps a WAbstractItemModel. More... | |
class | WStandardColorMap |
Standard colorMap. More... | |
class | WStandardPalette |
Standard styling for rendering series in charts. More... | |
class | WSurfaceSelection |
Represents a selection on a surface plot. More... | |
Typedefs | |
typedef std::map< WFlags< KeyboardModifier >, InteractiveAction > | WheelActions |
A map of mouse wheel actions for interactive charts, indexed by WFlags<KeyboardModifier> | |
Enumerations | |
enum | Series3DType { PointSeries3D , SurfaceSeries3D , BarSeries3D } |
Enumeration with the possible representations of a WAbstractGridData. More... | |
enum | Axis { XAxis = 0 , YAxis = 1 , Y1Axis = YAxis , Y2Axis = 2 , OrdinateAxis = YAxis , XAxis_3D = 0 , YAxis_3D = 3 , ZAxis_3D = 1 } |
Enumeration that indicates a chart axis. More... | |
enum | AxisValue { MinimumValue = 0x1 , MaximumValue = 0x2 , ZeroValue = 0x4 , BothSides = 0x8 } |
Enumeration that indicates a logical location for an axis. More... | |
enum | TickDirection { Outwards , Inwards } |
Enumeration that indicates which way the axis ticks point. More... | |
enum | AxisScale { CategoryScale = 0 , LinearScale = 1 , LogScale = 2 , DateScale = 3 , DateTimeScale = 4 } |
Enumeration that indicates a scale for an axis. More... | |
enum | Plane { XY_Plane , XZ_Plane , YZ_Plane } |
enum | ChartUpdates { CameraMatrix = 0x1 , GLContext = 0x2 , GLTextures = 0x4 } |
enum | InteractiveAction { ZoomX , ZoomY , ZoomXY , ZoomMatching , PanX , PanY , PanMatching } |
Enumeration of mouse wheel actions for interactive charts. More... | |
enum | SeriesType { PointSeries , LineSeries , CurveSeries , BarSeries } |
Enumeration that specifies the type of a chart series. More... | |
enum | MarkerType { NoMarker , SquareMarker , CircleMarker , CrossMarker , XCrossMarker , TriangleMarker , CustomMarker , StarMarker , InvertedTriangleMarker , AsteriskMarker , DiamondMarker } |
Enumeration that specifies a type of point marker. More... | |
enum | FillRangeType { NoFill , MinimumValueFill , MaximumValueFill , ZeroValueFill } |
Enumeration that specifies how an area should be filled. More... | |
enum | ChartType { CategoryChart , ScatterPlot } |
Enumeration type that indicates a chart type for a cartesian chart. More... | |
enum | AxisProperty |
Enumeration that specifies a property of the axes. | |
enum | LegendLocation { LegendInside , LegendOutside } |
Enumeration type that indicates a legend location. More... | |
enum | LabelOption { NoLabels = 0x00 , Inside = 0x01 , Outside = 0x02 , TextLabel = 0x10 , TextPercentage = 0x20 } |
Enumeration that specifies options for the labels. More... | |
Namespace for the Charts (Wt::Chart).
enum Wt::Chart::Plane |