VAPOR3
3.9.4
apps
vaporgui
PLabel.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
PWidget.h
"
4
5
class
VLabel
;
6
10
11
class
PLabel
:
public
PWidget
{
12
VLabel
*_label;
13
14
public
:
15
PLabel
(
const
std::string &text);
16
void
updateGUI
()
const override
{}
17
};
PWidget.h
PLabel
Displays static text.
Definition:
PLabel.h:11
PLabel::updateGUI
void updateGUI() const override
Definition:
PLabel.h:16
PLabel::PLabel
PLabel(const std::string &text)
PWidget
Definition:
PWidget.h:24
VLabel
Definition:
VLabel.h:8
Generated by
1.9.6