• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • kate
 

kate

  • Kate
  • Command
Public Member Functions | List of all members
Kate::Command Class Referenceabstract

#include <document.h>

Inheritance diagram for Kate::Command:
KateCommands::Character KateCommands::CoreCommands KateCommands::Date KateCommands::SedReplace

Public Member Functions

virtual TQStringList cmds ()=0
 
virtual bool exec (View *view, const TQString &cmd, TQString &msg)=0
 
virtual bool help (View *view, const TQString &cmd, TQString &msg)=0
 

Detailed Description

Kate Commands.

Definition at line 96 of file document.h.

Constructor & Destructor Documentation

◆ Command()

Kate::Command::Command ( )
inline

Definition at line 99 of file document.h.

◆ ~Command()

virtual Kate::Command::~Command ( )
inlinevirtual

Definition at line 100 of file document.h.

Member Function Documentation

◆ cmds()

virtual TQStringList Kate::Command::cmds ( )
pure virtual

Pure text start part of the commands which can be handled by this object which means i.e.

for s/sdl/sdf/g => s or for char:1212 => char

Implemented in KateCommands::CoreCommands, KateCommands::SedReplace, KateCommands::Character, and KateCommands::Date.

◆ exec()

virtual bool Kate::Command::exec ( View *  view,
const TQString &  cmd,
TQString &  msg 
)
pure virtual

Execute this command for the given view and cmd string, return a bool about success, msg for status.

Implemented in KateCommands::CoreCommands, KateCommands::SedReplace, KateCommands::Character, and KateCommands::Date.

◆ help()

virtual bool Kate::Command::help ( View *  view,
const TQString &  cmd,
TQString &  msg 
)
pure virtual

Shows help for the given view and cmd string, return a bool about success, msg for status.

Implemented in KateCommands::CoreCommands, KateCommands::SedReplace, KateCommands::Character, and KateCommands::Date.


The documentation for this class was generated from the following file:
  • document.h

kate

Skip menu "kate"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

kate

Skip menu "kate"
  • arts
  • dcop
  • dnssd
  • interfaces
  •   kspeech
  •     interface
  •     library
  •   tdetexteditor
  • kate
  • kded
  • kdoctools
  • kimgio
  • kjs
  • libtdemid
  • libtdescreensaver
  • tdeabc
  • tdecmshell
  • tdecore
  • tdefx
  • tdehtml
  • tdeinit
  • tdeio
  •   bookmarks
  •   httpfilter
  •   kpasswdserver
  •   kssl
  •   tdefile
  •   tdeio
  •   tdeioexec
  • tdeioslave
  •   http
  • tdemdi
  •   tdemdi
  • tdenewstuff
  • tdeparts
  • tdeprint
  • tderandr
  • tderesources
  • tdespell2
  • tdesu
  • tdeui
  • tdeunittest
  • tdeutils
  • tdewallet
Generated for kate by doxygen 1.9.4
This website is maintained by Timothy Pearson.