|
KiCad PCB EDA Suite
|
#include <ole_image.h>
Public Attributes | |
| OLE_IMAGE_TYPE | type = OLE_IMAGE_TYPE::NONE |
| std::vector< uint8_t > | data |
| std::string | streamName |
Definition at line 45 of file ole_image.h.
| std::vector<uint8_t> OLE_IMAGE_PAYLOAD::data |
Definition at line 48 of file ole_image.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), and ORCAD_CONVERTER::placeBitmap().
| std::string OLE_IMAGE_PAYLOAD::streamName |
Definition at line 49 of file ole_image.h.
Referenced by BOOST_AUTO_TEST_CASE().
| OLE_IMAGE_TYPE OLE_IMAGE_PAYLOAD::type = OLE_IMAGE_TYPE::NONE |
Definition at line 47 of file ole_image.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), and ORCAD_CONVERTER::placeBitmap().