NCBI C++ ToolKit
|
Search Toolkit Book for Pattern
#include <gui/print/svg.hpp>
Public Member Functions | |
Pattern (std::string const &id, Image const &image, unsigned width=32, unsigned height=32, std::string const &pattern_units=string("userSpaceOnUse")) | |
virtual void | Serialize (std::ostream &ostrm) const |
![]() | |
ReferencePrimitive (std::string const &id) | |
virtual | ~ReferencePrimitive ()=default |
![]() | |
virtual | ~ISerializeable ()=default |
Private Attributes | |
Image | m_Image |
std::string | m_PatternUnits |
unsigned | m_Width |
unsigned | m_Height |
|
inline |
|
inlinevirtual |
Reimplemented from ReferencePrimitive.
Definition at line 190 of file svg.hpp.
References m_Height, m_Image, m_PatternUnits, m_Width, and ReferencePrimitive::Serialize().
|
private |
Definition at line 204 of file svg.hpp.
Referenced by Serialize().
|
private |
Definition at line 201 of file svg.hpp.
Referenced by Serialize().
|
private |
Definition at line 202 of file svg.hpp.
Referenced by Serialize().
|
private |
Definition at line 203 of file svg.hpp.
Referenced by Serialize().