KateVi::Motion
KateVi::Motion Class Reference
#include <motion.h>
Inherits KateVi::Command.
Public Member Functions | |
Motion (const QString &pattern, Range(NormalViMode::*commandMethod)(), unsigned int flags=0) | |
Range | execute (NormalViMode *mode) const |
Protected Attributes | |
Range(NormalViMode::* | m_ptr2commandMethod )() |
Detailed Description
combined class for motions and text objects.
execute() returns a KateViRange. For motions the returned range is only a position (start pos is (-1, -1) to indicate this) for text objects a range (startx, starty), (endx, endy) is returned
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Sun Jun 26 2022 03:49:56 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2022 The KDE developers.
Generated on Sun Jun 26 2022 03:49:56 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.