Planeshift
|
QuestionManager keeps track of all the questions of any kind that are pending. More...
#include <questionmanager.h>
Public Member Functions | |
void | CancelQuestion (PendingQuestion *question) |
Removes specified question from list and from GUI on questioned client. | |
QuestionManager () | |
void | SendQuestion (PendingQuestion *question) |
Sends a question to a client. | |
virtual | ~QuestionManager () |
Protected Member Functions | |
void | HandleQuestionResponse (MsgEntry *pMsg, Client *client) |
Protected Attributes | |
csHash< PendingQuestion * > | questions |
QuestionManager keeps track of all the questions of any kind that are pending.
Definition at line 105 of file questionmanager.h.
QuestionManager::QuestionManager | ( | ) |
virtual QuestionManager::~QuestionManager | ( | ) | [virtual] |
void QuestionManager::CancelQuestion | ( | PendingQuestion * | question | ) |
Removes specified question from list and from GUI on questioned client.
void QuestionManager::SendQuestion | ( | PendingQuestion * | question | ) |
Sends a question to a client.
csHash<PendingQuestion*> QuestionManager::questions [protected] |
Definition at line 122 of file questionmanager.h.