MeshLib C++ Docs
Loading...
Searching...
No Matches
MR::Pdf Member List

This is the complete list of members for MR::Pdf, including all inherited members.

addImage(const Image &image, const ImageParams &params)MR::Pdf
addImageFromFile(const std::filesystem::path &imagePath, const ImageParams &params)MR::Pdf
addPaletteStatsTable(const std::vector< PaletteRowStats > &paletteStats)MR::Pdf
addRow(const std::vector< Cell > &cells)MR::Pdf
addTable(const std::vector< std::pair< std::string, float > > &table)MR::Pdf
addTableTitles(const std::vector< std::string > &titles)MR::Pdf
addText(const std::string &text, bool isTitle=false)MR::Pdf
addText(const std::string &text, const TextParams &params)MR::Pdf
AlignmentHorizontal enum nameMR::Pdf
drawTextCell(const std::string &text, const TextCellParams &params)MR::Pdf
drawTextInRect(const std::string &text, const Box2f &rect, const TextParams &params)MR::Pdf
getCursorPosX() constMR::Pdfinline
getCursorPosY() constMR::Pdfinline
getPageSize() constMR::Pdf
getPageWorkArea() constMR::Pdf
getTableTextWidth(const std::string &text)MR::Pdf
getTextWidth(const std::string &text, const TextParams &params)MR::Pdf
newPage()MR::Pdf
newTable(int columnCount)MR::Pdf
operator bool() constMR::Pdf
operator=(Pdf other) noexceptMR::Pdf
Pdf(const PdfParameters &params=PdfParameters())MR::Pdf
Pdf(Pdf &&other) noexceptMR::Pdf
saveToFile(const std::filesystem::path &documentPath)MR::Pdf
setColumnValuesFormat(const std::vector< std::string > &formats)MR::Pdf
setCursorPosX(float posX)MR::Pdfinline
setCursorPosY(float posY)MR::Pdfinline
setNewPageAction(std::function< void(Pdf &)> action)MR::Pdfinline
setTableColumnWidths(const std::vector< float > &widths)MR::Pdf
setTableCustomRule(TableCustomRule rule)MR::Pdfinline
TableCustomRule typedefMR::Pdf
~Pdf()MR::Pdf