#include <pd_Document.h>
Public Member Functions | |
TextboxPage (UT_sint32 iPage, double xInch, double yInch, const char *pzProps, UT_ByteBuf &sContent) | |
virtual | ~TextboxPage (void) |
const UT_ByteBuf * | getContent (void) const |
UT_sint32 | getPageNo (void) const |
double | getXInch (void) const |
double | getYInch (void) const |
const UT_UTF8String * | getProps (void) const |
Private Attributes | |
UT_sint32 | m_iPage |
double | m_xInch |
double | m_yInch |
UT_UTF8String | m_sProps |
UT_ByteBuf | m_sContent |
Helpder class to import Page Referenced TextBoxes
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] |
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().
UT_sint32 TextboxPage::m_iPage [private] |
Referenced by getPageNo().
UT_ByteBuf TextboxPage::m_sContent [private] |
Referenced by getContent(), and TextboxPage().
UT_UTF8String TextboxPage::m_sProps [private] |
Referenced by getProps(), and TextboxPage().
double TextboxPage::m_xInch [private] |
Referenced by getXInch().
double TextboxPage::m_yInch [private] |
Referenced by getYInch().