Wt examples
3.3.5
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
builddir
build
BUILD
wt-3.3.5-rc2
examples
composer
Label.h
Go to the documentation of this file.
1
// This may look like C code, but it's really -*- C++ -*-
2
/*
3
* Copyright (C) 2008 Emweb bvba, Kessel-Lo, Belgium.
4
*
5
* See the LICENSE file for terms of use.
6
*/
7
#ifndef LABEL_H_
8
#define LABEL_H_
9
10
#include <
Wt/WText
>
11
12
using namespace
Wt
;
13
18
24
class
Label
:
public
WText
25
{
26
public
:
27
Label
(
const
WString
& text,
WContainerWidget
*parent);
28
};
29
32
#endif // LABEL_H_
Wt::WText
WText
Label
A label.
Definition:
Label.h:24
Wt::WString
Wt
Wt::WContainerWidget
Generated on Thu Nov 19 2015 for
the C++ Web Toolkit (Wt)
by
1.8.9.1