summaryrefslogtreecommitdiff
path: root/src/data/tikzparserdefs.h
blob: b51a8c9bb1176318b1b4e9ef234d8e415a7acd5c (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 "tikzassembler.h"

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

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

#endif // TIKZPARSERDEFS_H