KiCad PCB EDA Suite
Loading...
Searching...
No Matches
orcad_ole.h
Go to the documentation of this file.
1/*
2 * This program source code file is part of KiCad, a free EDA CAD application.
3 *
4 * Copyright The KiCad Developers, see AUTHORS.txt for contributors.
5 *
6 * This program is free software: you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License as published by the
8 * Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 */
11
12#ifndef ORCAD_OLE_H_
13#define ORCAD_OLE_H_
14
15#include <cstdint>
16#include <vector>
17
18class wxImage;
19
27
33
34ORCAD_OLE_PREVIEW OrcadExtractOlePreview( const std::vector<uint8_t>& aPayload );
35
36bool OrcadRenderWmf( const std::vector<uint8_t>& aWmf, int aMaxWidth, int aMaxHeight, wxImage& aImage );
37
38#endif
@ NONE
Definition eda_shape.h:72
ORCAD_OLE_PREVIEW_TYPE
Definition orcad_ole.h:21
ORCAD_OLE_PREVIEW OrcadExtractOlePreview(const std::vector< uint8_t > &aPayload)
Definition orcad_ole.cpp:78
bool OrcadRenderWmf(const std::vector< uint8_t > &aWmf, int aMaxWidth, int aMaxHeight, wxImage &aImage)
std::vector< uint8_t > data
Definition orcad_ole.h:31
ORCAD_OLE_PREVIEW_TYPE type
Definition orcad_ole.h:30