GUIFramework 1.1.0
Framework for desktop GUI applications in C++.
Loading...
Searching...
No Matches
TextIconListViewDeserializer.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace gui_framework
6{
7 namespace deserializers
8 {
11 {
12 public:
14
15 BaseComponent* deserialize(const std::string& componentName, const json::utility::jsonObject& description, BaseComposite* parent) const override;
16
18 };
19 }
20}
#define GUI_FRAMEWORK_API
Base class for all windows, controls, etc.
Base class for all windows that has children windows.
Interface for all deserializers.