lib
FontCommand Class Reference
#include <kformulacommand.h>
Inheritance diagram for FontCommand:

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.
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) |
Member Function Documentation
void FontCommand::addElement | ( | BasicElement * | element | ) | [inline] |
Collects all parent elements those children are to be changend.
Definition at line 398 of file kformulacommand.h.
void FontCommand::addTextElement | ( | TextElement * | element | ) | [inline] |
The documentation for this class was generated from the following files: