#include <pd_Document.h>
Public Member Functions | |
ImagePage (UT_UTF8String &sImageId, UT_sint32 iPage, double xInch, double yInch, const char *pzProps) | |
virtual | ~ImagePage (void) |
const UT_UTF8String * | getImageId (void) const |
UT_sint32 | getPageNo (void) const |
double | getXInch (void) const |
double | getYInch (void) const |
const UT_UTF8String * | getProps (void) const |
Private Attributes | |
UT_UTF8String | m_sImageId |
UT_sint32 | m_iPage |
double | m_xInch |
double | m_yInch |
UT_UTF8String | m_sProps |
ImagePage::ImagePage | ( | UT_UTF8String & | sImageId, | |
UT_sint32 | iPage, | |||
double | xInch, | |||
double | yInch, | |||
const char * | pzProps | |||
) |
Helper class to import Page Referenced Images
References m_sProps.
ImagePage::~ImagePage | ( | void | ) | [virtual] |
const UT_UTF8String * ImagePage::getImageId | ( | void | ) | const |
References m_sImageId.
Referenced by FL_DocLayout::loadPendingObjects().
UT_sint32 ImagePage::getPageNo | ( | void | ) | const |
References m_iPage.
Referenced by FL_DocLayout::loadPendingObjects().
const UT_UTF8String * ImagePage::getProps | ( | void | ) | const |
References m_sProps.
double ImagePage::getXInch | ( | void | ) | const |
References m_xInch.
Referenced by FL_DocLayout::loadPendingObjects().
double ImagePage::getYInch | ( | void | ) | const |
References m_yInch.
Referenced by FL_DocLayout::loadPendingObjects().
UT_sint32 ImagePage::m_iPage [private] |
Referenced by getPageNo().
UT_UTF8String ImagePage::m_sImageId [private] |
Referenced by getImageId().
UT_UTF8String ImagePage::m_sProps [private] |
Referenced by getProps(), and ImagePage().
double ImagePage::m_xInch [private] |
Referenced by getXInch().
double ImagePage::m_yInch [private] |
Referenced by getYInch().