#include <ContextItem.h>

Public Member Functions | |
| ContextItem (QObject *parent) | |
| ContextItem * | get_context () const |
| QUndoStack * | get_history_stack () const |
| qint64 | get_id () const |
| void | set_history_stack (QUndoStack *hs) |
| void | set_context_item (ContextItem *item) |
Protected Attributes | |
| QUndoStack * | m_hs |
| qint64 | m_id |
Friends | |
| class | Tsar |
Each core object that has/can have a visual representation should inherit from this class.
Only core objects that inherit this class need to set the historystack which
they need to create/get themselves.
1.5.5