|
|
void | mouse_Pos () |
|
void | moving (QPoint) |
|
void | moveDone () |
◆ ArenaWindow()
| ArenaWindow::ArenaWindow |
( |
QWidget * | parent = nullptr, |
|
|
WorldModel * | wm = nullptr, |
|
|
QString | title = "Arena Window" ) |
|
explicit |
Constructs the ArenaWindow.
Sets up the visualization window for the robot arena, initializes the render area, and configures the UI.
- Parameters
-
| parent | Parent widget (default nullptr). |
| wm | Pointer to the world model for arena state. |
| title | Window title. |
◆ ~ArenaWindow()
| ArenaWindow::~ArenaWindow |
( |
| ) |
|
◆ toggleFullScreen()
| void ArenaWindow::toggleFullScreen |
( |
bool | goFullScreen | ) |
|
Toggles fullscreen mode for the arena window.
Switches between fullscreen and normal window modes.
- Parameters
-
| goFullScreen | If true, go to fullscreen; otherwise normal mode. |
The documentation for this class was generated from the following files: