Code

Extensions. Add option to choose dxf output units
[inkscape.git] / src / graphlayout.h
1 /**
2  * \brief graph layout functions
3  *
4  * Authors:
5  *   Tim Dwyer <tgdwyer@gmail.com>
6  *
7  * Copyright (C) 2005 Authors
8  *
9  * Released under GNU GPL.  Read the file 'COPYING' for more information.
10  */
12 #ifndef SEEN_GRAPHLAYOUT_H
13 #define SEEN_GRAPHLAYOUT_H
15 struct _GSList;
16 void graphlayout(_GSList const *const items);
17 class SPItem;
18 bool isConnector(SPItem const *const item);
19 #include <list>
20 void filterConnectors(_GSList const *const items, std::list<SPItem *> &filtered);
21 #endif // SEEN_GRAPHLAYOUT_H