KVIrc 5.2.6
Developer APIs
libkvitheme.cpp File Reference
#include "ThemeManagementDialog.h"
#include "ThemeFunctions.h"
#include "KviKvsArrayCast.h"
#include "KviMessageBox.h"
#include "KviModule.h"
#include "KviLocale.h"
#include "KviCommandFormatter.h"
#include "KviError.h"
#include "kvi_out.h"
#include "KviMainWindow.h"
#include "KviIconManager.h"
#include "KviConfigurationFile.h"
#include "kvi_sourcesdate.h"
#include "KviFileUtils.h"
#include "KviFileDialog.h"
#include "KviTheme.h"
#include <QFileInfo>
#include <QMessageBox>

Functions

QRect g_rectManagementDialogGeometry (0, 0, 0, 0)
 
static bool theme_kvs_cmd_apply (KviKvsModuleCommandCall *c)
 
static bool theme_kvs_cmd_dialog (KviKvsModuleCommandCall *c)
 
static bool theme_kvs_cmd_install (KviKvsModuleCommandCall *c)
 
static bool theme_kvs_cmd_pack (KviKvsModuleCommandCall *c)
 
static bool theme_kvs_cmd_screenshot (KviKvsModuleCommandCall *c)
 
static bool theme_kvs_fnc_info (KviKvsModuleFunctionCall *c)
 
static bool theme_module_can_unload (KviModule *)
 
static bool theme_module_cleanup (KviModule *m)
 
static bool theme_module_init (KviModule *m)
 

Function Documentation

◆ g_rectManagementDialogGeometry()

QRect g_rectManagementDialogGeometry ( 0 ,
0 ,
0 ,
0  )

◆ theme_kvs_cmd_apply()

◆ theme_kvs_cmd_dialog()

static bool theme_kvs_cmd_dialog ( KviKvsModuleCommandCall * c)
static

◆ theme_kvs_cmd_install()

◆ theme_kvs_cmd_pack()

◆ theme_kvs_cmd_screenshot()

◆ theme_kvs_fnc_info()

◆ theme_module_can_unload()

static bool theme_module_can_unload ( KviModule * )
static

◆ theme_module_cleanup()

◆ theme_module_init()