summaryrefslogtreecommitdiff
path: root/src/data/tikzparserdefs.h
blob: 9d4bfe886472353ea46b02413d053ab2084452aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef TIKZPARSERDEFS_H
#define TIKZPARSERDEFS_H

#include "graphelementproperty.h"
#include "graphelementdata.h"
#include "node.h"
#include "tikzgraphassembler.h"

#include <QString>
#include <QRectF>
#include <QDebug>

struct noderef {
    Node *node;
    char *anchor;
};

#endif // TIKZPARSERDEFS_H