KVIrc  4.9.2
DeveloperAPIs
Functions | Variables
libkvinotifier.cpp File Reference
#include "NotifierWindow.h"
#include "NotifierMessage.h"
#include "KviModule.h"
#include "KviKvsVariant.h"
#include "KviApplication.h"
#include "KviMainWindow.h"
#include "KviWindow.h"
#include "KviLocale.h"
#include "KviIconManager.h"
#include "KviTimeUtils.h"
#include "KviOptions.h"
#include <QSplitter>

Functions

static bool notifier_kvs_cmd_hide (KviKvsModuleCommandCall *c)
 
static bool notifier_kvs_cmd_message (KviKvsModuleCommandCall *c)
 
static bool notifier_kvs_cmd_show (KviKvsModuleCommandCall *c)
 
static bool notifier_kvs_fnc_isEnabled (KviKvsModuleFunctionCall *c)
 
static bool notifier_module_can_unload (KviModule *)
 
static bool notifier_module_cleanup (KviModule *)
 
static bool notifier_module_ctrl (KviModule *, const char *pcOperation, void *pParam)
 
static bool notifier_module_init (KviModule *m)
 

Variables

NotifierWindowg_pNotifierWindow = nullptr
 
kvi_time_t g_tNotifierDisabledUntil = 0
 

Function Documentation

static bool notifier_kvs_cmd_hide ( KviKvsModuleCommandCall c)
static
static bool notifier_kvs_cmd_message ( KviKvsModuleCommandCall c)
static
static bool notifier_kvs_cmd_show ( KviKvsModuleCommandCall c)
static
static bool notifier_kvs_fnc_isEnabled ( KviKvsModuleFunctionCall c)
static
static bool notifier_module_can_unload ( KviModule )
static
static bool notifier_module_cleanup ( KviModule )
static

References g_pNotifierWindow.

static bool notifier_module_ctrl ( KviModule ,
const char *  pcOperation,
void *  pParam 
)
static
static bool notifier_module_init ( KviModule m)
static

Variable Documentation

NotifierWindow* g_pNotifierWindow = nullptr

Referenced by notifier_module_cleanup().

kvi_time_t g_tNotifierDisabledUntil = 0