kword
KWordFormulaFrameSetEditIface Class Reference
List of all members.Detailed Description
Definition at line 30 of file KWordFormulaFrameSetEditIface.h.
DCOP Member Functions | |
| virtual void | copy () |
| virtual void | cut () |
| virtual void | paste () |
| virtual void | selectAll () |
| 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 | addNegThinSpace () |
| void | addLowerLeftIndex () |
| void | addUpperLeftIndex () |
| void | addLowerRightIndex () |
| void | addUpperRightIndex () |
| void | addGenericLowerIndex () |
| void | addGenericUpperIndex () |
| void | removeEnclosing () |
| void | makeGreek () |
| void | insertSymbol (const 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 (const QString &str) |
Public Member Functions | |
| KWordFormulaFrameSetEditIface (KWFormulaFrameSetEdit *_frame) | |
Member Function Documentation
| bool KWordFormulaFrameSetEditIface::isHome | ( | ) | const |
- Returns:
- whether the cursor is at the first position.
Definition at line 253 of file KWordFormulaFrameSetEditIface.cpp.
| bool KWordFormulaFrameSetEditIface::isEnd | ( | ) | const |
- Returns:
- whether the cursor is at the last position.
Definition at line 258 of file KWordFormulaFrameSetEditIface.cpp.
The documentation for this class was generated from the following files:

