okteta
#include <bookmarkstool.h>

Signals | |
| void | bookmarksAdded (const QList< Okteta::Bookmark > &bookmarks) |
| void | bookmarksModified (const QList< int > &indizes) |
| void | bookmarksRemoved (const QList< Okteta::Bookmark > &bookmarks) |
| void | canCreateBookmarkChanged (bool canCreateBookmark) |
| void | hasBookmarksChanged (bool hasBookmarks) |
| void | offsetCodingChanged (int offsetCoding) |
Signals inherited from Kasten2::AbstractTool | |
| void | titleChanged (const QString &newTitle) |
Public Member Functions | |
| BookmarksTool () | |
| virtual | ~BookmarksTool () |
| const Okteta::Bookmark & | bookmarkAt (unsigned int index) const |
| unsigned int | bookmarksCount () const |
| bool | canCreateBookmark () const |
| Okteta::Bookmark | createBookmark () |
| void | deleteBookmarks (const QList< Okteta::Bookmark > &bookmarks) |
| void | gotoBookmark (const Okteta::Bookmark &bookmark) |
| bool | hasBookmarks () const |
| int | indexOf (const Okteta::Bookmark &bookmark) const |
| int | offsetCoding () const |
| void | setBookmarkName (unsigned int bookmarkIndex, const QString &name) |
| virtual void | setTargetModel (AbstractModel *model) |
| virtual QString | title () const |
Public Member Functions inherited from Kasten2::AbstractTool | |
| virtual | ~AbstractTool () |
Additional Inherited Members | |
Protected Member Functions inherited from Kasten2::AbstractTool | |
| AbstractTool () | |
Protected Attributes inherited from Kasten2::AbstractTool | |
| Private *const | d |
Detailed Description
Definition at line 47 of file bookmarkstool.h.
Constructor & Destructor Documentation
| Kasten2::BookmarksTool::BookmarksTool | ( | ) |
Definition at line 48 of file bookmarkstool.cpp.
|
virtual |
Definition at line 207 of file bookmarkstool.cpp.
Member Function Documentation
| const Okteta::Bookmark & Kasten2::BookmarksTool::bookmarkAt | ( | unsigned int | index | ) | const |
Definition at line 57 of file bookmarkstool.cpp.
|
signal |
| unsigned int Kasten2::BookmarksTool::bookmarksCount | ( | ) | const |
Definition at line 75 of file bookmarkstool.cpp.
|
signal |
|
signal |
| bool Kasten2::BookmarksTool::canCreateBookmark | ( | ) | const |
Definition at line 56 of file bookmarkstool.cpp.
|
signal |
| Okteta::Bookmark Kasten2::BookmarksTool::createBookmark | ( | ) |
Definition at line 129 of file bookmarkstool.cpp.
| void Kasten2::BookmarksTool::deleteBookmarks | ( | const QList< Okteta::Bookmark > & | bookmarks | ) |
Definition at line 158 of file bookmarkstool.cpp.
| void Kasten2::BookmarksTool::gotoBookmark | ( | const Okteta::Bookmark & | bookmark | ) |
Definition at line 165 of file bookmarkstool.cpp.
| bool Kasten2::BookmarksTool::hasBookmarks | ( | ) | const |
|
signal |
| int Kasten2::BookmarksTool::indexOf | ( | const Okteta::Bookmark & | bookmark | ) | const |
Definition at line 58 of file bookmarkstool.cpp.
| int Kasten2::BookmarksTool::offsetCoding | ( | ) | const |
Definition at line 76 of file bookmarkstool.cpp.
|
signal |
| void Kasten2::BookmarksTool::setBookmarkName | ( | unsigned int | bookmarkIndex, |
| const QString & | name | ||
| ) |
Definition at line 174 of file bookmarkstool.cpp.
|
virtual |
Implements Kasten2::AbstractTool.
Definition at line 79 of file bookmarkstool.cpp.
|
virtual |
Implements Kasten2::AbstractTool.
Definition at line 55 of file bookmarkstool.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:12 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Signals inherited from