KiCad PCB EDA Suite
Loading...
Searching...
No Matches
aui_json_serializer.h
Go to the documentation of this file.
1
/*
2
* This program source code file is part of KiCad, a free EDA CAD application.
3
*
4
* Copyright The KiCad Developers, see AUTHORS.txt for contributors.
5
*
6
* This program is free software: you can redistribute it and/or modify it
7
* under the terms of the GNU General Public License as published by the
8
* Free Software Foundation, either version 3 of the License, or (at your
9
* option) any later version.
10
*
11
* This program is distributed in the hope that it will be useful, but
12
* WITHOUT ANY WARRANTY; without even the implied warranty of
13
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14
* General Public License for more details.
15
*
16
* You should have received a copy of the GNU General Public License along
17
* with this program. If not, see <http://www.gnu.org/licenses/>.
18
*/
19
20
#ifndef KICAD_WIDGETS_AUI_JSON_SERIALIZER_H
21
#define KICAD_WIDGETS_AUI_JSON_SERIALIZER_H
22
23
#include <nlohmann/json_fwd.hpp>
24
#include <
kicommon.h
>
25
26
class
wxAuiManager;
27
28
class
KICOMMON_API
WX_AUI_JSON_SERIALIZER
29
{
30
public
:
31
explicit
WX_AUI_JSON_SERIALIZER
( wxAuiManager& aManager );
32
33
nlohmann::json
Serialize
()
const
;
34
bool
Deserialize
(
const
nlohmann::json& aState )
const
;
35
36
private
:
37
[[maybe_unused]] wxAuiManager&
m_manager
;
38
};
39
40
#endif
WX_AUI_JSON_SERIALIZER::m_manager
wxAuiManager & m_manager
Definition
aui_json_serializer.h:37
WX_AUI_JSON_SERIALIZER::Deserialize
bool Deserialize(const nlohmann::json &aState) const
Definition
aui_json_serializer.cpp:604
WX_AUI_JSON_SERIALIZER::Serialize
nlohmann::json Serialize() const
Definition
aui_json_serializer.cpp:586
WX_AUI_JSON_SERIALIZER::WX_AUI_JSON_SERIALIZER
WX_AUI_JSON_SERIALIZER(wxAuiManager &aManager)
Definition
aui_json_serializer.cpp:582
kicommon.h
KICOMMON_API
#define KICOMMON_API
Definition
kicommon.h:28
src
include
widgets
aui_json_serializer.h
Generated on Sun Oct 19 2025 00:07:02 for KiCad PCB EDA Suite by
1.13.2