okteta
#include <bookmarkable.h>
Public Member Functions | |
virtual | ~Bookmarkable () |
virtual void | addBookmarks (const QList< Okteta::Bookmark > &bookmarks)=0 |
virtual const Okteta::Bookmark & | bookmarkAt (unsigned int index) const =0 |
virtual const Okteta::Bookmark & | bookmarkFor (int offset) const =0 |
virtual void | bookmarksAdded (const QList< Okteta::Bookmark > &bookmarks)=0 |
virtual unsigned int | bookmarksCount () const =0 |
virtual void | bookmarksModified (const QList< int > &indizes)=0 |
virtual void | bookmarksModified (bool modified)=0 |
virtual void | bookmarksRemoved (const QList< Okteta::Bookmark > &bookmarks)=0 |
virtual bool | containsBookmarkFor (int offset) const =0 |
virtual Okteta::BookmarksConstIterator | createBookmarksConstIterator () const =0 |
virtual void | removeAllBookmarks ()=0 |
virtual void | removeBookmarks (const QList< Okteta::Bookmark > &bookmarks)=0 |
virtual void | setBookmark (unsigned int index, const Okteta::Bookmark &bookmark)=0 |
Detailed Description
Definition at line 39 of file bookmarkable.h.
Constructor & Destructor Documentation
|
inlinevirtual |
Definition at line 66 of file bookmarkable.h.
Member Function Documentation
|
pure virtual |
Implemented in Okteta::PieceTableByteArrayModel, and Okteta::ByteArrayModel.
|
pure virtual |
Implemented in Okteta::PieceTableByteArrayModel, and Okteta::ByteArrayModel.
|
pure virtual |
Implemented in Okteta::PieceTableByteArrayModel, and Okteta::ByteArrayModel.
|
pure virtual |
|
pure virtual |
Implemented in Okteta::PieceTableByteArrayModel, and Okteta::ByteArrayModel.
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
Implemented in Okteta::PieceTableByteArrayModel, and Okteta::ByteArrayModel.
|
pure virtual |
Implemented in Okteta::PieceTableByteArrayModel, and Okteta::ByteArrayModel.
|
pure virtual |
Implemented in Okteta::PieceTableByteArrayModel, and Okteta::ByteArrayModel.
|
pure virtual |
Implemented in Okteta::PieceTableByteArrayModel, and Okteta::ByteArrayModel.
|
pure virtual |
Implemented in Okteta::PieceTableByteArrayModel, and Okteta::ByteArrayModel.
The documentation for this class was generated from the following file:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:13 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.