Public Member Functions | Private Attributes

ImagePage Class Reference

#include <pd_Document.h>

List of all members.

Public Member Functions

 ImagePage (UT_UTF8String &sImageId, UT_sint32 iPage, double xInch, double yInch, const char *pzProps)
virtual ~ImagePage (void)
const UT_UTF8StringgetImageId (void) const
UT_sint32 getPageNo (void) const
double getXInch (void) const
double getYInch (void) const
const UT_UTF8StringgetProps (void) const

Private Attributes

UT_UTF8String m_sImageId
UT_sint32 m_iPage
double m_xInch
double m_yInch
UT_UTF8String m_sProps

Constructor & Destructor Documentation

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]

Member Function Documentation

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().


Member Data Documentation

Referenced by getPageNo().

Referenced by getImageId().

Referenced by getProps(), and ImagePage().

double ImagePage::m_xInch [private]

Referenced by getXInch().

double ImagePage::m_yInch [private]

Referenced by getYInch().


The documentation for this class was generated from the following files: