Pending/displayed selection AABBs tracked across document-version changes.
More...
#include "donner/editor/SelectionAabb.h"
|
|
std::vector< svg::SVGElement > | lastSelection |
|
std::vector< Box2d > | pendingBoundsDoc |
|
std::uint64_t | pendingVersion = 0 |
|
std::vector< Box2d > | displayedBoundsDoc |
|
std::uint64_t | lastRefreshVersion = std::numeric_limits<std::uint64_t>::max() |
Pending/displayed selection AABBs tracked across document-version changes.
◆ displayedBoundsDoc
| std::vector<Box2d> donner::editor::SelectionBoundsCache::displayedBoundsDoc |
◆ lastRefreshVersion
| std::uint64_t donner::editor::SelectionBoundsCache::lastRefreshVersion = std::numeric_limits<std::uint64_t>::max() |
◆ lastSelection
| std::vector<svg::SVGElement> donner::editor::SelectionBoundsCache::lastSelection |
◆ pendingBoundsDoc
| std::vector<Box2d> donner::editor::SelectionBoundsCache::pendingBoundsDoc |
◆ pendingVersion
| std::uint64_t donner::editor::SelectionBoundsCache::pendingVersion = 0 |
The documentation for this struct was generated from the following file: