GraphLayoutLibrary.h 488 B

123456789101112131415161718192021222324
  1. #ifndef GRAPHLAYOUTLIBRARY_H
  2. #define GRAPHLAYOUTLIBRARY_H
  3. #include "GraphLayoutLibrary_global.h"
  4. /**
  5. * @brief The GraphLayoutLibrary class
  6. *
  7. * The root class that defines the library.
  8. */
  9. class GRAPHLAYOUTLIBRARYSHARED_EXPORT GraphLayoutLibrary {
  10. public:
  11. /** @name Creators
  12. * The methods under this section are responsible for constructing
  13. * an instance of type GraphLayoutLibrary.
  14. */
  15. //@{
  16. GraphLayoutLibrary();
  17. //@}
  18. };
  19. #endif // GRAPHLAYOUTLIBRARY_H