- First version of CMake support. - Also encapsulated all graphviz stuff into...
- First version of CMake support. - Also encapsulated all graphviz stuff into private objects, so that all public headers are free from graphviz headers - Defined QDECL_EXPORT macro for all public classes, to avoid auto import when using the library
Showing
- CMakeLists.txt 388 additions, 0 deletionsCMakeLists.txt
- LICENSE.txt 502 additions, 0 deletionsLICENSE.txt
- QGVCore/CMakeLists.txt 143 additions, 0 deletionsQGVCore/CMakeLists.txt
- QGVCore/GraphViz.pri 4 additions, 2 deletionsQGVCore/GraphViz.pri
- QGVCore/QGVCore.pro 11 additions, 9 deletionsQGVCore/QGVCore.pro
- QGVCore/QGVEdge.cpp 11 additions, 7 deletionsQGVCore/QGVEdge.cpp
- QGVCore/QGVEdge.h 5 additions, 4 deletionsQGVCore/QGVEdge.h
- QGVCore/QGVNode.cpp 12 additions, 8 deletionsQGVCore/QGVNode.cpp
- QGVCore/QGVNode.h 8 additions, 6 deletionsQGVCore/QGVNode.h
- QGVCore/QGVScene.cpp 47 additions, 83 deletionsQGVCore/QGVScene.cpp
- QGVCore/QGVScene.h 10 additions, 7 deletionsQGVCore/QGVScene.h
- QGVCore/QGVSubGraph.cpp 19 additions, 14 deletionsQGVCore/QGVSubGraph.cpp
- QGVCore/QGVSubGraph.h 5 additions, 4 deletionsQGVCore/QGVSubGraph.h
- QGVCore/private/QGVCore.cpp 0 additions, 0 deletionsQGVCore/private/QGVCore.cpp
- QGVCore/private/QGVCore.h 50 additions, 0 deletionsQGVCore/private/QGVCore.h
- QGVCore/private/QGVEdgePrivate.cpp 16 additions, 0 deletionsQGVCore/private/QGVEdgePrivate.cpp
- QGVCore/private/QGVEdgePrivate.h 18 additions, 0 deletionsQGVCore/private/QGVEdgePrivate.h
- QGVCore/private/QGVGraphPrivate.cpp 16 additions, 0 deletionsQGVCore/private/QGVGraphPrivate.cpp
- QGVCore/private/QGVGraphPrivate.h 18 additions, 0 deletionsQGVCore/private/QGVGraphPrivate.h
- QGVCore/private/QGVGvcPrivate.cpp 16 additions, 0 deletionsQGVCore/private/QGVGvcPrivate.cpp
Loading
Please register or sign in to comment