kword
KWFormulaFrameSet Class Reference
Inheritance diagram for KWFormulaFrameSet:

Detailed Description
Definition at line 43 of file KWFormulaFrameSet.h.
Public Member Functions | |
KWFormulaFrameSet (KWDocument *doc, const QString &name) | |
virtual | ~KWFormulaFrameSet () |
virtual KWordFrameSetIface * | dcopObject () |
virtual FrameSetType | type () const |
virtual void | addFrame (KWFrame *frame, bool recalc=true) |
virtual void | deleteFrame (unsigned int num, bool remove=true, bool recalc=true) |
virtual KWFrameSetEdit * | createFrameSetEdit (KWCanvas *) |
virtual MouseMeaning | getMouseMeaningInsideFrame (const KoPoint &) |
virtual void | drawFrameContents (KWFrame *, QPainter *, const QRect &, const QColorGroup &, bool onlyChanged, bool resetChanged, KWFrameSetEdit *edit, KWViewMode *viewMode) |
virtual QDomElement | save (QDomElement &parentElem, bool saveFrames=true) |
virtual void | load (QDomElement &attributes, bool loadFrames=true) |
virtual void | saveOasis (KoXmlWriter &, KoSavingContext &, bool saveFrames) const |
void | paste (QDomNode &formulaElem) |
KFormula::Container * | getFormula () const |
void | setChanged () |
virtual void | moveFloatingFrame (int frameNum, const KoPoint &position) |
virtual int | floatingFrameBaseline (int) |
virtual void | setAnchorFormat (KoTextFormat *format, int) |
virtual void | setProtectContent (bool) |
virtual bool | protectContent () const |
Protected Slots | |
void | slotFormulaChanged (double width, double height) |
void | slotErrorMessage (const QString &msg) |
Friends | |
class | KWFormulaFrameSetEdit |
Member Function Documentation
|
Create a framesetedit object to edit this frameset in
Reimplemented from KWFrameSet. Definition at line 131 of file KWFormulaFrameSet.cpp. |
|
Delete a frame from the set of frames this frameSet has.
Reimplemented from KWFrameSet. Definition at line 122 of file KWFormulaFrameSet.cpp. |
|
Paint this frameset.
Reimplemented from KWFrameSet. Definition at line 136 of file KWFormulaFrameSet.cpp. |
|
Get the 'baseline' to use for the "floating frame" identified by frameNum. -1 means same as the height (usual case) Reimplemented from KWFrameSet. Definition at line 282 of file KWFormulaFrameSet.cpp. |
|
load from XML - when loading
Reimplemented from KWFrameSet. Definition at line 247 of file KWFormulaFrameSet.cpp. |
|
Move the frame frameNum to the given position - this is called when the frame is anchored and the anchor moves (see KWAnchor).
Reimplemented from KWFrameSet. Definition at line 273 of file KWFormulaFrameSet.cpp. |
|
save to XML - when saving
Implements KWFrameSet. Definition at line 227 of file KWFormulaFrameSet.cpp. |
|
Save to OASIS format.
Implements KWFrameSet. Definition at line 242 of file KWFormulaFrameSet.cpp. |
|
Tell this frame the format of it's anchor.
Reimplemented from KWFrameSet. Definition at line 291 of file KWFormulaFrameSet.cpp. |
|
The type of frameset. Use this to differentiate between different instantiations of the framesets. Each implementation will return a different frameType. Reimplemented from KWFrameSet. Definition at line 55 of file KWFormulaFrameSet.h. |
The documentation for this class was generated from the following files: