GUIFramework 1.1.0
Framework for desktop GUI applications in C++.
Loading...
Searching...
No Matches
ImageButtonParser.h
Go to the documentation of this file.
1#pragma once
2
3#include "ButtonParser.h"
5
6namespace gui_framework
7{
8 namespace parsers
9 {
12 {
13 std::string pathToImage;
14 std::string resourceModuleName;
15 uint32_t imageResource;
18 uint16_t imageWidth;
19 uint16_t imageHeight;
20
21 public:
23
24 void parse(const json::utility::jsonObject& description) override;
25
26 ~ImageButtonParser() = default;
27 };
28 }
29}
#define GUI_FRAMEWORK_API
Parse Button specific properties.
Parse ImageButton specific properties.