Wt examples 4.5.0
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 bv, Herent, 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
13using namespace Wt;
14
15class Session;
16
17class HighScoresWidget: public WContainerWidget
18{
19public:
20 HighScoresWidget(Session *session);
21 void update();
22
23private:
25};
26
27#endif //HIGH_SCORES_WIDGET_H_
HighScoresWidget(Session *session)
Definition: ChartConfig.h:13

Generated on Fri Aug 27 2021 for the C++ Web Toolkit (Wt) by doxygen 1.9.2