|
YCLIMP
Yandex Command Line Interface Music Player
|
The DialogBundle class - DialogElement Bundle; Abstract class.
Create and switches a sequence of DialogElements
.
More...
#include <DialogBundle.hpp>


Public Member Functions | |
| DialogBundle (Context context, const Recti &bounds) | |
| virtual bool | EventLoopIterationStart ()=0 |
| virtual void | Draw () const =0 |
| virtual void | HandleResizeEvent (const Recti &newRect)=0 |
| virtual void | HandleRawInput (int inputChar)=0 |
| virtual void | InputUp ()=0 |
| virtual void | InputDown ()=0 |
| virtual void | InputLeft ()=0 |
| virtual void | InputRight ()=0 |
| virtual void | InputEnter ()=0 |
| virtual void | InputTab ()=0 |
Protected Attributes | |
| Recti | mBounds |
| Context | mContext |
The DialogBundle class - DialogElement Bundle; Abstract class.
Create and switches a sequence of DialogElements
.