![]() |
KiCad PCB EDA Suite
|
#include "altium_parser.h"
#include "altium_parser_utils.h"
#include <compoundfilereader.h>
#include <ki_exception.h>
#include <math/util.h>
#include <sstream>
#include <utf.h>
#include <wx/log.h>
#include <wx/translation.h>
Go to the source code of this file.
Functions | |
const CFB::COMPOUND_FILE_ENTRY * | FindStream (const CFB::CompoundFileReader &aReader, const char *aStreamName) |
const CFB::COMPOUND_FILE_ENTRY* FindStream | ( | const CFB::CompoundFileReader & | aReader, |
const char * | aStreamName | ||
) |
Definition at line 35 of file altium_parser.cpp.
References name.
Referenced by ALTIUM_PCB::Parse(), SCH_ALTIUM_PLUGIN::ParseFileHeader(), ALTIUM_PCB::ParseModelsData(), and SCH_ALTIUM_PLUGIN::ParseStorage().