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

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