QtPdWidgets
2.3.1
|
#include "Graph.h"
#include <QtPdCom1/ScalarSubscriber.h>
#include "ValueRing.h"
#include "Widget.h"
#include "TimeScale.h"
#include "Scale.h"
#include <QtGui>
#include <QMenu>
Classes | |
class | Pd::Graph::Layer |
class | Pd::Graph::TriggerDetector |
struct | Pd::Graph::Impl |
Macros | |
#define | DEFAULT_MODE Roll |
#define | DEFAULT_TIMERANGE 10.0 |
#define | DEFAULT_SCALEMIN 0.0 |
#define | DEFAULT_SCALEMAX 100.0 |
#define | DEFAULT_TRIGGER_LEVEL_MODE AutoLevel |
#define | DEFAULT_MANUAL_TRIGGER_LEVEL 0.0 |
#define | DEFAULT_TRIGGER_POSITION 0.1 |
#define | DEFAULT_TRIGGER_TIMEOUT 0.0 |
#define | DEFAULT_GRID_COLOR (QColor(160, 160, 160)) |
#define | DEFAULT_AUTO_SCALE_WIDTH (false) |
#define DEFAULT_AUTO_SCALE_WIDTH (false) |
Referenced by Pd::Graph::resetAutoScaleWidth().
#define DEFAULT_GRID_COLOR (QColor(160, 160, 160)) |
Referenced by Pd::Graph::resetGridColor().
#define DEFAULT_MANUAL_TRIGGER_LEVEL 0.0 |
Referenced by Pd::Graph::resetManualTriggerLevel().
#define DEFAULT_MODE Roll |
Referenced by Pd::Graph::resetMode().
#define DEFAULT_SCALEMAX 100.0 |
Referenced by Pd::Graph::resetScaleMax().
#define DEFAULT_SCALEMIN 0.0 |
Referenced by Pd::Graph::resetScaleMin().
#define DEFAULT_TIMERANGE 10.0 |
Referenced by Pd::Graph::resetTimeRange().
#define DEFAULT_TRIGGER_LEVEL_MODE AutoLevel |
Referenced by Pd::Graph::resetTriggerLevelMode().
#define DEFAULT_TRIGGER_POSITION 0.1 |
Referenced by Pd::Graph::resetTriggerPosition().
#define DEFAULT_TRIGGER_TIMEOUT 0.0 |
Referenced by Pd::Graph::resetTriggerTimeout().