KVIrc
4.9.2
DeveloperAPIs
|
#include "KviModule.h"
#include "KviConsoleWindow.h"
#include "KviApplication.h"
#include "KviLocale.h"
#include "KviIrcLink.h"
#include "KviIrcConnection.h"
#include "KviIrcConnectionUserInfo.h"
#include "KviIrcConnectionServerInfo.h"
#include "KviIrcServer.h"
#include "Idle.h"
Macros | |
#define | GET_KVS_CONSOLE |
Functions | |
static bool | my_kvs_cmd_startIdleTimer (KviKvsModuleCommandCall *) |
static bool | my_kvs_cmd_stopIdleTimer (KviKvsModuleCommandCall *) |
static bool | my_kvs_fnc_globalIdle (KviKvsModuleFunctionCall *c) |
static bool | my_kvs_fnc_host (KviKvsModuleFunctionCall *c) |
static bool | my_kvs_fnc_ip (KviKvsModuleFunctionCall *c) |
static bool | my_kvs_fnc_network (KviKvsModuleFunctionCall *c) |
static bool | my_kvs_fnc_nick (KviKvsModuleFunctionCall *c) |
static bool | my_kvs_fnc_server (KviKvsModuleFunctionCall *c) |
static bool | my_kvs_fnc_serverIsIPV6 (KviKvsModuleFunctionCall *c) |
static bool | my_kvs_fnc_serverIsSSL (KviKvsModuleFunctionCall *c) |
static bool | my_kvs_fnc_umode (KviKvsModuleFunctionCall *c) |
static bool | my_kvs_fnc_user (KviKvsModuleFunctionCall *c) |
static bool | my_module_can_unload (KviModule *) |
static bool | my_module_cleanup (KviModule *) |
static bool | my_module_init (KviModule *m) |
Variables | |
Idle * | g_pIdle |
#define GET_KVS_CONSOLE |
Referenced by my_kvs_fnc_host(), my_kvs_fnc_ip(), my_kvs_fnc_network(), my_kvs_fnc_nick(), my_kvs_fnc_server(), my_kvs_fnc_serverIsIPV6(), my_kvs_fnc_serverIsSSL(), my_kvs_fnc_umode(), and my_kvs_fnc_user().
|
static |
References Idle::start().
Referenced by my_module_init().
|
static |
References Idle::stop().
Referenced by my_module_init().
|
static |
References __tr2qs, KviKvsRunTimeCall::error(), KviKvsModuleFunctionCall::returnValue(), Idle::secondsIdle(), and KviKvsVariant::setInteger().
Referenced by my_module_init().
|
static |
References GET_KVS_CONSOLE, KviKvsModuleFunctionCall::returnValue(), and KviKvsVariant::setString().
Referenced by my_module_init().
|
static |
References GET_KVS_CONSOLE, KviKvsModuleFunctionCall::returnValue(), and KviKvsVariant::setString().
Referenced by my_module_init().
|
static |
References GET_KVS_CONSOLE, KviKvsModuleFunctionCall::returnValue(), and KviKvsVariant::setString().
Referenced by my_module_init().
|
static |
References GET_KVS_CONSOLE, KviKvsModuleFunctionCall::returnValue(), and KviKvsVariant::setString().
Referenced by my_module_init().
|
static |
References GET_KVS_CONSOLE, KviKvsModuleFunctionCall::returnValue(), and KviKvsVariant::setString().
Referenced by my_module_init().
|
static |
References GET_KVS_CONSOLE, KviKvsModuleFunctionCall::returnValue(), and KviKvsVariant::setBoolean().
Referenced by my_module_init().
|
static |
References GET_KVS_CONSOLE, KviKvsModuleFunctionCall::returnValue(), and KviKvsVariant::setBoolean().
Referenced by my_module_init().
|
static |
References GET_KVS_CONSOLE, KviKvsModuleFunctionCall::returnValue(), and KviKvsVariant::setString().
Referenced by my_module_init().
|
static |
References GET_KVS_CONSOLE, KviKvsModuleFunctionCall::returnValue(), and KviKvsVariant::setString().
Referenced by my_module_init().
|
static |
References KVSM_REGISTER_FUNCTION, KVSM_REGISTER_SIMPLE_COMMAND, my_kvs_cmd_startIdleTimer(), my_kvs_cmd_stopIdleTimer(), my_kvs_fnc_globalIdle(), my_kvs_fnc_host(), my_kvs_fnc_ip(), my_kvs_fnc_network(), my_kvs_fnc_nick(), my_kvs_fnc_server(), my_kvs_fnc_serverIsIPV6(), my_kvs_fnc_serverIsSSL(), my_kvs_fnc_umode(), and my_kvs_fnc_user().
Idle* g_pIdle |
Referenced by my_module_can_unload(), and my_module_cleanup().