#include <KeosConsoleLook.h>
Inheritance diagram for Keos::Console::ILook:

Public Member Functions | |
| virtual | ~ILook () |
| virtual void | Update ()=0 |
| virtual void | Draw () const=0 |
| virtual void | Show (bool Visible)=0 |
| virtual void | CommandCalled (const String &Result)=0 |
| virtual void | TextChanged (const String &NewText)=0 |
| virtual void | Error (const String &Message)=0 |
Definition at line 60 of file KeosConsoleLook.h.
| virtual Keos::Console::ILook::~ILook | ( | ) | [inline, virtual] |
Definition at line 67 of file KeosConsoleLook.h.
| virtual void Keos::Console::ILook::Update | ( | ) | [pure virtual] |
Implemented in Keos::Console::CLookDefault.
| virtual void Keos::Console::ILook::Draw | ( | ) | const [pure virtual] |
Implemented in Keos::Console::CLookDefault.
| virtual void Keos::Console::ILook::Show | ( | bool | Visible | ) | [pure virtual] |
Implemented in Keos::Console::CLookDefault.
| virtual void Keos::Console::ILook::CommandCalled | ( | const String & | Result | ) | [pure virtual] |
Implemented in Keos::Console::CLookDefault.
| virtual void Keos::Console::ILook::TextChanged | ( | const String & | NewText | ) | [pure virtual] |
Implemented in Keos::Console::CLookDefault.
| virtual void Keos::Console::ILook::Error | ( | const String & | Message | ) | [pure virtual] |
Implemented in Keos::Console::CLookDefault.
1.5.1-p1