This class create a dialogbox with :
#include <DialogBox.hh>
Inheritance diagram for DInfo:

Public Member Functions | |
| DInfo (SDL_Surface *, const string) | |
| ushort | mousebuttondown (const uint mx, const uint my) |
| Method to do an action when mouse button is down. | |
| void | draw () |
| Method to draw the dialogbox. | |
This class create a dialogbox with :
This class inherit from DialogBox
| void DInfo::draw | ( | ) | [virtual] |
Method to draw the dialogbox.
Implements DialogBox.
| ushort DInfo::mousebuttondown | ( | const uint | mx, | |
| const uint | my | |||
| ) | [virtual] |
Method to do an action when mouse button is down.
| mx | is the mouse pointer x coordinate | |
| my | is the mouse pointer y coordinate |
Reimplemented from DialogBox.
1.4.7