#include <qt_win.h>
Public Member Functions | |
NetHackQtMessageWindow () | |
~NetHackQtMessageWindow () | |
virtual QWidget * | Widget () |
virtual void | Clear () |
virtual void | Display (bool block) |
virtual void | PutStr (int attr, const char *text) |
void | Scroll (int dx, int dy) |
void | setMap (NetHackQtMapWindow *) |
Private Slots | |
void | updateFont () |
Private Attributes | |
NetHackQtScrollText * | list |
bool | changed |
NetHackQtMapWindow * | map |
NetHackQtMessageWindow::NetHackQtMessageWindow | ( | ) |
NetHackQtMessageWindow::~NetHackQtMessageWindow | ( | ) |
virtual void NetHackQtMessageWindow::Clear | ( | ) | [virtual] |
Reimplemented from NetHackQtWindow.
virtual void NetHackQtMessageWindow::Display | ( | bool | block ) | [virtual] |
Reimplemented from NetHackQtWindow.
virtual void NetHackQtMessageWindow::PutStr | ( | int | attr, |
const char * | text | ||
) | [virtual] |
Reimplemented from NetHackQtWindow.
void NetHackQtMessageWindow::Scroll | ( | int | dx, |
int | dy | ||
) |
void NetHackQtMessageWindow::setMap | ( | NetHackQtMapWindow * | ) |
void NetHackQtMessageWindow::updateFont | ( | ) | [private, slot] |
virtual QWidget* NetHackQtMessageWindow::Widget | ( | ) | [virtual] |
Implements NetHackQtWindow.
bool NetHackQtMessageWindow::changed [private] |
NetHackQtScrollText* NetHackQtMessageWindow::list [private] |
NetHackQtMapWindow* NetHackQtMessageWindow::map [private] |