kformula
KformulaViewIface Class Reference
List of all members.Detailed Description
Definition at line 30 of file kformula_view_iface.h.
DCOP Member Functions | |
| void | addThinSpace () |
| void | addMediumSpace () |
| void | addThickSpace () |
| void | addQuadSpace () |
| void | addBracket (int left, int right) |
| void | addParenthesis () |
| void | addSquareBracket () |
| void | addCurlyBracket () |
| void | addLineBracket () |
| void | addFraction () |
| void | addRoot () |
| void | addIntegral () |
| void | addProduct () |
| void | addSum () |
| void | addMatrix () |
| void | addMatrix (uint rows, uint columns) |
| void | addOneByTwoMatrix () |
| void | addNameSequence () |
| void | addLowerLeftIndex () |
| void | addUpperLeftIndex () |
| void | addLowerRightIndex () |
| void | addUpperRightIndex () |
| void | addGenericLowerIndex () |
| void | addGenericUpperIndex () |
| void | removeEnclosing () |
| void | makeGreek () |
| void | insertSymbol (QString name) |
| void | appendColumn () |
| void | insertColumn () |
| void | removeColumn () |
| void | appendRow () |
| void | insertRow () |
| void | removeRow () |
| void | moveLeft (int flag) |
| void | moveRight (int flag) |
| void | moveUp (int flag) |
| void | moveDown (int flag) |
| void | moveHome (int flag) |
| void | moveEnd (int flag) |
| bool | isHome () const |
| bool | isEnd () const |
| void | eraseSelection (int direction) |
| void | addText (QString str) |
| QStringList | readFormulaString (QString text) |
Public Member Functions | |
| KformulaViewIface (KFormulaPartView *view_) | |
Member Function Documentation
| bool KformulaViewIface::isHome | ( | ) | const |
- Returns:
- whether the cursor is at the first position.
Definition at line 231 of file kformula_view_iface.cc.
| bool KformulaViewIface::isEnd | ( | ) | const |
- Returns:
- whether the cursor is at the last position.
Definition at line 236 of file kformula_view_iface.cc.
The documentation for this class was generated from the following files:

