okteta
#include <bookmarklist.h>

Public Member Functions | |
BookmarkList () | |
~BookmarkList () | |
void | addBookmark (const Bookmark &bookmark) |
void | addBookmarks (const QList< Okteta::Bookmark > &bookmarks) |
bool | adjustToReplaced (Address offset, Size removedLength, Size insertedLength) |
bool | adjustToSwapped (Address firstPartStart, Address secondPartStart, Size secondPartLength) |
const Bookmark & | at (unsigned int index) const |
const Bookmark & | bookmark (Address offset) const |
bool | contains (Address offset) const |
QList< Okteta::Bookmark > | list () const |
void | removeBookmark (const Bookmark &bookmark) |
void | removeBookmarks (const QList< Okteta::Bookmark > &bookmarks) |
void | setBookmark (unsigned int index, const Bookmark &bookmark) |
Detailed Description
Definition at line 40 of file bookmarklist.h.
Constructor & Destructor Documentation
Okteta::BookmarkList::BookmarkList | ( | ) |
Definition at line 32 of file bookmarklist.cpp.
Okteta::BookmarkList::~BookmarkList | ( | ) |
Definition at line 222 of file bookmarklist.cpp.
Member Function Documentation
void Okteta::BookmarkList::addBookmark | ( | const Bookmark & | bookmark | ) |
Definition at line 34 of file bookmarklist.cpp.
void Okteta::BookmarkList::addBookmarks | ( | const QList< Okteta::Bookmark > & | bookmarks | ) |
Definition at line 64 of file bookmarklist.cpp.
bool Okteta::BookmarkList::adjustToReplaced | ( | Address | offset, |
Size | removedLength, | ||
Size | insertedLength | ||
) |
Definition at line 106 of file bookmarklist.cpp.
bool Okteta::BookmarkList::adjustToSwapped | ( | Address | firstPartStart, |
Address | secondPartStart, | ||
Size | secondPartLength | ||
) |
Definition at line 131 of file bookmarklist.cpp.
const Bookmark & Okteta::BookmarkList::at | ( | unsigned int | index | ) | const |
Definition at line 207 of file bookmarklist.cpp.
Definition at line 177 of file bookmarklist.cpp.
bool Okteta::BookmarkList::contains | ( | Address | offset | ) | const |
Definition at line 190 of file bookmarklist.cpp.
QList< Okteta::Bookmark > Okteta::BookmarkList::list | ( | ) | const |
Definition at line 167 of file bookmarklist.cpp.
void Okteta::BookmarkList::removeBookmark | ( | const Bookmark & | bookmark | ) |
Definition at line 70 of file bookmarklist.cpp.
void Okteta::BookmarkList::removeBookmarks | ( | const QList< Okteta::Bookmark > & | bookmarks | ) |
Definition at line 86 of file bookmarklist.cpp.
void Okteta::BookmarkList::setBookmark | ( | unsigned int | index, |
const Bookmark & | bookmark | ||
) |
Definition at line 92 of file bookmarklist.cpp.
The documentation for this class was generated from the following files:
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.