MWAWPosition Class Reference

Class to define the position of an object (textbox, picture, ..) in the document. More...

#include <MWAWPosition.hxx>

Public Types

enum  AnchorTo {
  Char, CharBaseLine, Frame, Paragraph,
  Page, Unknown
}
 a list of enum used to defined the anchor More...
 
enum  Wrapping {
  WNone, WBackground, WDynamic, WForeground,
  WRunThrough
}
 an enum used to define the wrapping: none, ... More...
 
enum  XPos { XRight, XLeft, XCenter, XFull }
 an enum used to define the relative X position More...
 
enum  YPos { YTop, YBottom, YCenter, YFull }
 an enum used to define the relative Y position More...
 

Public Member Functions

 MWAWPosition (MWAWVec2f const &orig=MWAWVec2f(), MWAWVec2f const &sz=MWAWVec2f(), librevenge::RVNGUnit theUnit=librevenge::RVNG_INCH)
 constructor More...
 
virtual ~MWAWPosition ()
 
bool operator== (MWAWPosition const &f) const
 basic operator== More...
 
bool operator!= (MWAWPosition const &f) const
 basic operator!= More...
 
bool operator< (MWAWPosition const &f) const
 basic operator< More...
 
int page () const
 returns the frame page More...
 
MWAWVec2f const & origin () const
 return the frame origin More...
 
MWAWVec2f const & size () const
 returns the frame size More...
 
MWAWVec2f const & naturalSize () const
 returns the natural size (if known) More...
 
MWAWVec2f const & leftTopClipping () const
 returns the left top clipping More...
 
MWAWVec2f const & rightBottomClipping () const
 returns the right bottom clipping More...
 
librevenge::RVNGUnit unit () const
 returns the unit More...
 
float getInvUnitScale (librevenge::RVNGUnit fromUnit) const
 returns a float which can be used to scale some data in object unit More...
 
void setPage (int pg) const
 sets the page More...
 
void setOrigin (MWAWVec2f const &orig)
 sets the frame origin More...
 
void setSize (MWAWVec2f const &sz)
 sets the frame size More...
 
void setNaturalSize (MWAWVec2f const &naturalSz)
 sets the natural size (if known) More...
 
void setUnit (librevenge::RVNGUnit newUnit)
 sets the dimension unit More...
 
void setPagePos (int pg, MWAWVec2f const &newOrig) const
 sets/resets the page and the origin More...
 
void setRelativePosition (AnchorTo anchor, XPos X=XLeft, YPos Y=YTop)
 sets the relative position More...
 
void setClippingPosition (MWAWVec2f lTop, MWAWVec2f rBottom)
 sets the clipping position More...
 
int order () const
 returns background/foward order More...
 
void setOrder (int ord) const
 set background/foward order More...
 

Static Public Member Functions

static float getScaleFactor (librevenge::RVNGUnit orig, librevenge::RVNGUnit dest)
 

Public Attributes

AnchorTo m_anchorTo
 anchor position More...
 
XPos m_xPos
 X relative position. More...
 
YPos m_yPos
 Y relative position. More...
 
Wrapping m_wrapping
 Wrapping. More...
 

Protected Member Functions

int cmp (MWAWPosition const &f) const
 basic function to compare two positions More...
 

Protected Attributes

int m_page
 the page More...
 
MWAWVec2f m_orig
 the origin position in a page More...
 
MWAWVec2f m_size
 
MWAWVec2f m_naturalSize
 the natural size of the data (if known) More...
 
MWAWVec2f m_LTClip
 the left top clip position More...
 
MWAWVec2f m_RBClip
 
librevenge::RVNGUnit m_unit
 the unit used in orig, in m_size and in m_LTClip , .... Default: in inches More...
 
int m_order
 background/foward order More...
 

Friends

std::ostream & operator<< (std::ostream &o, MWAWPosition const &pos)
 operator<< More...
 

Detailed Description

Class to define the position of an object (textbox, picture, ..) in the document.

Stores the page, object position, object size, anchor, wrapping, ...

Member Enumeration Documentation

a list of enum used to defined the anchor

Enumerator
Char 
CharBaseLine 
Frame 
Paragraph 
Page 
Unknown 

an enum used to define the wrapping: none, ...

Enumerator
WNone 
WBackground 
WDynamic 
WForeground 
WRunThrough 

an enum used to define the relative X position

Enumerator
XRight 
XLeft 
XCenter 
XFull 

an enum used to define the relative Y position

Enumerator
YTop 
YBottom 
YCenter 
YFull 

Constructor & Destructor Documentation

MWAWPosition::MWAWPosition ( MWAWVec2f const &  orig = MWAWVec2f(),
MWAWVec2f const &  sz = MWAWVec2f(),
librevenge::RVNGUnit  theUnit = librevenge::RVNG_INCH 
)
inline

constructor

virtual MWAWPosition::~MWAWPosition ( )
inlinevirtual

Member Function Documentation

int MWAWPosition::cmp ( MWAWPosition const &  f) const
inlineprotected

basic function to compare two positions

Referenced by operator!=(), operator<(), and operator==().

static float MWAWPosition::getScaleFactor ( librevenge::RVNGUnit  orig,
librevenge::RVNGUnit  dest 
)
inlinestatic
bool MWAWPosition::operator!= ( MWAWPosition const &  f) const
inline

basic operator!=

bool MWAWPosition::operator< ( MWAWPosition const &  f) const
inline

basic operator<

bool MWAWPosition::operator== ( MWAWPosition const &  f) const
inline

basic operator==

int MWAWPosition::page ( ) const
inline
void MWAWPosition::setClippingPosition ( MWAWVec2f  lTop,
MWAWVec2f  rBottom 
)
inline

sets the clipping position

Referenced by NisusWrtGraph::sendPicture().

void MWAWPosition::setPagePos ( int  pg,
MWAWVec2f const &  newOrig 
) const
inline
void MWAWPosition::setRelativePosition ( AnchorTo  anchor,
XPos  X = XLeft,
YPos  Y = YTop 
)
inline

sets the relative position

Referenced by ClarisDrawParser::createDocument(), MarinerWrtGraph::flushExtra(), NisusWrtGraph::flushExtra(), HanMacWrdKGraph::flushExtra(), HanMacWrdJGraph::flushExtra(), ClarisDrawGraph::flushExtra(), ClarisWksGraph::flushExtra(), MsWksGraphInternal::Zone::getPosition(), MacWrtProStructuresInternal::Block::getPosition(), ClarisDrawParser::parse(), ClarisWksBMParser::parse(), MsWksGraphInternal::SubDocument::parse(), MWAWOLEParser::readContents(), MWAWOLEParser::readCONTENTS(), MindWrtParser::readGraphic(), MacWrtParser::readGraphic(), WriterPlsParser::readGraphic(), MWAWOLEParser::readOlePres(), WriteNowText::readTokenV2(), MacPaintParser::sendBitmap(), BeagleWksBMParser::sendBitmap(), SuperPaintParser::sendBitmap(), MsWksTable::sendChart(), HanMacWrdKGraph::sendEmptyPicture(), HanMacWrdJGraph::sendEmptyPicture(), MWAWTable::sendExtraLines(), BeagleWksDBParser::sendFrame(), BeagleWksSSParser::sendFrame(), BeagleWksBMParser::sendFrame(), BeagleWksParser::sendFrame(), BeagleWksDRParser::sendFrame(), GreatWksGraph::sendFrame(), ActaText::sendGraphic(), FullWrtGraph::sendGraphic(), ClarisWksGraph::sendGroup(), ClarisWksGraph::sendGroupChild(), LightWayTxtGraph::sendJPEG(), MsWksGraph::sendObjects(), ClarisWksGraph::sendPageChild(), NisusWrtGraph::sendPageGraphics(), HanMacWrdKGraph::sendPageGraphics(), HanMacWrdJGraph::sendPageGraphics(), LightWayTxtGraph::sendPICT(), GreatWksBMParser::sendPicture(), MacDocParser::sendPicture(), EDocParser::sendPicture(), NisusWrtGraph::sendPicture(), TeachTxtParser::sendPicture(), DocMkrParser::sendPicture(), MarinerWrtGraph::sendPicture(), WriteNowParser::sendPicture(), MsWrdParser::sendPicture(), MarinerWrtGraph::sendRule(), BeagleWksSSParser::sendSpreadsheet(), NisusWrtText::sendText(), ClarisWksText::sendText(), MacWrtProParser::sendText(), GreatWksText::sendZone(), HanMacWrdJParser::sendZone(), and HanMacWrdKParser::sendZone().

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  o,
MWAWPosition const &  pos 
)
friend

operator<<

Member Data Documentation

AnchorTo MWAWPosition::m_anchorTo

anchor position

Referenced by MWAWTextListener::_handleFrameParameters(), MWAWSpreadsheetListener::_handleFrameParameters(), MWAWPresentationListener::_handleFrameParameters(), MWAWGraphicListener::_handleFrameParameters(), cmp(), MsWksGraph::flushExtra(), RagTimeSpreadsheet::flushExtra(), RagTimeParser::flushExtra(), MWAWPresentationListener::insertFooter(), MWAWGraphicListener::insertFooter(), MWAWPresentationListener::insertHeader(), MWAWGraphicListener::insertHeader(), MWAWTextListener::insertPicture(), MWAWSpreadsheetListener::insertPicture(), MWAWTextListener::openFrame(), MWAWSpreadsheetListener::openFrame(), MWAWPresentationListener::openTable(), MWAWGraphicListener::openTable(), MacDrawParser::send(), MsWksGraph::send(), MacDraftParser::send(), RagTimeParser::send(), MacDrawProParser::send(), MsWksGraph::sendAll(), ClarisDrawGraph::sendBitmap(), ClarisWksGraph::sendBitmap(), HanMacWrdKGraph::sendEmptyPicture(), HanMacWrdJGraph::sendEmptyPicture(), HanMacWrdJGraph::sendFrame(), HanMacWrdKGraph::sendFrame(), ClarisDrawGraph::sendGroup(), GreatWksGraph::sendGroup(), ClarisWksGraph::sendGroup(), HanMacWrdKGraph::sendGroup(), HanMacWrdJGraph::sendGroup(), MsWksGraph::sendGroup(), GreatWksGraph::sendGroupChild(), ClarisWksGraph::sendGroupChild(), HanMacWrdKGraph::sendGroupChild(), HanMacWrdJGraph::sendGroupChild(), MsWksGraph::sendGroupChild(), MindWrtParser::sendHeaderFooter(), ClarisDrawGraph::sendMainGroupChild(), MsWksGraph::sendObjects(), NisusWrtGraph::sendPicture(), MarinerWrtGraph::sendRule(), MoreText::sendText(), GreatWksGraph::sendTextboxAsGraphic(), ClarisWksPresentation::sendZone(), and setRelativePosition().

MWAWVec2f MWAWPosition::m_LTClip
protected

the left top clip position

Referenced by cmp(), leftTopClipping(), and setClippingPosition().

MWAWVec2f MWAWPosition::m_naturalSize
protected

the natural size of the data (if known)

Referenced by cmp(), naturalSize(), and setNaturalSize().

int MWAWPosition::m_order
mutableprotected

background/foward order

Referenced by order(), and setOrder().

MWAWVec2f MWAWPosition::m_orig
protected

the origin position in a page

Referenced by cmp(), origin(), setOrigin(), and setPagePos().

int MWAWPosition::m_page
protected

the page

Referenced by page(), setPage(), and setPagePos().

MWAWVec2f MWAWPosition::m_RBClip
protected
MWAWVec2f MWAWPosition::m_size
protected

Referenced by cmp(), setSize(), and size().

librevenge::RVNGUnit MWAWPosition::m_unit
protected

the unit used in orig, in m_size and in m_LTClip , .... Default: in inches

Referenced by cmp(), getInvUnitScale(), setUnit(), and unit().


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

Generated on Thu Jul 9 2015 20:26:39 for libmwaw by doxygen 1.8.8