GUIFramework 1.1.0
Framework for desktop GUI applications in C++.
Loading...
Searching...
No Matches
RichEditParser.h
Go to the documentation of this file.
1#pragma once
2
5
6namespace gui_framework
7{
8 namespace parsers
9 {
12 {
13 std::array<std::pair<std::string, std::string>, BaseRichEdit::urlDetectEventSize> callbacks;
16
17 public:
19
20 void parse(const json::utility::jsonObject& description) override;
21
22 ~RichEditParser() = default;
23 };
24 }
25}
#define GUI_FRAMEWORK_API
Parse RichEdit specific properties.
std::array< std::pair< std::string, std::string >, BaseRichEdit::urlDetectEventSize > callbacks