Planeshift
Public Member Functions | Protected Attributes

pawsMenuSeparator Class Reference

pawsMenuSeparator - special menu item that visually splits the menu to more parts. More...

#include <pawsmenu.h>

List of all members.

Public Member Functions

virtual void Draw ()
 Draws the widget and all of it's children.
 pawsMenuSeparator ()
 pawsMenuSeparator (const pawsMenuSeparator &origin)

Protected Attributes

iGraphics2D * graphics2d

Detailed Description

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.


Constructor & Destructor Documentation

pawsMenuSeparator::pawsMenuSeparator ( )
pawsMenuSeparator::pawsMenuSeparator ( const pawsMenuSeparator origin)

Member Function Documentation

virtual void pawsMenuSeparator::Draw ( ) [virtual]

Draws the widget and all of it's children.

Remarks:
Uses clipping rect of it's parent to define drawing area. If the drawing area defined is empty it returns.

Reimplemented from pawsWidget.


Member Data Documentation

iGraphics2D* pawsMenuSeparator::graphics2d [protected]

Definition at line 463 of file pawsmenu.h.


The documentation for this class was generated from the following file: