OrdinaryCreationStrategy Class Reference
The ordinary strategy to be used for plain kformula. More...
#include <creationstrategy.h>
Inheritance diagram for OrdinaryCreationStrategy:


Public Member Functions | |
| virtual BasicElement * | createElement (QString type) |
| virtual TextElement * | createTextElement (const QChar &ch, bool symbol=false) |
| virtual EmptyElement * | createEmptyElement () |
| virtual NameSequence * | createNameSequence () |
| virtual BracketElement * | createBracketElement (SymbolType lhs, SymbolType rhs) |
| virtual OverlineElement * | createOverlineElement () |
| virtual UnderlineElement * | createUnderlineElement () |
| virtual MultilineElement * | createMultilineElement () |
| virtual SpaceElement * | createSpaceElement (SpaceWidth width) |
| virtual FractionElement * | createFractionElement () |
| virtual RootElement * | createRootElement () |
| virtual SymbolElement * | createSymbolElement (SymbolType type) |
| virtual MatrixElement * | createMatrixElement (uint rows, uint columns) |
| virtual IndexElement * | createIndexElement () |
Detailed Description
The ordinary strategy to be used for plain kformula.
Definition at line 79 of file creationstrategy.h.
Member Function Documentation
|
||||||||||||
|
there must always be a TextElement, so this can never return 0
Implements ElementCreationStrategy. Definition at line 57 of file creationstrategy.cc. |
|
||||||||||||
|
when this gets called the user has seen the matrix dialog and expects a matrix!
Implements ElementCreationStrategy. Definition at line 112 of file creationstrategy.cc. |
The documentation for this class was generated from the following files:
