Public Member Functions | Private Attributes

TextboxPage Class Reference

#include <pd_Document.h>

List of all members.

Public Member Functions

 TextboxPage (UT_sint32 iPage, double xInch, double yInch, const char *pzProps, UT_ByteBuf &sContent)
virtual ~TextboxPage (void)
const UT_ByteBufgetContent (void) const
UT_sint32 getPageNo (void) const
double getXInch (void) const
double getYInch (void) const
const UT_UTF8StringgetProps (void) const

Private Attributes

UT_sint32 m_iPage
double m_xInch
double m_yInch
UT_UTF8String m_sProps
UT_ByteBuf m_sContent

Detailed Description

Helpder class to import Page Referenced TextBoxes


Constructor & Destructor Documentation

TextboxPage::TextboxPage ( UT_sint32  iPage,
double  xInch,
double  yInch,
const char *  pzProps,
UT_ByteBuf sContent 
)

Helpder class to import Page Referenced TextBoxes

References UT_ByteBuf::append(), UT_ByteBuf::getLength(), UT_ByteBuf::getPointer(), m_sContent, and m_sProps.

TextboxPage::~TextboxPage ( void   )  [virtual]

Member Function Documentation

const UT_ByteBuf * TextboxPage::getContent ( void   )  const

References m_sContent.

Referenced by FL_DocLayout::loadPendingObjects().

UT_sint32 TextboxPage::getPageNo ( void   )  const

References m_iPage.

Referenced by FL_DocLayout::loadPendingObjects().

const UT_UTF8String * TextboxPage::getProps ( void   )  const

References m_sProps.

Referenced by FL_DocLayout::loadPendingObjects().

double TextboxPage::getXInch ( void   )  const

References m_xInch.

Referenced by FL_DocLayout::loadPendingObjects().

double TextboxPage::getYInch ( void   )  const

References m_yInch.

Referenced by FL_DocLayout::loadPendingObjects().


Member Data Documentation

Referenced by getPageNo().

Referenced by getContent(), and TextboxPage().

Referenced by getProps(), and TextboxPage().

double TextboxPage::m_xInch [private]

Referenced by getXInch().

double TextboxPage::m_yInch [private]

Referenced by getYInch().


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