Qucs-GUI
0.0.19
|
#include "marker.h"
#include "element.h"
#include <cmath>
#include <QColor>
#include <Q3PtrList>
#include <QDateTime>
#include <assert.h>
Go to the source code of this file.
Data Structures | |
struct | DataX |
class | Graph |
prepare data for plotting purposes in Diagram. More... | |
class | Graph::ScrPt |
Enumerations | |
enum | graphstyle_t { GRAPHSTYLE_INVALID = -1, GRAPHSTYLE_SOLID = 0, GRAPHSTYLE_DASH, GRAPHSTYLE_DOT, GRAPHSTYLE_LONGDASH, GRAPHSTYLE_STAR, GRAPHSTYLE_CIRCLE, GRAPHSTYLE_ARROW, GRAPHSTYLE_COUNT } |
Functions | |
graphstyle_t | toGraphStyle (int x) |
enum graphstyle_t |
graphstyle_t toGraphStyle | ( | int | x | ) | [inline] |