GUIFramework
1.1.0
Framework for desktop GUI applications in C++.
Loading...
Searching...
No Matches
ITextLocalized.cpp
Go to the documentation of this file.
1
#include "
ITextLocalized.h
"
2
3
using namespace
std;
4
5
namespace
gui_framework
6
{
7
namespace
interfaces
8
{
9
ITextLocalized::ITextLocalized
(
bool
autoUpdate) :
10
autoUpdate(autoUpdate)
11
{
12
13
}
14
15
void
ITextLocalized::setAutoUpdate
(
bool
autoUpdate)
16
{
17
this->autoUpdate = autoUpdate;
18
}
19
20
bool
ITextLocalized::getAutoUpdate
()
const
21
{
22
return
autoUpdate;
23
}
24
}
25
}
ITextLocalized.h
gui_framework::interfaces::ITextLocalized::ITextLocalized
ITextLocalized(bool autoUpdate=true)
Definition
ITextLocalized.cpp:9
gui_framework::interfaces::ITextLocalized::setAutoUpdate
virtual void setAutoUpdate(bool autoUpdate) final
Definition
ITextLocalized.cpp:15
gui_framework::interfaces::ITextLocalized::getAutoUpdate
virtual bool getAutoUpdate() const final
Definition
ITextLocalized.cpp:20
gui_framework
Definition
BaseComponent.cpp:21
GUIFramework
src
Interfaces
Localization
ITextLocalized.cpp
Generated by
1.12.0