#include <draw.h>
Inheritance diagram for GrayScaleCmd:

Public Member Functions | |
| GrayScaleCmd (FrameBuffer *pFB) | |
| virtual void | exec () |
| Command execution. This should save undo informations. | |
| 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. | |
| GrayScaleCmd (FrameBuffer *pFB, const std::string &) | |
Static Public Attributes | |
| static const char *const | szCmdName |
| Command id string. | |
Definition at line 385 of file draw.h.
| GrayScaleCmd::GrayScaleCmd | ( | FrameBuffer * | pFB | ) | [inline] |
| GrayScaleCmd::GrayScaleCmd | ( | FrameBuffer * | pFB, | |
| const std::string & | ||||
| ) | [inline] |
| virtual void GrayScaleCmd::exec | ( | ) | [virtual] |
| virtual std::string GrayScaleCmd::name | ( | ) | [inline, virtual] |
Command identification. This will appear in config file.
Implements SlowUndoSelectCmd.
Definition at line 397 of file draw.h.
References szCmdName.
| virtual std::string GrayScaleCmd::args | ( | ) | [inline, virtual] |
const char* const GrayScaleCmd::szCmdName [static] |
1.5.2