Schim
Public Member Functions | List of all members
Vim::Action Class Reference

An action in vim-mode. More...

#include <vim.h>

Public Member Functions

 Action (const QString &command, int count=0)
 Construct a vim-action.
 
QString getCommand () const
 Get the vim-command associated with this action.
 
Count getCount () const
 Get the vim-count associated with this action.
 
bool operator== (const QString &cmd) const
 Is this action's command identical to cmd?
 

Detailed Description

An action in vim-mode.

A vim-action is a key sequence that is accompanied with some extra data:


The documentation for this class was generated from the following file: