Design Patterns
|
#include <graphic.h>
Public Member Functions | |
Graphic () | |
Graphic (std::string id) | |
void | Move (const structural::commons::Point< float > &) |
std::string | id () const |
const structural::commons::Point< float > & | point () const |
void | point (const structural::commons::Point< float > &point) |
operational::memento::Graphic::Graphic | ( | ) |
|
explicit |
std::string operational::memento::Graphic::id | ( | ) | const |
void operational::memento::Graphic::Move | ( | const structural::commons::Point< float > & | point | ) |
const structural::commons::Point< float > & operational::memento::Graphic::point | ( | ) | const |
void operational::memento::Graphic::point | ( | const structural::commons::Point< float > & | point | ) |