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

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