Planeshift
Public Member Functions

pawsContainerDescWindow Class Reference

A window that shows the description of an container. More...

#include <pawscontainerdescwindow.h>

List of all members.

Public Member Functions

ContainerID GetContainerID ()
 Return the container ID of the current displayed container.
void HandleMessage (MsgEntry *message)
bool OnButtonPressed (int mouseButton, int keyModifier, pawsWidget *widget)
 Called whenever a button is pressed.
 pawsContainerDescWindow ()
bool PostSetup ()
 This is called after the widget and all of it's children have been created.
virtual ~pawsContainerDescWindow ()

Detailed Description

A window that shows the description of an container.

Definition at line 34 of file pawscontainerdescwindow.h.


Constructor & Destructor Documentation

pawsContainerDescWindow::pawsContainerDescWindow ( )
virtual pawsContainerDescWindow::~pawsContainerDescWindow ( ) [virtual]

Member Function Documentation

ContainerID pawsContainerDescWindow::GetContainerID ( ) [inline]

Return the container ID of the current displayed container.

Definition at line 50 of file pawscontainerdescwindow.h.

void pawsContainerDescWindow::HandleMessage ( MsgEntry message) [virtual]

Implements psClientNetSubscriber.

bool pawsContainerDescWindow::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 pawsContainerDescWindow::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.


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