KiCad PCB EDA Suite
Loading...
Searching...
No Matches
api_utils.h File Reference
#include <optional>
#include <google/protobuf/any.pb.h>
#include <core/typeinfo.h>
#include <lib_id.h>
#include <api/common/types/base_types.pb.h>
#include <layer_ids.h>
#include <geometry/shape_line_chain.h>
#include <math/vector2d.h>

Go to the source code of this file.

Namespaces

namespace  kiapi
 
namespace  kiapi::common
 

Functions

std::optional< KICAD_Tkiapi::common::TypeNameFromAny (const google::protobuf::Any &aMessage)
 
LIB_ID kiapi::common::LibIdFromProto (const types::LibraryIdentifier &aId)
 
types::LibraryIdentifier kiapi::common::LibIdToProto (const LIB_ID &aId)
 
void kiapi::common::PackVector2 (kiapi::common::types::Vector2 &aOutput, const VECTOR2I aInput)
 
VECTOR2I kiapi::common::UnpackVector2 (const types::Vector2 &aInput)
 
void kiapi::common::PackPolyLine (kiapi::common::types::PolyLine &aOutput, const SHAPE_LINE_CHAIN &aSlc)
 
SHAPE_LINE_CHAIN kiapi::common::UnpackPolyLine (const kiapi::common::types::PolyLine &aInput)