#include <iostream>
#include <qpainter.h>
#include <qdom.h>
#include <vector>
#include "point.h"
#include "../interface/utilities.h"
Go to the source code of this file.
Classes | |
class | Primitive |
Variables | |
const int | SEGMENT = 0 |
const int | CIRCLE = 1 |
const int | BEZIER = 2 |
const int | BSPLINE = 3 |
const int | LOW_SAMPLE = 30 |
const int | NORMAL_SAMPLE = 15 |
const int | ACCURATE_SAMPLE = 9 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|