PluginCmd Class Reference

#include <command.h>

Inheritance diagram for PluginCmd:

SlowUndoCmd Cmd List of all members.

Public Member Functions

 PluginCmd (FrameBuffer *pFB, std::string pluginName, std::string args)
virtual void exec ()
 Save current frame buffer as undo information.
virtual std::string name ()
 Command identification. This will appear in config file.
virtual std::string args ()
 Command export to text string. Needed for macro saving.

Detailed Description

Plugin call command

Definition at line 101 of file command.h.


Constructor & Destructor Documentation

PluginCmd::PluginCmd ( FrameBuffer pFB,
std::string  pluginName,
std::string  args 
) [inline]

Initialize plugin command.

Parameters:
pFB Pointer to frame buffer to work with.
pluginName Plugin name (identification)
args Plugin arguments passed to plugin.

Definition at line 109 of file command.h.


Member Function Documentation

virtual void PluginCmd::exec (  )  [virtual]

Save current frame buffer as undo information.

Reimplemented from SlowUndoCmd.

virtual std::string PluginCmd::name (  )  [inline, virtual]

Command identification. This will appear in config file.

Implements SlowUndoCmd.

Definition at line 115 of file command.h.

virtual std::string PluginCmd::args (  )  [inline, virtual]

Command export to text string. Needed for macro saving.

Implements SlowUndoCmd.

Definition at line 116 of file command.h.


The documentation for this class was generated from the following file:
Generated on Wed Aug 29 00:01:04 2007 for GED 2006 by  doxygen 1.5.2