Planeshift
Public Member Functions

pawsGuildWindow Class Reference

#include <pawsguildwindow.h>

List of all members.

Public Member Functions

size_t GetLevel (const char *levelName)
void HandleMessage (MsgEntry *me)
virtual void Hide ()
 When the window is closed let the controller window know about it.
bool IsCreatingGuild ()
virtual bool OnButtonPressed (int mouseButton, int keyModifier, pawsWidget *widget)
 Handles when a button is pressed.
virtual bool OnButtonReleased (int mouseButton, int keyModifier, pawsWidget *widget)
 Called whenever a button is released.
void OnItemChosen (const char *name, int param, int itemNum, const csString &itemText)
void OnNumberEntered (const char *name, int param, int value)
void OnStringEntered (const char *name, int param, const char *value)
 Handle popup question window callback.
 pawsGuildWindow ()
virtual bool PostSetup ()
 This is called after the widget and all of it's children have been created.
void SetCreatingGuild (bool v)
virtual void Show ()
 When the window is opened let the controller window know about it.
virtual ~pawsGuildWindow ()

Detailed Description

Definition at line 43 of file pawsguildwindow.h.


Constructor & Destructor Documentation

pawsGuildWindow::pawsGuildWindow ( )
virtual pawsGuildWindow::~pawsGuildWindow ( ) [virtual]

Member Function Documentation

size_t pawsGuildWindow::GetLevel ( const char *  levelName)
void pawsGuildWindow::HandleMessage ( MsgEntry me) [virtual]

Implements psClientNetSubscriber.

virtual void pawsGuildWindow::Hide ( ) [virtual]

When the window is closed let the controller window know about it.

Reimplemented from pawsControlledWindow.

bool pawsGuildWindow::IsCreatingGuild ( ) [inline]

Definition at line 59 of file pawsguildwindow.h.

virtual bool pawsGuildWindow::OnButtonPressed ( int  mouseButton,
int  keyModifier,
pawsWidget widget 
) [virtual]

Handles when a button is pressed.

Reimplemented from pawsWidget.

virtual bool pawsGuildWindow::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.

void pawsGuildWindow::OnItemChosen ( const char *  name,
int  param,
int  itemNum,
const csString &  itemText 
) [virtual]

Implements iOnItemChosenAction.

void pawsGuildWindow::OnNumberEntered ( const char *  name,
int  param,
int  value 
) [virtual]
void pawsGuildWindow::OnStringEntered ( const char *  name,
int  param,
const char *  value 
) [virtual]

Handle popup question window callback.

Implements iOnStringEnteredAction.

virtual bool pawsGuildWindow::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 pawsGuildWindow::SetCreatingGuild ( bool  v) [inline]

Definition at line 60 of file pawsguildwindow.h.

virtual void pawsGuildWindow::Show ( void  ) [virtual]

When the window is opened let the controller window know about it.

Reimplemented from pawsControlledWindow.


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