|
QtPdWidgets
2.3.4
|

Classes | |
| struct | Pd::XYGraph::Impl |
| struct | Pd::XYGraph::Impl::TimeValuePair |
| Time/value pair type. More... | |
| class | Pd::XYGraph::Impl::Axis |
| Axis class. More... | |
| struct | Pd::XYGraph::Impl::Point |
| XY point type. More... | |
Macros | |
| #define | DEFAULT_TIMERANGE 1.0 |
| #define | DEFAULT_SCALEXMIN -10.0 |
| #define | DEFAULT_SCALEXMAX 10.0 |
| #define | DEFAULT_SCALEYMIN -10.0 |
| #define | DEFAULT_SCALEYMAX 10.0 |
| #define | DEFAULT_LINE_WIDTH 1 |
| #define | DEFAULT_LINE_COLOR QColor( 38, 139, 210) |
Enumerations | |
| enum | AxisOrientation { X, Y, NumAxes } |
| Axis specification. More... | |
| #define DEFAULT_LINE_COLOR QColor( 38, 139, 210) |
Referenced by Pd::XYGraph::resetLineColor().
| #define DEFAULT_LINE_WIDTH 1 |
Referenced by Pd::XYGraph::resetLineWidth().
| #define DEFAULT_SCALEXMAX 10.0 |
Referenced by Pd::XYGraph::resetScaleXMax().
| #define DEFAULT_SCALEXMIN -10.0 |
Referenced by Pd::XYGraph::resetScaleXMin().
| #define DEFAULT_SCALEYMAX 10.0 |
Referenced by Pd::XYGraph::resetScaleYMax().
| #define DEFAULT_SCALEYMIN -10.0 |
Referenced by Pd::XYGraph::resetScaleYMin().
| #define DEFAULT_TIMERANGE 1.0 |
Referenced by Pd::XYGraph::resetTimeRange().
| enum AxisOrientation |