#include <kformuladefs.h>
Fonctions membres publiques | |
virtual | ~ElementIndex () |
virtual void | moveToIndex (FormulaCursor *, Direction)=0 |
virtual void | setToIndex (FormulaCursor *)=0 |
virtual bool | hasIndex () const=0 |
virtual BasicElement * | getElement ()=0 |
This type is used to work on indexes in a generic way.
Définition à la ligne 194 du fichier kformuladefs.h.
virtual ElementIndex::~ElementIndex | ( | ) | [inline, virtual] |
Définition à la ligne 197 du fichier kformuladefs.h.
virtual void ElementIndex::moveToIndex | ( | FormulaCursor * | , | |
Direction | ||||
) | [pure virtual] |
Moves the cursor inside the index. The index has to exist.
virtual void ElementIndex::setToIndex | ( | FormulaCursor * | ) | [pure virtual] |
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.
virtual bool ElementIndex::hasIndex | ( | ) | const [pure virtual] |
Tells whether we own those indexes.
virtual BasicElement* ElementIndex::getElement | ( | ) | [pure virtual] |
Tells to which element the index belongs.