#include <iostream>
#include "graphic_context.hxx"
#include "controller.hxx"
#include "colors.hxx"
#include "world_gui_manager.hxx"
#include "gui_buttons.hxx"
#include "screen_manager.hxx"
#include "worldview_component.hxx"
Include dependency graph for gui_buttons.cxx:
Go to the source code of this file.
Defines | |
#define | BUTTON_POS(n) (75 + n * 30) |
#define | BUTTON_WIDTH 75 |
#define | BUTTON_HEIGHT 25 |
|
Definition at line 31 of file gui_buttons.cxx. Referenced by GUILoadButton::GUILoadButton(), GUIQuitButton::GUIQuitButton(), GUIRunButton::GUIRunButton(), GUISlowMoButton::GUISlowMoButton(), GUIZoomInButton::GUIZoomInButton(), and GUIZoomOutButton::GUIZoomOutButton(). |
|
Definition at line 29 of file gui_buttons.cxx. Referenced by GUILoadButton::GUILoadButton(), GUIQuitButton::GUIQuitButton(), GUIRunButton::GUIRunButton(), GUISlowMoButton::GUISlowMoButton(), GUIZoomInButton::GUIZoomInButton(), GUIZoomOutButton::GUIZoomOutButton(), and WorldGUIManager::WorldGUIManager(). |
|
Definition at line 30 of file gui_buttons.cxx. Referenced by GUILoadButton::GUILoadButton(), GUIQuitButton::GUIQuitButton(), GUIRunButton::GUIRunButton(), GUISlowMoButton::GUISlowMoButton(), GUIZoomInButton::GUIZoomInButton(), and GUIZoomOutButton::GUIZoomOutButton(). |