KiCad PCB EDA Suite
Loading...
Searching...
No Matches
KICAD_DIFF::PROPERTY_RESOLUTION Struct Reference

#include <kicad_merge_engine.h>

Public Member Functions

bool operator== (const PROPERTY_RESOLUTION &aOther) const
 
nlohmann::json ToJson () const
 

Static Public Member Functions

static PROPERTY_RESOLUTION FromJson (const nlohmann::json &aJson)
 

Public Attributes

wxString name
 
PROP_RES kind = PROP_RES::OURS
 
DIFF_VALUE customValue
 

Detailed Description

Definition at line 90 of file kicad_merge_engine.h.

Member Function Documentation

◆ FromJson()

PROPERTY_RESOLUTION KICAD_DIFF::PROPERTY_RESOLUTION::FromJson ( const nlohmann::json & aJson)
static

◆ operator==()

bool KICAD_DIFF::PROPERTY_RESOLUTION::operator== ( const PROPERTY_RESOLUTION & aOther) const

Definition at line 195 of file kicad_merge_engine.cpp.

References customValue, kind, and name.

◆ ToJson()

nlohmann::json KICAD_DIFF::PROPERTY_RESOLUTION::ToJson ( ) const

Member Data Documentation

◆ customValue

DIFF_VALUE KICAD_DIFF::PROPERTY_RESOLUTION::customValue

◆ kind

◆ name


The documentation for this struct was generated from the following files: