Planeshift
|
pawsMenuSeparator - special menu item that visually splits the menu to more parts. More...
#include <pawsmenu.h>
Public Member Functions | |
virtual void | Draw () |
Draws the widget and all of it's children. | |
pawsMenuSeparator () | |
pawsMenuSeparator (const pawsMenuSeparator &origin) | |
Protected Attributes | |
iGraphics2D * | graphics2d |
pawsMenuSeparator - special menu item that visually splits the menu to more parts.
No OnMenuAction() event can be invoked with this menu item.
Definition at line 454 of file pawsmenu.h.
pawsMenuSeparator::pawsMenuSeparator | ( | ) |
pawsMenuSeparator::pawsMenuSeparator | ( | const pawsMenuSeparator & | origin | ) |
virtual void pawsMenuSeparator::Draw | ( | ) | [virtual] |
Draws the widget and all of it's children.
Reimplemented from pawsWidget.
iGraphics2D* pawsMenuSeparator::graphics2d [protected] |
Definition at line 463 of file pawsmenu.h.