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

Public Member Functions | |
| LineCmd (FrameBuffer *pFB, Rect placement, DrawContext dc, bool bBack=false) | |
| virtual void | exec () |
| Command execution. This should save undo informations. | |
| virtual std::string | name () |
| Command identification. This will appear in config file. | |
| LineCmd (FrameBuffer *pFB, const std::string &args) | |
Static Public Attributes | |
| static const char *const | szCmdName |
| command id string | |
Definition at line 162 of file draw.h.
| LineCmd::LineCmd | ( | FrameBuffer * | pFB, | |
| Rect | placement, | |||
| DrawContext | dc, | |||
| bool | bBack = false | |||
| ) | [inline] |
| LineCmd::LineCmd | ( | FrameBuffer * | pFB, | |
| const std::string & | args | |||
| ) | [inline] |
Import line command.
| pFB | Pointer to frame buffer to work with. | |
| args | Data to import -- previously returned by PlacementCmd::args() method. |
| virtual void LineCmd::exec | ( | ) | [virtual] |
| virtual std::string LineCmd::name | ( | ) | [inline, virtual] |
Command identification. This will appear in config file.
Implements SlowUndoSelectCmd.
Definition at line 175 of file draw.h.
References szCmdName.
const char* const LineCmd::szCmdName [static] |
1.5.2