lib
OrdinaryCreationStrategy Class Reference
#include <creationstrategy.h>
Inheritance diagram for OrdinaryCreationStrategy:

Detailed Description
The ordinary strategy to be used for plain kformula.
Definition at line 87 of file creationstrategy.h.
Member Function Documentation
TextElement * OrdinaryCreationStrategy::createTextElement | ( | const QChar & | ch, | |
bool | symbol = false | |||
) | [virtual] |
there must always be a TextElement, so this can never return 0
Implements ElementCreationStrategy.
Definition at line 62 of file creationstrategy.cc.
MatrixElement * OrdinaryCreationStrategy::createMatrixElement | ( | uint | rows, | |
uint | columns | |||
) | [virtual] |
when this gets called the user has seen the matrix dialog and expects a matrix!
Implements ElementCreationStrategy.
Definition at line 117 of file creationstrategy.cc.
The documentation for this class was generated from the following files: