kateexternaltools.h
60 KateExternalToolsMenuAction( const TQString &text=TQString::null, TQObject *parent=0, const char* name=0, class KateMainWindow *mw=0 );
A Dialog to edit a single KateExternalTool object.
Definition: kateexternaltools.h:203
int save
We can save documents prior to activating the tool command: 0 = nothing, 1 = current document,...
Definition: kateexternaltools.h:121
TQStringList mimetypes
Optional list of mimetypes for which this action is valid.
Definition: kateexternaltools.h:117
bool valid(const TQString &mimetype) const
Definition: kateexternaltools.cpp:128
TQString acname
The name for the action. This is generated first time the action is is created.
Definition: kateexternaltools.h:119
bool hasexec
This is set by the constructor by calling checkExec(), if a value is present.
Definition: kateexternaltools.h:118
A Singleton class for invoking external tools with the view command line.
Definition: kateexternaltools.h:182
The external tools action This action creates a menu, in which each item will launch a process with t...
Definition: kateexternaltools.h:55