GUIFramework 1.1.0
Framework for desktop GUI applications in C++.
Loading...
Searching...
No Matches
DropDownMenuItemDeserializer.h
Go to the documentation of this file.
1#pragma once
2
5
6namespace gui_framework
7{
8 namespace deserializers
9 {
12 {
13 private:
14 BaseSeparateWindow* menuHolder;
15
16 public:
18
26 std::unique_ptr<DropDownMenuItem> deserializeDropDownMenuItem(const std::wstring& text, uint64_t popupId, const std::vector<json::utility::jsonObject>& popupItems, Menu& menu);
27
29 };
30 }
31}
#define GUI_FRAMEWORK_API
Base class for separate windows.
Menu class.
Definition Menu.h:9