Wt examples
4.12.2
Loading...
Searching...
No Matches
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 bv, Herent, 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.h>
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_
Label
A label.
Definition
Label.h:25
Wt::WContainerWidget
Wt::WString
Wt::WText
Wt::WText::text
const WString & text() const
Wt::WWidget::parent
WWidget * parent() const
Wt
Generated on Wed Jan 28 2026 for
the C++ Web Toolkit (Wt)
by
1.9.8