Planeshift
Public Member Functions

iOnStringEnteredAction Class Reference

This interface defines the callback used by pawsStringPromptWindow to notify another window of a supplied answer. More...

#include <pawsstringpromptwindow.h>

List of all members.

Public Member Functions

virtual void OnStringEntered (const char *name, int param, const char *value)=0
 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.
virtual ~iOnStringEnteredAction ()
 Basic deconstructor.

Detailed Description

This interface defines the callback used by pawsStringPromptWindow to notify another window of a supplied answer.

Definition at line 37 of file pawsstringpromptwindow.h.


Constructor & Destructor Documentation

virtual iOnStringEnteredAction::~iOnStringEnteredAction ( ) [inline, virtual]

Basic deconstructor.

Definition at line 49 of file pawsstringpromptwindow.h.


Member Function Documentation

virtual void iOnStringEnteredAction::OnStringEntered ( const char *  name,
int  param,
const char *  value 
) [pure 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.

Implemented in pawsBuddyWindow, pawsGmGUIWindow, pawsGroupWindow, pawsGuildWindow, pawsIgnoreWindow, pawsSketchWindow, pawsInteractWindow, pawsMusicWindow, pawsNpcDialogWindow, pawsPetitionGMWindow, pawsPetitionWindow, pawsQuestListWindow, pawsScriptHiredNPCWindow, and pawsWritingWindow.


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