fhq-server
v0.2.33
Documentation for fhq-server. FreeHackQuest is an open source platform for competitions of computer security.
|
This is the complete list of members for CmdHandlerEventDelete, including all inherited members.
accessAdmin() | CmdHandlerBase | |
accessUnauthorized() | CmdHandlerBase | |
accessUser() | CmdHandlerBase | |
activatedFromVersion() | CmdHandlerBase | |
checkAccess(ModelRequest *pRequest) | CmdHandlerBase | |
cmd() | CmdHandlerBase | virtual |
CmdHandlerBase(const std::string &sCmd, const std::string &sDescription) | CmdHandlerBase | |
CmdHandlerEventDelete() | CmdHandlerEventDelete | |
deprecatedFromVersion() | CmdHandlerBase | |
description() | CmdHandlerBase | virtual |
handle(ModelRequest *pRequest) | CmdHandlerEventDelete | virtual |
inputs() | CmdHandlerBase | virtual |
m_sCmd | CmdHandlerBase | protected |
m_sDescription | CmdHandlerBase | protected |
optionalBooleanParam(const std::string &sName, const std::string &sDescription) | CmdHandlerBase | protected |
optionalIntegerParam(const std::string &sName, const std::string &sDescription) | CmdHandlerBase | protected |
optionalStringParam(const std::string &sName, const std::string &sDescription) | CmdHandlerBase | protected |
requireBooleanParam(const std::string &sName, const std::string &sDescription) | CmdHandlerBase | protected |
requireIntegerParam(const std::string &sName, const std::string &sDescription) | CmdHandlerBase | protected |
requireStringParam(const std::string &sName, const std::string &sDescription) | CmdHandlerBase | protected |
setAccessAdmin(bool bAccess) | CmdHandlerBase | protected |
setAccessUnauthorized(bool bAccess) | CmdHandlerBase | protected |
setAccessUser(bool bAccess) | CmdHandlerBase | protected |
setActivatedFromVersion(const std::string &sActivatedFromVersion) | CmdHandlerBase | protected |
setDeprecatedFromVersion(const std::string &sDeprecatedFromVersion) | CmdHandlerBase | protected |
TAG | CmdHandlerBase | protected |