okteta
#include <selectrangetool.h>

Public Slots | |
| void | select () |
| void | setIsEndBackwards (bool isEndBackwards) |
| void | setIsEndRelative (bool isEndRelative) |
| void | setTargetEnd (Okteta::Address end) |
| void | setTargetStart (Okteta::Address start) |
Signals | |
| void | isApplyableChanged (bool isApplyable) |
| void | isUsableChanged (bool isUsable) |
Signals inherited from Kasten2::AbstractTool | |
| void | titleChanged (const QString &newTitle) |
Public Member Functions | |
| SelectRangeTool () | |
| virtual | ~SelectRangeTool () |
| int | currentSelectionEnd () const |
| int | currentSelectionStart () const |
| bool | isApplyable () const |
| bool | isEndBackwards () const |
| bool | isEndRelative () const |
| bool | isUsable () const |
| virtual void | setTargetModel (AbstractModel *model) |
| int | targetSelectionEnd () const |
| int | targetSelectionStart () const |
| 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 44 of file selectrangetool.h.
Constructor & Destructor Documentation
| Kasten2::SelectRangeTool::SelectRangeTool | ( | ) |
Definition at line 37 of file selectrangetool.cpp.
|
virtual |
Definition at line 191 of file selectrangetool.cpp.
Member Function Documentation
| int Kasten2::SelectRangeTool::currentSelectionEnd | ( | ) | const |
Definition at line 54 of file selectrangetool.cpp.
| int Kasten2::SelectRangeTool::currentSelectionStart | ( | ) | const |
Definition at line 48 of file selectrangetool.cpp.
| bool Kasten2::SelectRangeTool::isApplyable | ( | ) | const |
Definition at line 66 of file selectrangetool.cpp.
|
signal |
|
inline |
Definition at line 105 of file selectrangetool.h.
|
inline |
Definition at line 104 of file selectrangetool.h.
| bool Kasten2::SelectRangeTool::isUsable | ( | ) | const |
Definition at line 61 of file selectrangetool.cpp.
|
signal |
|
slot |
Definition at line 153 of file selectrangetool.cpp.
|
slot |
Definition at line 141 of file selectrangetool.cpp.
|
slot |
Definition at line 130 of file selectrangetool.cpp.
|
slot |
Definition at line 119 of file selectrangetool.cpp.
|
virtual |
Implements Kasten2::AbstractTool.
Definition at line 79 of file selectrangetool.cpp.
|
slot |
Definition at line 108 of file selectrangetool.cpp.
|
inline |
Definition at line 103 of file selectrangetool.h.
|
inline |
Definition at line 102 of file selectrangetool.h.
|
virtual |
Implements Kasten2::AbstractTool.
Definition at line 77 of file selectrangetool.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