#include <qcompilerdetection.h>
#include <QHash>
#include <QMap>
#include <QMetaObject>
#include <QObject>
#include <QPair>
#include <QString>
#include <QStringList>
#include <QVector>
#include <QtGlobal>
#include "vdomdocument.h"
#include "vtoolrecord.h"
#include "../vmisc/def.h"
#include "../vwidgets/pen_toolbar.h"
Go to the source code of this file.
Classes | |
struct | VFormulaField |
struct | GroupAttributes |
class | VAbstractPattern |
Enumerations | |
enum class | Document : char { LiteParse , LiteBlockParse , FullParse } |
enum class | LabelType : char { NewPatternPiece , NewLabel } |
enum class | CrossCirclesPoint : char { FirstPoint = 1 , SecondPoint = 2 } |
enum class | VCrossCurvesPoint : char { HighestPoint = 1 , LowestPoint = 2 } |
enum class | HCrossCurvesPoint : char { LeftmostPoint = 1 , RightmostPoint = 2 } |
enum class | AxisType : char { VerticalAxis = 1 , HorizontalAxis = 2 } |
|
strong |
Enumerator | |
---|---|
VerticalAxis | |
HorizontalAxis |
Definition at line 85 of file vabstractpattern.h.
|
strong |
Enumerator | |
---|---|
FirstPoint | |
SecondPoint |
Definition at line 82 of file vabstractpattern.h.
|
strong |
Enumerator | |
---|---|
LiteParse | |
LiteBlockParse | |
FullParse |
Definition at line 78 of file vabstractpattern.h.
|
strong |
Enumerator | |
---|---|
LeftmostPoint | |
RightmostPoint |
Definition at line 84 of file vabstractpattern.h.
|
strong |
Enumerator | |
---|---|
NewPatternPiece | |
NewLabel |
Definition at line 79 of file vabstractpattern.h.
|
strong |
Enumerator | |
---|---|
HighestPoint | |
LowestPoint |
Definition at line 83 of file vabstractpattern.h.