Planeshift
|
psQuestion is superclass of all question types. More...
#include <questionclient.h>
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 |
psQuestion is superclass of all question types.
Definition at line 31 of file questionclient.h.
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.
virtual void psQuestion::Cancel | ( | ) | [pure virtual] |
Cancels answering of this question, for example closes some PAWS window Question deletes itself.
uint32_t psQuestion::questionID [protected] |
Definition at line 41 of file questionclient.h.