Wt examples
4.0.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
public-git
wt
examples
hangman
HighScoresWidget.h
Go to the documentation of this file.
1
// This may look like C code, but it's really -*- C++ -*-
2
/*
3
* Copyright (C) 2011 Emweb bvba, Heverlee, Belgium
4
*
5
* See the LICENSE file for terms of use.
6
*/
7
8
#ifndef HIGH_SCORES_WIDGET_H_
9
#define HIGH_SCORES_WIDGET_H_
10
11
#include <Wt/WContainerWidget.h>
12
13
using namespace
Wt
;
14
15
class
Session
;
16
17
class
HighScoresWidget
:
public
WContainerWidget
18
{
19
public
:
20
HighScoresWidget
(
Session
*session);
21
void
update();
22
23
private
:
24
Session
*
session_
;
25
};
26
27
#endif //HIGH_SCORES_WIDGET_H_
HighScoresWidget::session_
Session * session_
Definition:
HighScoresWidget.h:24
Wt
Session
Definition:
Session.h:25
HighScoresWidget
Definition:
HighScoresWidget.h:17
Wt::WContainerWidget
Generated on Mon Sep 4 2017 for
the C++ Web Toolkit (Wt)
by
1.8.11