kword
KWFootNoteFrameSet Class Reference
Inheritance diagram for KWFootNoteFrameSet:

Detailed Description
Definition at line 512 of file KWTextFrameSet.h.
Public Member Functions | |
| KWFootNoteFrameSet (KWDocument *doc, const QString &name) | |
| virtual KWordFrameSetIface * | dcopObject () |
| void | setFootNoteVariable (KWFootNoteVariable *var) |
| KWFootNoteVariable * | footNoteVariable () const |
| void | createInitialFrame (int pageNum) |
| void | startEditing (KWCanvas *canvas) |
| void | setCounterText (const QString &text) |
| virtual bool | isFootNote () const |
| virtual bool | isEndNote () const |
Constructor & Destructor Documentation
| KWFootNoteFrameSet::KWFootNoteFrameSet | ( | KWDocument * | doc, | |
| const QString & | name | |||
| ) | [inline] |
Member Function Documentation
| void KWFootNoteFrameSet::createInitialFrame | ( | int | pageNum | ) |
Create the first frame for this frameset.
KWFrameLayout will reposition it at the correct place.
Definition at line 4110 of file KWTextFrameSet.cpp.
| void KWFootNoteFrameSet::startEditing | ( | KWCanvas * | canvas | ) |
Edit and ensure cursor is visible.
Helper function which is useful because the caller is usually a KWFrameSetEdit, which gets deleted by the editFrameSet() call.
Definition at line 4118 of file KWTextFrameSet.cpp.
| void KWFootNoteFrameSet::setCounterText | ( | const QString & | text | ) |
Called by KWTextFrameSet::renumberFootNotes.
Sets the text of the parag-counter in the footnote text.
Definition at line 4133 of file KWTextFrameSet.cpp.
The documentation for this class was generated from the following files:

