|
JustAnotherDnDGame 0.1.0
Jeu de rĂ´le tactique au d20, vue de dessus, en C++/Qt
|
This is the complete list of members for hmi::PixelHistory, including all inherited members.
| _applied | hmi::PixelHistory | private |
| _maxDepth | hmi::PixelHistory | private |
| _undone | hmi::PixelHistory | private |
| appliedEntries() const noexcept | hmi::PixelHistory | inline |
| canRedo() const noexcept | hmi::PixelHistory | inline |
| canUndo() const noexcept | hmi::PixelHistory | inline |
| jumpTo(DecodedImage &image, std::size_t index) | hmi::PixelHistory | |
| PixelHistory(std::size_t maxDepth=100) | hmi::PixelHistory | explicit |
| push(PixelOperationKind kind, PixelRegion region, std::vector< std::uint32_t > before, std::vector< std::uint32_t > after) | hmi::PixelHistory | |
| redo(DecodedImage &image) | hmi::PixelHistory | |
| undo(DecodedImage &image) | hmi::PixelHistory |