MockMenuItem

Constructors

this
this(string displayString = "mockMenuItem", bool enabled = true)

Members

Properties

executed
bool executed [@property getter]

Whether the item has been executed or not.

Inherited Members

From MenuItem

displayString
string displayString;

Description of this item printed by the menu

enabled
bool enabled [@property getter]

Whether this item is enabled or not.

enabled
bool enabled [@property setter]

Allows for enabling or disabling this item

Meta