Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
#include <navcomputer.h>
Public Member Functions | |
RenameConfirm (NavComputer *player) | |
virtual | ~RenameConfirm (void) |
virtual void | init (void) |
virtual bool | processWindowCommand (const EventCommandId &command, Control *control) |
![]() | |
virtual void | run (void) |
virtual void | draw (void) |
virtual Window * | window (void) |
virtual void | setWindow (Window *w) |
WindowController () | |
virtual | ~WindowController (void) |
Additional Inherited Members | |
![]() | |
Window * | m_window |
bool | m_deleteOnWindowClose |
Definition at line 78 of file navcomputer.h.
|
inline |
Definition at line 84 of file navcomputer.h.
|
inlinevirtual |
Definition at line 85 of file navcomputer.h.
|
virtual |
Implements WindowController.
Definition at line 1045 of file navcomputer.cpp.
References Window::addControl(), BOLD_STROKE, GUI_CLEAR(), GUI_OPAQUE_BLACK(), GUI_OPAQUE_MEDIUM_GRAY(), GUI_OPAQUE_WHITE(), nav_keyboard_queue, Window::setColor(), Control::setColor(), NewButton::setCommand(), Window::setController(), NewButton::setDownColor(), NewButton::setDownTextColor(), StaticDisplay::setFont(), Control::setFont(), NewButton::setHighlightColor(), Control::setId(), NewButton::setLabel(), EventResponder::setModal(), StaticDisplay::setMultiLine(), Control::setOutlineColor(), Window::setOutlineColor(), Window::setOutlineWidth(), Control::setRect(), StaticDisplay::setRect(), Window::setSizeAndCenter(), StaticDisplay::setText(), StaticDisplay::setTextColor(), Control::setTextColor(), StaticDisplay::setTextMargins(), Window::setTexture(), WindowController::setWindow(), and WindowController::window().
Referenced by NavComputer::actionRename().
|
virtual |
Reimplemented from WindowController.
Definition at line 1113 of file navcomputer.cpp.
References Window::close(), Window::findControlById(), WindowController::processWindowCommand(), StaticDisplay::text(), and WindowController::window().