lib Library API Documentation

FontCommand Class Reference

Base for all font commands that act on the current selection. More...

#include <kformulacommand.h>

Inheritance diagram for FontCommand:

Inheritance graph
[legend]
Collaboration diagram for FontCommand:

Collaboration graph
[legend]
List of all members.

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

void FontCommand::addTextElement TextElement element  )  [inline]
 

Collects all elements that are to be modified.

Definition at line 393 of file kformulacommand.h.

Referenced by TextElement::dispatchFontCommand().

void FontCommand::addElement BasicElement element  )  [inline]
 

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:
KDE Logo
This file is part of the documentation for lib Library Version 1.3.5.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Fri Mar 11 11:48:16 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003