/** * \brief graph layout functions * * Authors: * Tim Dwyer * * Copyright (C) 2005 Authors * * Released under GNU GPL. Read the file 'COPYING' for more information. */ #ifndef SEEN_GRAPHLAYOUT_H #define SEEN_GRAPHLAYOUT_H struct _GSList; void graphlayout(_GSList const *const items); class SPItem; bool isConnector(SPItem const *const item); #include void filterConnectors(_GSList const *const items, std::list &filtered); #endif // SEEN_GRAPHLAYOUT_H