KiCad PCB EDA Suite
|
#include <settings/aui_settings.h>
#include <nlohmann/json.hpp>
#include <wx/gdicmn.h>
#include <wx/aui/framemanager.h>
Go to the source code of this file.
Functions | |
void | to_json (nlohmann::json &aJson, const wxPoint &aPoint) |
void | from_json (const nlohmann::json &aJson, wxPoint &aPoint) |
bool | operator< (const wxPoint &aLhs, const wxPoint &aRhs) |
void | to_json (nlohmann::json &aJson, const wxSize &aSize) |
void | from_json (const nlohmann::json &aJson, wxSize &aSize) |
bool | operator< (const wxSize &aLhs, const wxSize &aRhs) |
void | to_json (nlohmann::json &aJson, const wxRect &aRect) |
void | from_json (const nlohmann::json &aJson, wxRect &aRect) |
bool | operator< (const wxRect &aLhs, const wxRect &aRhs) |
void | to_json (nlohmann::json &aJson, const wxAuiPaneInfo &aPaneInfo) |
void | from_json (const nlohmann::json &aJson, wxAuiPaneInfo &aPaneInfo) |
bool | operator< (const wxAuiPaneInfo &aLhs, const wxAuiPaneInfo &aRhs) |
bool | operator== (const wxAuiPaneInfo &aLhs, const wxAuiPaneInfo &aRhs) |
void from_json | ( | const nlohmann::json & | aJson, |
wxAuiPaneInfo & | aPaneInfo | ||
) |
Definition at line 143 of file aui_settings.cpp.
void from_json | ( | const nlohmann::json & | aJson, |
wxPoint & | aPoint | ||
) |
Definition at line 40 of file aui_settings.cpp.
void from_json | ( | const nlohmann::json & | aJson, |
wxRect & | aRect | ||
) |
Definition at line 102 of file aui_settings.cpp.
void from_json | ( | const nlohmann::json & | aJson, |
wxSize & | aSize | ||
) |
Definition at line 71 of file aui_settings.cpp.
bool operator< | ( | const wxAuiPaneInfo & | aLhs, |
const wxAuiPaneInfo & | aRhs | ||
) |
Definition at line 162 of file aui_settings.cpp.
bool operator< | ( | const wxPoint & | aLhs, |
const wxPoint & | aRhs | ||
) |
Definition at line 47 of file aui_settings.cpp.
bool operator< | ( | const wxRect & | aLhs, |
const wxRect & | aRhs | ||
) |
Definition at line 109 of file aui_settings.cpp.
bool operator< | ( | const wxSize & | aLhs, |
const wxSize & | aRhs | ||
) |
Definition at line 78 of file aui_settings.cpp.
bool operator== | ( | const wxAuiPaneInfo & | aLhs, |
const wxAuiPaneInfo & | aRhs | ||
) |
Definition at line 210 of file aui_settings.cpp.
Referenced by NET_SETTINGS::operator!=(), unfracture(), and SHAPE_POLY_SET::unfractureSingle().
void to_json | ( | nlohmann::json & | aJson, |
const wxAuiPaneInfo & | aPaneInfo | ||
) |
Definition at line 121 of file aui_settings.cpp.
void to_json | ( | nlohmann::json & | aJson, |
const wxPoint & | aPoint | ||
) |
Definition at line 30 of file aui_settings.cpp.
void to_json | ( | nlohmann::json & | aJson, |
const wxRect & | aRect | ||
) |
Definition at line 92 of file aui_settings.cpp.
void to_json | ( | nlohmann::json & | aJson, |
const wxSize & | aSize | ||
) |
Definition at line 61 of file aui_settings.cpp.