okteta
selectrangetool.cpp
Go to the documentation of this file.
77 QString SelectRangeTool::title() const { return i18nc("@title:window of the tool to select a range", "Select"); }
int currentSelectionStart() const
Definition: selectrangetool.cpp:48
void setSelection(Okteta::Address start, Okteta::Address end)
Definition: bytearrayview.cpp:276
void setIsEndRelative(bool isEndRelative)
Definition: selectrangetool.cpp:130
Okteta::AddressRange selection() const
Definition: bytearrayview.cpp:271
virtual Size size() const =0
void isUsableChanged(bool isUsable)
T findBaseModel() const
returns the first baseModel which is of type T, or null if none is found.
Definition: abstractmodel.h:93
int currentSelectionEnd() const
Definition: selectrangetool.cpp:54
void setTargetStart(Okteta::Address start)
Definition: selectrangetool.cpp:108
virtual ~SelectRangeTool()
Definition: selectrangetool.cpp:191
Definition: bytearraydocument.h:54
Definition: abstractmodel.h:40
void setTargetEnd(Okteta::Address end)
Definition: selectrangetool.cpp:119
virtual void setTargetModel(AbstractModel *model)
Definition: selectrangetool.cpp:79
void setIsEndBackwards(bool isEndBackwards)
Definition: selectrangetool.cpp:141
Okteta::Address startOffset() const
Definition: bytearrayview.cpp:236
Definition: bytearrayview.h:51
void isApplyableChanged(bool isApplyable)
bool isEndBackwards() const
Definition: selectrangetool.h:105
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:09 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:09 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.