diff -r d8475431bbbb -r 8e85e6bbefdf gui/all_include.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gui/all_include.h Mon May 23 04:48:14 2005 +0000 @@ -0,0 +1,39 @@ +// -*- C++ -*- // + +#ifndef ALL_INCLUDE_H +#define ALL_INCLUDE_H + +#include +#include + +#include + +#include +#include +#include +#include +#include +#include +#include + +enum {WIDTH, COLOR, TEXT, PROPERTY_NUM};// properties; +#define RANGE 3 +#define WIN_WIDTH 900 +#define WIN_HEIGHT 600 + + +#ifndef MAIN_PART +extern std::string * property_strings; +extern double * property_defaults; +#endif //MAIN_PART + +using namespace lemon; + +typedef xy Coordinates; +typedef ListGraph Graph; +typedef Graph::NodeMap CoordinatesMap; +typedef Graph::Node Node; +typedef Graph::EdgeIt EdgeIt; +typedef Graph::NodeIt NodeIt; + +#endif // ALL_INCLUDE_H