Wt examples
3.7.1
public-git
wt
examples
composer
Label.C
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2008 Emweb bv, Herent, Belgium.
3
*
4
* See the LICENSE file for terms of use.
5
*/
6
7
#include <Wt/WContainerWidget>
8
9
#include "
Label.h
"
10
11
Label::Label
(
const
WString
& text,
WContainerWidget
*parent)
12
:
WText
(text, parent)
13
{
14
setStyleClass
(
L
"label"
);
15
parent->
setContentAlignment
(AlignRight);
16
}
Wt::WWebWidget::setStyleClass
virtual void setStyleClass(const WString &styleClass) override
Label::Label
Label(const WString &text, WContainerWidget *parent)
Definition:
Label.C:11
Wt::WText
Wt::WContainerWidget::setContentAlignment
void setContentAlignment(WFlags< AlignmentFlag > contentAlignment)
Wt::WString
Key::L
Wt::WContainerWidget
Label.h
Generated on Tue Dec 15 2020 for
the C++ Web Toolkit (Wt)
by
1.8.13