#include "../exceptions.h"
#include "../qtcompat.h"
#include "vertex.h"
#include <type_safe/constrained_type.hpp>
#include <QtCore>
#include <QtGui>
Go to the source code of this file.
|
using | NonEmptyPath = type_safe::constrained_type< Path, NonEmptyPathConstraint, NonEmptyPathVerifier > |
|
using | StraightAreaPath = type_safe::constrained_type< Path, StraightAreaPathConstraint, StraightAreaPathVerifier > |
|
|
QtCompat::Hash | qHash (const Path &key, QtCompat::Hash seed=0) noexcept |
|
QtCompat::Hash | qHash (const NonEmptyPath &key, QtCompat::Hash seed=0) noexcept |
|
NonEmptyPath | makeNonEmptyPath (const Point &pos) noexcept |
|
QtCompat::Hash | qHash (const StraightAreaPath &key, QtCompat::Hash seed=0) noexcept |
|