NCBI C++ ToolKit
|
#include <corelib/ncbiobj.hpp>
#include <gui/gui.hpp>
#include <gui/print/pdf_element.hpp>
#include <gui/print/pdf_font_handler.hpp>
#include <gui/utils/vect2.hpp>
#include <gui/utils/matrix3.hpp>
#include <gui/utils/rgba_color.hpp>
#include <gui/opengl/gltexturefont.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CPdfObject |
class | CPdfTrailer |
Functions | |
CPdfObject & | pdfbrk (CPdfObject &pdfstrm) |
template<typename T > | |
CPdfObject & | operator<< (CPdfObject &pdfobj, const T &obj) |
CNcbiOstream & | operator<< (CNcbiOstream &strm, const CPdfObject &obj) |
template<typename T > | |
CPdfTrailer & | operator<< (CPdfTrailer &pdfobj, const T &obj) |
|
inline |
Definition at line 187 of file pdf_object.hpp.
References CPdfObject::PrintTo().
|
inline |
Definition at line 180 of file pdf_object.hpp.
References CPdfObject::GetWriteBuffer().
|
inline |
Definition at line 204 of file pdf_object.hpp.
References eUnknown, and NCBI_THROW.
|
inline |
Definition at line 172 of file pdf_object.hpp.
References CPdfObject::GetSeparator(), and CPdfObject::GetWriteBuffer().
Referenced by CPageHandler::x_CreateContentXForm(), CPageHandler::x_CreateHeaderFooter(), CPageHandler::x_CreatePageClipObject(), CPageHandler::x_CreatePageXForm(), CPageHandler::x_CreatePrintersMarks(), CPageHandler::x_DrawCornerCropMarks(), CPageHandler::x_DrawPanelLink(), and CPageHandler::x_DrawTriangle().