This is the complete list of members for MR::Pdf, including all inherited members.
addImageFromFile(const std::filesystem::path &imagePath, const ImageParams ¶ms) | MR::Pdf | |
addPaletteStatsTable(const std::vector< PaletteRowStats > &paletteStats) | MR::Pdf | |
addTable(const std::vector< std::pair< std::string, float > > &table) | MR::Pdf | |
addText(const std::string &text, bool isTitle=false) | MR::Pdf | |
close() | MR::Pdf | |
getCursorPosX() const | MR::Pdf | inline |
getCursorPosY() const | MR::Pdf | inline |
getPageSize() const | MR::Pdf | |
getPageWorkArea() const | MR::Pdf | |
newPage() | MR::Pdf | |
operator bool() const | MR::Pdf | |
operator=(Pdf other) noexcept | MR::Pdf | |
Pdf(const std::filesystem::path &documentPath, const PdfParameters ¶ms=PdfParameters()) | MR::Pdf | |
Pdf(Pdf &&other) noexcept | MR::Pdf | |
setCursorPosX(float posX) | MR::Pdf | inline |
setCursorPosY(float posY) | MR::Pdf | inline |
~Pdf() | MR::Pdf |