Functions documentation
BasicItem
(
Window
* window,
Widget2DProps
props,
ContextMenu
* cm);
Constructor.
virtual ~
BasicItem
();
Destructor.
ContextMenu
* GetParentWidget();
Returns ContextMenu widget to which Item is bound.
Variables documentation
ContextMenu
* m_ParentWidget;
Stores pointer to the parent Widget.