1 #ifndef SIMPT_EDITOR_EDITABLE_ITEM_H_INCLUDED
2 #define SIMPT_EDITOR_EDITABLE_ITEM_H_INCLUDED
56 virtual void Highlight(
bool highlighted) = 0;
74 #endif // end_of_include_guard
virtual ~EditableItem()
Destructor.
Interface for an editable graphical representation.
Namespace for SimPT tissue editor package.
EditableItem()
Constructor.
virtual void SetHighlightColor(const QColor &color)=0
Set the highlight color to a given color.
virtual bool IsAtBoundary() const =0
Checks whether the item is at the boundary.
virtual void Highlight(bool highlighted)=0
Highlights the item in the canvas.
see the online Qt documentation
virtual void Update()
Update this item.