Planeshift
Public Member Functions

pawsDetailWindow Class Reference

A simple info window that displays the position and sector of player. More...

#include <pawsdetailwindow.h>

List of all members.

Public Member Functions

bool FillInfo ()
void HandleMessage (MsgEntry *me)
bool OnButtonPressed (int mouseButton, int keyModifier, pawsWidget *widget)
 Called whenever a button is pressed.
 pawsDetailWindow ()
bool PostSetup ()
 This is called after the widget and all of it's children have been created.
void RequestDetails ()
bool SelectTab (pawsWidget *widget)
void UpdateTabsVisibility (bool Skills, bool CharCreation, bool OOCDescription)
virtual ~pawsDetailWindow ()

Detailed Description

A simple info window that displays the position and sector of player.

Definition at line 34 of file pawsdetailwindow.h.


Constructor & Destructor Documentation

pawsDetailWindow::pawsDetailWindow ( )
virtual pawsDetailWindow::~pawsDetailWindow ( ) [virtual]

Member Function Documentation

bool pawsDetailWindow::FillInfo ( )
void pawsDetailWindow::HandleMessage ( MsgEntry me) [virtual]

Implements psClientNetSubscriber.

bool pawsDetailWindow::OnButtonPressed ( int  button,
int  keyModifier,
pawsWidget widget 
) [virtual]

Called whenever a button is pressed.

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

Reimplemented from pawsWidget.

bool pawsDetailWindow::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 pawsDetailWindow::RequestDetails ( )
bool pawsDetailWindow::SelectTab ( pawsWidget widget)
void pawsDetailWindow::UpdateTabsVisibility ( bool  Skills,
bool  CharCreation,
bool  OOCDescription 
)

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