Inheritance diagram for os::MenuSeparator:
Public Member Functions | |
MenuSeparator () | |
~MenuSeparator () | |
internal | |
virtual Point | GetContentSize () |
Gets the size of the separator. | |
virtual void | Draw () |
Draws the os::MenuSeparator. | |
virtual void | DrawContent () |
virtual void | SetHighlighted (bool bHighlight) |
Tells the system to highlight or unhighlight this element. | |
virtual bool | IsSelectable () const |
Tells the system whether or not this item can be selected. |
MenuSeparator::MenuSeparator | ( | ) |
MenuSeparator::~MenuSeparator | ( | ) |
Point MenuSeparator::GetContentSize | ( | ) | [virtual] |
..
Reimplemented from os::MenuItem.
void MenuSeparator::Draw | ( | ) | [virtual] |
Reimplemented from os::MenuItem.
void MenuSeparator::DrawContent | ( | ) | [virtual] |
void MenuSeparator::SetHighlighted | ( | bool | bHighlight | ) | [virtual] |
..
bHighlighted | - To highlight this element set this to true(default) and to unhighlight set this to false. |
Reimplemented from os::MenuItem.
virtual bool os::MenuSeparator::IsSelectable | ( | ) | const [inline, virtual] |
Reimplemented from os::MenuItem.