#include <HighScoresWidget.h>
Public Member Functions | |
HighScoresWidget (const std::wstring &user, WContainerWidget *parent=0) | |
void | update () |
Private Attributes | |
std::wstring | User |
Definition at line 11 of file HighScoresWidget.h.
HighScoresWidget::HighScoresWidget | ( | const std::wstring & | user, | |
WContainerWidget * | parent = 0 | |||
) |
Definition at line 21 of file HighScoresWidget.C.
void HighScoresWidget::update | ( | ) |
Definition at line 30 of file HighScoresWidget.C.
std::wstring HighScoresWidget::User [private] |
Definition at line 19 of file HighScoresWidget.h.