NullUI.h Source File
Back to the index.
virtual void Initialize()
Does nothing, for the dummy UI.
Dummy UI, which does not do anything.
Base class for a User Interface.
virtual void UpdateUI()
Does nothing, for the dummy UI.
virtual void Shutdown()
Shuts down the UI.
virtual void ShowCommandMessage(const string &command)
Does nothing, for the dummy UI.
NullUI(GXemul *gxemul)
Constructs a NullUI.
A Component is a node in the configuration tree that makes up an emulation setup.
virtual int MainLoop()
Runs the main loop. Ignored by the NullUI.
virtual void FatalError(const string &msg)
Does nothing, for the dummy UI.
virtual void ShowStartupBanner()
Does nothing, for the dummy UI.
virtual void RedisplayInputLine(const string &inputline, size_t cursorPosition)
Does nothing, for the dummy UI.
virtual void ShowDebugMessage(const string &msg)
Does nothing, for the dummy UI.
virtual void InputLineDone()
Executed by the CommandInterpreter when a line has been completed (with a newline).
Generated on Tue Aug 25 2020 19:25:06 for GXemul by
1.8.18