KiCad PCB EDA Suite
Loading...
Searching...
No Matches
aui_settings.h File Reference

Go to the source code of this file.

Functions

KICOMMON_API void to_json (nlohmann::json &aJson, const wxPoint &aPoint)
 
KICOMMON_API void from_json (const nlohmann::json &aJson, wxPoint &aPoint)
 
KICOMMON_API bool operator< (const wxPoint &aLhs, const wxPoint &aRhs)
 
KICOMMON_API void to_json (nlohmann::json &aJson, const wxSize &aPoint)
 
KICOMMON_API void from_json (const nlohmann::json &aJson, wxSize &aPoint)
 
KICOMMON_API bool operator< (const wxSize &aLhs, const wxSize &aRhs)
 
KICOMMON_API void to_json (nlohmann::json &aJson, const wxRect &aRect)
 
KICOMMON_API void from_json (const nlohmann::json &aJson, wxRect &aRect)
 
KICOMMON_API bool operator< (const wxRect &aLhs, const wxRect &aRhs)
 
KICOMMON_API void to_json (nlohmann::json &aJson, const wxAuiPaneInfo &aPaneInfo)
 
KICOMMON_API void from_json (const nlohmann::json &aJson, wxAuiPaneInfo &aPaneInfo)
 
KICOMMON_API bool operator< (const wxAuiPaneInfo &aLhs, const wxAuiPaneInfo &aRhs)
 
KICOMMON_API bool operator== (const wxAuiPaneInfo &aLhs, const wxAuiPaneInfo &aRhs)
 

Function Documentation

◆ from_json() [1/4]

KICOMMON_API void from_json ( const nlohmann::json &  aJson,
wxAuiPaneInfo &  aPaneInfo 
)

Definition at line 143 of file aui_settings.cpp.

◆ from_json() [2/4]

KICOMMON_API void from_json ( const nlohmann::json &  aJson,
wxPoint &  aPoint 
)

Definition at line 40 of file aui_settings.cpp.

◆ from_json() [3/4]

KICOMMON_API void from_json ( const nlohmann::json &  aJson,
wxRect &  aRect 
)

Definition at line 102 of file aui_settings.cpp.

◆ from_json() [4/4]

KICOMMON_API void from_json ( const nlohmann::json &  aJson,
wxSize &  aPoint 
)

Definition at line 71 of file aui_settings.cpp.

◆ operator<() [1/4]

KICOMMON_API bool operator< ( const wxAuiPaneInfo &  aLhs,
const wxAuiPaneInfo &  aRhs 
)

Definition at line 162 of file aui_settings.cpp.

◆ operator<() [2/4]

KICOMMON_API bool operator< ( const wxPoint &  aLhs,
const wxPoint &  aRhs 
)

Definition at line 47 of file aui_settings.cpp.

◆ operator<() [3/4]

KICOMMON_API bool operator< ( const wxRect &  aLhs,
const wxRect &  aRhs 
)

Definition at line 109 of file aui_settings.cpp.

◆ operator<() [4/4]

KICOMMON_API bool operator< ( const wxSize &  aLhs,
const wxSize &  aRhs 
)

Definition at line 78 of file aui_settings.cpp.

◆ operator==()

KICOMMON_API bool operator== ( const wxAuiPaneInfo &  aLhs,
const wxAuiPaneInfo &  aRhs 
)

◆ to_json() [1/4]

KICOMMON_API void to_json ( nlohmann::json &  aJson,
const wxAuiPaneInfo &  aPaneInfo 
)

Definition at line 121 of file aui_settings.cpp.

◆ to_json() [2/4]

KICOMMON_API void to_json ( nlohmann::json &  aJson,
const wxPoint &  aPoint 
)

Definition at line 30 of file aui_settings.cpp.

◆ to_json() [3/4]

KICOMMON_API void to_json ( nlohmann::json &  aJson,
const wxRect &  aRect 
)

Definition at line 92 of file aui_settings.cpp.

◆ to_json() [4/4]

KICOMMON_API void to_json ( nlohmann::json &  aJson,
const wxSize &  aPoint 
)

Definition at line 61 of file aui_settings.cpp.