Planeshift
Public Member Functions | Protected Attributes

psQuestion Class Reference

psQuestion is superclass of all question types. More...

#include <questionclient.h>

List of all members.

Public Member Functions

virtual void Cancel ()=0
 Cancels answering of this question, for example closes some PAWS window Question deletes itself.
 psQuestion (uint32_t questionID)
virtual ~psQuestion ()

Protected Attributes

uint32_t questionID

Detailed Description

psQuestion is superclass of all question types.

Definition at line 31 of file questionclient.h.


Constructor & Destructor Documentation

psQuestion::psQuestion ( uint32_t  questionID) [inline]

Definition at line 34 of file questionclient.h.

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

Definition at line 35 of file questionclient.h.


Member Function Documentation

virtual void psQuestion::Cancel ( ) [pure virtual]

Cancels answering of this question, for example closes some PAWS window Question deletes itself.


Member Data Documentation

uint32_t psQuestion::questionID [protected]

Definition at line 41 of file questionclient.h.


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