Planeshift
Public Member Functions

pawsWritingWindow Class Reference

lalalala More...

#include <pawswritingwindow.h>

List of all members.

Public Member Functions

void HandleMessage (MsgEntry *me)
bool OnButtonPressed (int mouseButton, int keyModifier, pawsWidget *widget)
 Called whenever a button is pressed.
void OnStringEntered (const char *name, int param, const char *value)
 When the pawsStringPromptWindow is created, a ptr to a class which implements this function is provided, and a "name" string is provided, so that a single window can use 1 callback for many fields.
 pawsWritingWindow ()
bool PostSetup ()
 This is called after the widget and all of it's children have been created.
void RequestDetails ()
virtual ~pawsWritingWindow ()

Detailed Description

lalalala

Definition at line 36 of file pawswritingwindow.h.


Constructor & Destructor Documentation

pawsWritingWindow::pawsWritingWindow ( )
virtual pawsWritingWindow::~pawsWritingWindow ( ) [virtual]

Member Function Documentation

void pawsWritingWindow::HandleMessage ( MsgEntry me) [virtual]

Implements psClientNetSubscriber.

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

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

When the pawsStringPromptWindow is created, a ptr to a class which implements this function is provided, and a "name" string is provided, so that a single window can use 1 callback for many fields.

Implements iOnStringEnteredAction.

bool pawsWritingWindow::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 pawsWritingWindow::RequestDetails ( )

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