Planeshift
Public Member Functions

AdminCmdDataCheckItem Class Reference

Class for item check command. More...

#include <adminmanager.h>

List of all members.

Public Member Functions

 AdminCmdDataCheckItem ()
 Creates obj for specified item check command.
 AdminCmdDataCheckItem (AdminManager *msgManager, MsgEntry *me, psAdminCmdMessage &msg, Client *client, WordArray &words)
 Parses the given message and stores its data.
virtual AdminCmdDataCreateCmdData (AdminManager *msgManager, MsgEntry *me, psAdminCmdMessage &msg, Client *client, WordArray &words)
 Creates an object containing the parsed data for an item check.
virtual csString GetHelpMessage ()
 Returns a helpmessage that fits to the parser of the class.
virtual ~AdminCmdDataCheckItem ()

Detailed Description

Class for item check command.

Definition at line 1860 of file adminmanager.h.


Constructor & Destructor Documentation

AdminCmdDataCheckItem::AdminCmdDataCheckItem ( ) [inline]

Creates obj for specified item check command.

Definition at line 1865 of file adminmanager.h.

AdminCmdDataCheckItem::AdminCmdDataCheckItem ( AdminManager msgManager,
MsgEntry me,
psAdminCmdMessage msg,
Client client,
WordArray words 
)

Parses the given message and stores its data.

Parameters:
msgManagermessage manager that handles this command
meThe incoming message from the GM
msgpsAdminCmdMessage containing the message
clientclient of the network communication
wordscommand message to parse
virtual AdminCmdDataCheckItem::~AdminCmdDataCheckItem ( ) [inline, virtual]

Definition at line 1878 of file adminmanager.h.


Member Function Documentation

virtual AdminCmdData* AdminCmdDataCheckItem::CreateCmdData ( AdminManager msgManager,
MsgEntry me,
psAdminCmdMessage msg,
Client client,
WordArray words 
) [virtual]

Creates an object containing the parsed data for an item check.

Parameters:
msgManagermessage manager that handles this command
meThe incoming message from the GM
msgpsAdminCmdMessage containing the message
clientclient of the network communication
wordscommand message to parse
Returns:
AdminCmdData* pointer to object containing parsed data. When parsing failed the valid flag is set to false.

Reimplemented from AdminCmdDataItemTarget.

virtual csString AdminCmdDataCheckItem::GetHelpMessage ( ) [virtual]

Returns a helpmessage that fits to the parser of the class.

Returns:
csString: a help message to send back to the client

Reimplemented from AdminCmdDataItemTarget.


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