|
| NRect | boardInsertRemove (const NRect &oRect, Direction::VALUE eDir) noexcept |
| | The remove rectangle of a Level::boardInsert(). More...
|
| |
| NRect | boardInsertMovingPre (const NRect &oRect, Direction::VALUE eDir) noexcept |
| | The moved rectangle of a Level::boardInsert() before the move. More...
|
| |
| NRect | boardInsertMovingPost (const NRect &oRect, Direction::VALUE eDir) noexcept |
| | The moved rectangle of a Level::boardInsert() after the move. More...
|
| |
| NRect | boardInsertAdd (const NRect &oRect, Direction::VALUE eDir) noexcept |
| | The add rectangle of a Level::boardInsert(). More...
|
| |
| NRect | boardInsertInAreaRemove (const NRect &oRect, Direction::VALUE eDir, const NRect &oArea) noexcept |
| | The remove rectangle of a Level::boardInsert() within a delimiting area. More...
|
| |
| NRect | boardInsertInAreaMovingPre (const NRect &oRect, Direction::VALUE eDir, const NRect &oArea) noexcept |
| | The moved rectangle of a Level::boardInsert() before the move within a delimiting area. More...
|
| |
| NRect | boardInsertInAreaMovingPost (const NRect &oRect, Direction::VALUE eDir, const NRect &oArea) noexcept |
| | The moved rectangle of a Level::boardInsert() after the move within a delimiting area. More...
|
| |
| NRect | boardInsertInAreaAdd (const NRect &oRect, Direction::VALUE eDir, const NRect &oArea) noexcept |
| | The add rectangle of a Level::boardInsert() within a delimiting area. More...
|
| |
| NRect | boardScrollRemove (NSize oBoardSize, Direction::VALUE eDir) noexcept |
| | The remove rectangle of a Level::boardScroll(). More...
|
| |
| NRect | boardScrollMovingPre (NSize oBoardSize, Direction::VALUE eDir) noexcept |
| | The moved rectangle of a Level::boardScroll() before the move. More...
|
| |
| NRect | boardScrollMovingPost (NSize oBoardSize, Direction::VALUE eDir) noexcept |
| | The moved rectangle of a Level::boardScroll() after the move. More...
|
| |
| NRect | boardScrollAdd (NSize oBoardSize, Direction::VALUE eDir) noexcept |
| | The add rectangle of a Level::boardScroll(). More...
|
| |