FontCommand Class Reference
Base for all font commands that act on the current selection. More...
#include <kformulacommand.h>
Inheritance diagram for FontCommand:

Public Member Functions | |
FontCommand (const QString &name, Container *document) | |
void | addTextElement (TextElement *element) |
void | addElement (BasicElement *element) |
Protected Member Functions | |
QPtrList< TextElement > & | childrenList () |
void | collectChildren () |
void | parseSequences (const QMap< SequenceElement *, int > &parents) |
Detailed Description
Base for all font commands that act on the current selection.Implements the visitor pattern. (Really?)
Definition at line 386 of file kformulacommand.h.
Member Function Documentation
|
Collects all elements that are to be modified.
Definition at line 393 of file kformulacommand.h. Referenced by TextElement::dispatchFontCommand(). |
|
Collects all parent elements those children are to be changend.
Definition at line 398 of file kformulacommand.h. Referenced by SequenceElement::buildCommand(). |
The documentation for this class was generated from the following files: