Planeshift
Public Member Functions

pawsInventoryDollView Class Reference

The character window - here we add a mouse listener so you can drag-n-drop inventory onto the avatar and have it automagically allocated to the correct spot. More...

#include <pawsinventorydollview.h>

List of all members.

Public Member Functions

virtual bool OnMouseDown (int button, int modifiers, int x, int y)
 Manage mouse down event to test for and apply window changes.

Detailed Description

The character window - here we add a mouse listener so you can drag-n-drop inventory onto the avatar and have it automagically allocated to the correct spot.

Definition at line 29 of file pawsinventorydollview.h.


Member Function Documentation

virtual bool pawsInventoryDollView::OnMouseDown ( int  button,
int  modifiers,
int  x,
int  y 
) [virtual]

Manage mouse down event to test for and apply window changes.

Parameters:
buttonType of button: 1 resizable or movable, 2 context menu or config window.
modifiersUsed with PAWS_CONSTRUCTION.
xUsed to test for resize.
yUsed to test for resize.
Returns:
bool TRUE if movable or resizable.
Remarks:
calls OnMouseDown on it's parent.

Reimplemented from pawsObjectView.


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