neoscore.interface.qt.hashing

Custom hash functions for Qt objects.

These hash functions are mostly needed so Qt objects (or other classes including them) can be hashed and used in cache dicts.

neoscore.interface.qt.hashing.hash_transformed_path(path: QPainterPath, transform: QTransform) int[source]
neoscore.interface.qt.hashing.hash_transform(t: QTransform) int[source]
neoscore.interface.qt.hashing.hash_path(path: QPainterPath) int[source]