Covellite++
Version: 2.3.2 Revision: 2584 Platform: x64 Build: 19:03 05.09.2026
Кроссплатформенный фреймворк для разработки приложений на С++
Toggle main menu visibility
Загрузка...
Поиск...
Не найдено
Controls.hpp
1
2
#pragma once
3
#include <alicorn/std/string.forward.hpp>
4
#include "Layer.hpp"
5
6
namespace
layers
7
{
8
24
class
Controls final :
25
public
Layer
26
{
27
using
String_t = ::alicorn::extension::std::String;
28
29
private
:
30
void
AddPart(
const
String_t &,
const
String_t &);
31
void
AddParameter(
const
String_t &,
const
String_t &,
const
String_t &,
32
const
String_t &,
const
String_t &);
33
static
String_t BuildButton(
const
String_t &,
const
String_t &,
bool
);
34
35
private
:
36
int
m_Index = 0;
37
bool
m_IsSoundEnabled =
false
;
38
int
m_Age = 20;
39
40
public
:
41
explicit
Controls(IWindowGui_t &);
42
};
43
44
}
// namespace layers
layers
Определения
Controls.hpp:7
Solution
Solution
Example
Example
Layers
Controls.hpp
Документация по Covellite++. Последние изменения:
. Создано системой
1.18.0