KVIrc
4.9.2
DeveloperAPIs
|
#include "KviMainWindow.h"
#include "KviConsoleWindow.h"
#include "kvi_settings.h"
#include "KviKvsRunTimeContext.h"
#include "KviKvsVariantList.h"
#include "KviKvsSwitchList.h"
#include "KviKvsParameterProcessor.h"
Go to the source code of this file.
Namespaces | |
KviKvsCoreSimpleCommands | |
Macros | |
#define | KVSCSC(_name) bool _name(KviKvsRunTimeContext * __pContext, KviKvsVariantList * __pParams, KviKvsSwitchList * __pSwitches) |
#define | KVSCSC_PARAMETER(a, b, c, d) KVS_PARAMETER(a, b, c, d) |
#define | KVSCSC_PARAMETERS_BEGIN KVS_PARAMETERS_BEGIN(parameter_format_list) |
#define | KVSCSC_PARAMETERS_END |
#define | KVSCSC_pConnection __pContext->window()->connection() |
#define | KVSCSC_pContext __pContext |
#define | KVSCSC_pIrcContext __pContext->context() |
#define | KVSCSC_pParams __pParams |
#define | KVSCSC_pSwitches __pSwitches |
#define | KVSCSC_pWindow __pContext->window() |
#define | KVSCSC_REQUIRE_CONNECTION |
#define KVSCSC | ( | _name | ) | bool _name(KviKvsRunTimeContext * __pContext, KviKvsVariantList * __pParams, KviKvsSwitchList * __pSwitches) |
Referenced by KviKvsCoreSimpleCommands::KVSCSC(), and KviKvsCoreSimpleCommands::multipleModeCommand().
#define KVSCSC_PARAMETERS_BEGIN KVS_PARAMETERS_BEGIN(parameter_format_list) |
Referenced by KviKvsCoreSimpleCommands::KVSCSC(), and KviKvsCoreSimpleCommands::multipleModeCommand().
#define KVSCSC_PARAMETERS_END |
Referenced by KviKvsCoreSimpleCommands::KVSCSC(), and KviKvsCoreSimpleCommands::multipleModeCommand().
#define KVSCSC_pConnection __pContext->window()->connection() |
Referenced by KviKvsCoreSimpleCommands::KVSCSC(), and KviKvsCoreSimpleCommands::multipleModeCommand().
#define KVSCSC_pContext __pContext |
Referenced by KviKvsCoreSimpleCommands::KVSCSC(), and KviKvsCoreSimpleCommands::multipleModeCommand().
#define KVSCSC_pIrcContext __pContext->context() |
#define KVSCSC_pParams __pParams |
Referenced by KviKvsCoreSimpleCommands::KVSCSC().
#define KVSCSC_pSwitches __pSwitches |
Referenced by KviKvsCoreSimpleCommands::KVSCSC().
#define KVSCSC_pWindow __pContext->window() |
Referenced by KviKvsCoreSimpleCommands::KVSCSC(), and KviKvsCoreSimpleCommands::multipleModeCommand().
#define KVSCSC_REQUIRE_CONNECTION |
Referenced by KviKvsCoreSimpleCommands::KVSCSC(), and KviKvsCoreSimpleCommands::multipleModeCommand().