class SwNode2LayImpl; class SwFrame; class SwLayoutFrame; class SwNode; class SwNodes; class Point;
class SwNode2Layout
{
std::unique_ptr<SwNode2LayImpl> m_pImpl;
public: /// Use this ctor for inserting before/after rNd /// @param nIdx is the index of the to-be-inserted Node
SwNode2Layout(const SwNode& rNd, SwNodeOffset nIdx);
~SwNode2Layout();
SwFrame* NextFrame();
SwLayoutFrame* UpperFrame(SwFrame*& rpFrame, const SwNode& rNode);
SwFrame* GetFrame(const Point* pDocPos) const;
};
class SwNode2LayoutSaveUpperFrames
{
std::unique_ptr<SwNode2LayImpl> m_pImpl;
public: /// Use this ctor for collecting the UpperFrames
SwNode2LayoutSaveUpperFrames(const SwNode& rNd);
~SwNode2LayoutSaveUpperFrames();
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.