GUIFramework 1.1.0
Framework for desktop GUI applications in C++.
Loading...
Searching...
No Matches
StaticControlAdditionalCreationData.h
Go to the documentation of this file.
1#pragma once
2
5
6namespace gui_framework
7{
8 namespace utility
9 {
11 template<>
13 {
14 protected:
15 std::wstring text;
16
17 public:
18 AdditionalCreationData(const std::wstring& text = L"");
19
20 virtual std::any getData() const;
21
22 virtual ~AdditionalCreationData() = default;
23 };
24 }
25}
#define GUI_FRAMEWORK_API
Standard static control.
Base templated class for component creators.