Kate
KateViMotion Class Reference
combined class for motions and text objects. More...
#include <katevimotion.h>
Inheritance diagram for KateViMotion:

Public Member Functions | |
KateViRange | execute () const |
KateViMotion (KateViNormalMode *parent, const QString &pattern, KateViRange(KateViNormalMode::*commandMethod)(), unsigned int flags=0) | |
Protected Attributes | |
KateViRange(KateViNormalMode::* | 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
Definition at line 36 of file katevimotion.h.
Constructor & Destructor Documentation
KateViMotion::KateViMotion | ( | KateViNormalMode * | parent, | |
const QString & | pattern, | |||
KateViRange(KateViNormalMode::*)() | commandMethod, | |||
unsigned int | flags = 0 | |||
) |
Definition at line 22 of file katevimotion.cpp.
Member Function Documentation
KateViRange KateViMotion::execute | ( | ) | const |
Reimplemented from KateViCommand.
Definition at line 29 of file katevimotion.cpp.
Member Data Documentation
KateViRange(KateViNormalMode::* KateViMotion::m_ptr2commandMethod)() [protected] |
Reimplemented from KateViCommand.
The documentation for this class was generated from the following files: