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

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

#include <QString>

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

#endif // TIKZPARSERDEFS_H