Design Patterns
operational::memento::Graphic Class Reference

#include <graphic.h>

Collaboration diagram for operational::memento::Graphic:

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)
 

Constructor & Destructor Documentation

operational::memento::Graphic::Graphic ( )
operational::memento::Graphic::Graphic ( std::string  id)
explicit

Member Function Documentation

std::string operational::memento::Graphic::id ( ) const
void operational::memento::Graphic::Move ( const structural::commons::Point< float > &  point)

Here is the call graph for this function:

Here is the caller graph for this function:

const structural::commons::Point< float > & operational::memento::Graphic::point ( ) const

Here is the caller graph for this function:

void operational::memento::Graphic::point ( const structural::commons::Point< float > &  point)

Here is the call graph for this function:


The documentation for this class was generated from the following files: