openMSX
|
#include <OSDGUI.hh>
Public Member Functions | |
OSDGUI (CommandController &commandController, Display &display) | |
Display & | getDisplay () const |
const OSDTopWidget & | getTopWidget () const |
OSDTopWidget & | getTopWidget () |
void | refresh () const |
openmsx::OSDGUI::OSDGUI | ( | CommandController & | commandController, |
Display & | display | ||
) |
|
inline |
|
inline |
|
inline |
Definition at line 20 of file OSDGUI.hh.
Referenced by openmsx::OSDGUILayer::paint(), openmsx::OSDImageBasedWidget::setError(), and openmsx::OSDGUILayer::~OSDGUILayer().
void openmsx::OSDGUI::refresh | ( | ) | const |
Definition at line 29 of file OSDGUI.cc.
References getDisplay(), and openmsx::Display::repaintDelayed().
Referenced by openmsx::OSDImageBasedWidget::paint().