ElementIndex Class Reference
A type that describes an index. More...
#include <kformuladefs.h>
Public Member Functions | |
virtual void | moveToIndex (FormulaCursor *, Direction)=0 |
virtual void | setToIndex (FormulaCursor *)=0 |
virtual bool | hasIndex () const=0 |
virtual BasicElement * | getElement ()=0 |
Detailed Description
A type that describes an index.You can get one of those for each index from an element that owns indexes.
This type is used to work on indexes in a generic way.
Definition at line 200 of file kformuladefs.h.
Member Function Documentation
|
Moves the cursor inside the index. The index has to exist. |
|
Sets the cursor to point to the place where the index normaly is. These functions are only used if there is no such index and we want to insert them. |
|
Tells whether we own those indexes.
|
|
Tells to which element the index belongs.
|
The documentation for this class was generated from the following file: