$search
#include <history.h>
Public Member Functions | |
| const Point * | get () const |
| Returns history. | |
| History () | |
| void | update (Point point) |
Static Public Attributes | |
| static const unsigned int | length = 10 |
Private Attributes | |
| Point | m_history [length] |
History class. Stores object history.
Definition at line 43 of file history.h.
| objtree::History::History | ( | ) |
Constructor. Creates empty history.
Definition at line 37 of file history.cpp.
| const Point* objtree::History::get | ( | ) | const [inline] |
| void objtree::History::update | ( | Point | point | ) |
const unsigned int objtree::History::length = 10 [static] |
Point objtree::History::m_history[length] [private] |