This is the complete list of members for MR::Pdf, including all inherited members.
| addImage(const Image &image, const ImageParams ¶ms) | MR::Pdf | |
| addImageFromFile(const std::filesystem::path &imagePath, const ImageParams ¶ms) | 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 ¶ms) | MR::Pdf | |
| AlignmentHorizontal enum name | MR::Pdf | |
| drawTextCell(const std::string &text, const TextCellParams ¶ms) | MR::Pdf | |
| drawTextInRect(const std::string &text, const Box2f &rect, const TextParams ¶ms) | MR::Pdf | |
| getCursorPosX() const | MR::Pdf | inline | 
| getCursorPosY() const | MR::Pdf | inline | 
| getPageSize() const | MR::Pdf | |
| getPageWorkArea() const | MR::Pdf | |
| getTableTextWidth(const std::string &text) | MR::Pdf | |
| getTextWidth(const std::string &text, const TextParams ¶ms) | MR::Pdf | |
| newPage() | MR::Pdf | |
| newTable(int columnCount) | MR::Pdf | |
| operator bool() const | MR::Pdf | |
| operator=(Pdf other) noexcept | MR::Pdf | |
| Pdf(const PdfParameters ¶ms=PdfParameters()) | MR::Pdf | |
| Pdf(Pdf &&other) noexcept | MR::Pdf | |
| saveToFile(const std::filesystem::path &documentPath) | MR::Pdf | |
| setColumnValuesFormat(const std::vector< std::string > &formats) | MR::Pdf | |
| setCursorPosX(float posX) | MR::Pdf | inline | 
| setCursorPosY(float posY) | MR::Pdf | inline | 
| setNewPageAction(std::function< void(Pdf &)> action) | MR::Pdf | inline | 
| setTableColumnWidths(const std::vector< float > &widths) | MR::Pdf | |
| setTableCustomRule(TableCustomRule rule) | MR::Pdf | inline | 
| TableCustomRule typedef | MR::Pdf | |
| ~Pdf() | MR::Pdf |