Commandes devant être exécutées par l'éditeur. More...
#include "editor.h"
Public Member Functions | |
Command (CommandType type) | |
Constructeur. | |
Command (CommandType type, Drawing::Element const &el, bool b=false) | |
Constructeur. | |
Command (CommandType type, Drawing::Element const &el1, Drawing::Element const &el2, bool b=false) | |
Constructeur. | |
Command (CommandType type, Coord c1, Coord c2) | |
Constructeur. | |
Command (CommandType type, Point point) | |
Constructeur. | |
Public Attributes | |
CommandType | m_type |
Type. | |
Coord | m_c1 |
Premier attribut de type coordonnée. | |
Coord | m_c2 |
Deuxième attribut de type coordonnée. | |
Point | m_point |
Attribut point. | |
bool | m_bool |
Attribut de type booléen. | |
Drawing::Element | m_element1 |
Premier attribut de type Élement de dessin. | |
Drawing::Element | m_element2 |
Deuxième attribut de type Élément de dessin. | |
Commandes devant être exécutées par l'éditeur.