|
ImagingTools Core SDK
|
This is the complete list of members for imtreport::IReportPage, including all inherited members.
| AddImage(const QString &imagePath, const i2d::CRectangle &rect)=0 | imtreport::IReportPage | pure virtual |
| AddLine(const i2d::CLine2d &line)=0 | imtreport::IReportPage | pure virtual |
| AddPolygone(const QVector< i2d::CVector2d > &points, const QColor &fillColor=Qt::transparent)=0 | imtreport::IReportPage | pure virtual |
| AddRectangle(const i2d::CRectangle &rect, const QColor &fillColor=Qt::transparent)=0 | imtreport::IReportPage | pure virtual |
| AddText(const QString &text, const i2d::CVector2d &position, const double textWidth=-1.0, const Qt::Alignment alignment=Qt::AlignLeft)=0 | imtreport::IReportPage | pure virtual |
| AddTextTable(const i2d::CRectangle &rect, int rowCount, int columnCount)=0 | imtreport::IReportPage | pure virtual |
| GetPageElement(const QByteArray &elementId) const =0 | imtreport::IReportPage | pure virtual |
| GetPageElements() const =0 | imtreport::IReportPage | pure virtual |
| RemovePageElement(const QByteArray &elementId)=0 | imtreport::IReportPage | pure virtual |