Inkscape
Vector Graphics Editor
|
#include <wmf-inout.h>
Public Attributes | |
int | type = 0 |
int | level = 0 |
char * | record = nullptr |
Definition at line 28 of file wmf-inout.h.
int Inkscape::Extension::Internal::WMF_OBJECT::level = 0 |
Definition at line 30 of file wmf-inout.h.
Referenced by Inkscape::Extension::Internal::Wmf::insert_object(), Inkscape::Extension::Internal::Wmf::select_font(), and Inkscape::Extension::Internal::Wmf::select_pen().
char* Inkscape::Extension::Internal::WMF_OBJECT::record = nullptr |
Definition at line 31 of file wmf-inout.h.
Referenced by Inkscape::Extension::Internal::Wmf::delete_object(), Inkscape::Extension::Internal::Wmf::insert_object(), Inkscape::Extension::Internal::Wmf::insertable_object(), Inkscape::Extension::Internal::Wmf::myMetaFileProc(), Inkscape::Extension::Internal::Wmf::select_brush(), Inkscape::Extension::Internal::Wmf::select_font(), and Inkscape::Extension::Internal::Wmf::select_pen().
int Inkscape::Extension::Internal::WMF_OBJECT::type = 0 |
Definition at line 29 of file wmf-inout.h.
Referenced by Inkscape::Extension::Internal::Wmf::delete_object(), Inkscape::Extension::Internal::Wmf::insert_object(), and Inkscape::Extension::Internal::Wmf::myMetaFileProc().