Wt examples
3.3.0
|
#include <HangmanGame.h>
Public Member Functions | |
HangmanGame (Wt::WContainerWidget *parent=0) | |
void | handleInternalPath (const std::string &internalPath) |
Private Member Functions | |
void | onAuthEvent () |
void | showGame () |
void | showHighScores () |
Private Attributes | |
Wt::WStackedWidget * | mainStack_ |
HangmanWidget * | game_ |
HighScoresWidget * | scores_ |
Wt::WContainerWidget * | links_ |
Wt::WAnchor * | backToGameAnchor_ |
Wt::WAnchor * | scoresAnchor_ |
Session | session_ |
Additional Inherited Members | |
![]() | |
virtual void | enableAjax ()=0 |
virtual void | propagateSetEnabled (bool enabled)=0 |
virtual void | render (WFlags< RenderFlag > flags) |
Definition at line 24 of file HangmanGame.h.
HangmanGame::HangmanGame | ( | Wt::WContainerWidget * | parent = 0 | ) |
Definition at line 21 of file HangmanGame.C.
void HangmanGame::handleInternalPath | ( | const std::string & | internalPath | ) |
Definition at line 76 of file HangmanGame.C.
|
private |
Definition at line 63 of file HangmanGame.C.
|
private |
Definition at line 100 of file HangmanGame.C.
|
private |
Definition at line 88 of file HangmanGame.C.
|
private |
Definition at line 36 of file HangmanGame.h.
|
private |
Definition at line 33 of file HangmanGame.h.
|
private |
Definition at line 35 of file HangmanGame.h.
|
private |
Definition at line 32 of file HangmanGame.h.
|
private |
Definition at line 34 of file HangmanGame.h.
|
private |
Definition at line 37 of file HangmanGame.h.
|
private |
Definition at line 39 of file HangmanGame.h.