VAPOR3
3.9.4
apps
vaporgui
VLabel.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
VContainer.h
"
4
#include <string>
5
6
class
QLabel;
7
8
class
VLabel
:
public
VContainer
{
9
QLabel *_ql;
10
11
public
:
12
VLabel
(
const
std::string &text =
""
);
13
void
SetText
(
const
std::string &text);
14
void
MakeSelectable
();
15
};
VContainer.h
VContainer
Definition:
VContainer.h:5
VLabel
Definition:
VLabel.h:8
VLabel::VLabel
VLabel(const std::string &text="")
VLabel::SetText
void SetText(const std::string &text)
VLabel::MakeSelectable
void MakeSelectable()
Generated by
1.9.6