KiCad PCB EDA Suite
Loading...
Searching...
No Matches
PADS_SCH_BINARY::SOURCE_STRING Struct Reference

#include <pads_sch_binary_model.h>

Public Member Functions

bool operator== (const SOURCE_STRING &) const =default
 

Public Attributes

std::vector< uint8_t > raw
 
wxString text
 
STRING_ENCODING_STATUS encoding = STRING_ENCODING_STATUS::UTF8
 
SOURCE_PROVENANCE source
 
uint32_t codePage = 65001
 
wxString codePageName = wxS( "UTF-8" )
 

Detailed Description

Definition at line 60 of file pads_sch_binary_model.h.

Member Function Documentation

◆ operator==()

bool PADS_SCH_BINARY::SOURCE_STRING::operator== ( const SOURCE_STRING & ) const
default

Member Data Documentation

◆ codePage

uint32_t PADS_SCH_BINARY::SOURCE_STRING::codePage = 65001

Definition at line 66 of file pads_sch_binary_model.h.

Referenced by BOOST_AUTO_TEST_CASE().

◆ codePageName

wxString PADS_SCH_BINARY::SOURCE_STRING::codePageName = wxS( "UTF-8" )

Definition at line 67 of file pads_sch_binary_model.h.

Referenced by BOOST_AUTO_TEST_CASE().

◆ encoding

STRING_ENCODING_STATUS PADS_SCH_BINARY::SOURCE_STRING::encoding = STRING_ENCODING_STATUS::UTF8

Definition at line 64 of file pads_sch_binary_model.h.

Referenced by BOOST_AUTO_TEST_CASE().

◆ raw

std::vector<uint8_t> PADS_SCH_BINARY::SOURCE_STRING::raw

Definition at line 62 of file pads_sch_binary_model.h.

Referenced by BOOST_AUTO_TEST_CASE(), and BOOST_AUTO_TEST_CASE().

◆ source

◆ text


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