Planeshift
Public Member Functions

pawsSummaryWindow Class Reference

#include <pawssummary.h>

List of all members.

Public Member Functions

bool CheckLoadStatus ()
 loads the mesh in the char view
void Draw ()
 Draws the widget and all of it's children.
bool OnButtonReleased (int mouseButton, int keyModifier, pawsWidget *widget)
 Called whenever a button is released.
 pawsSummaryWindow ()
bool PostSetup ()
 This is called after the widget and all of it's children have been created.
void SetVerify (csArray< psCharVerificationMesg::Attribute > stats, csArray< psCharVerificationMesg::Attribute > skill)
void Show ()
 Makes widget visible and brings it to the front.
void Update ()
 ~pawsSummaryWindow ()

Detailed Description

Definition at line 30 of file pawssummary.h.


Constructor & Destructor Documentation

pawsSummaryWindow::pawsSummaryWindow ( )
pawsSummaryWindow::~pawsSummaryWindow ( )

Member Function Documentation

bool pawsSummaryWindow::CheckLoadStatus ( ) [virtual]

loads the mesh in the char view

Implements DelayedLoader.

void pawsSummaryWindow::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.

bool pawsSummaryWindow::OnButtonReleased ( int  button,
int  keyModifier,
pawsWidget widget 
) [virtual]

Called whenever a button is released.

Parameters:
buttonThe button released.
keyModifierModifier key in effect.
widgetThe widget the button belongs to.
Returns:
bool Parent's result or FALSE if no parent.

Reimplemented from pawsWidget.

bool pawsSummaryWindow::PostSetup ( ) [virtual]

This is called after the widget and all of it's children have been created.

Remarks:
This can be useful for widgets that want to get pointers to some of it's children for quick access.

Reimplemented from pawsWidget.

void pawsSummaryWindow::SetVerify ( csArray< psCharVerificationMesg::Attribute stats,
csArray< psCharVerificationMesg::Attribute skill 
)
void pawsSummaryWindow::Show ( ) [virtual]

Makes widget visible and brings it to the front.

Sets visible TRUE shows border if present then calls BringToTop() on itself.

Reimplemented from pawsWidget.

void pawsSummaryWindow::Update ( )

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