![]() |
KVIrc 5.2.6
Developer APIs
|
#include "HelpWidget.h"
#include "HelpWindow.h"
#include "HelpIndex.h"
#include "KviLocale.h"
#include "KviModule.h"
#include "KviFileUtils.h"
#include "KviRegExp.h"
#include "kvi_sourcesdate.h"
#include "KviApplication.h"
#include "KviMainWindow.h"
#include <QDir>
#include <QFileInfo>
#include <QSplitter>
Functions | |
static bool | help_kvs_cmd_open (KviKvsModuleCommandCall *c) |
static bool | help_module_can_unload (KviModule *) |
static bool | help_module_cleanup (KviModule *) |
static bool | help_module_init (KviModule *m) |
Variables | |
HelpIndex * | g_pDocIndex = nullptr |
KviPointerList< HelpWidget > * | g_pHelpWidgetList = nullptr |
KviPointerList< HelpWindow > * | g_pHelpWindowList = nullptr |
|
static |
References KviRegExp::CaseInsensitive, KviWindow::delayedAutoRaise(), KviRegExp::escape(), f, KviFileUtils::fileExists(), KviKvsSwitchList::find(), g_pApp, g_pDocIndex, g_pHelpWindowList, g_pMainWindow, KviApplication::Help, i, KVI_SOURCES_DATE, KVS_PF_APPENDREMAINING, KVS_PF_OPTIONAL, KVS_PT_STRING, KVSM_PARAMETER, KVSM_PARAMETERS_BEGIN, KVSM_PARAMETERS_END, KviKvsModuleCommandCall::switches(), and w.
Referenced by help_module_init().
|
static |
References g_pHelpWidgetList, and g_pHelpWindowList.
|
static |
References g_pDocIndex, g_pHelpWidgetList, and g_pHelpWindowList.
|
static |
Referenced by help_kvs_cmd_open(), help_module_cleanup(), help_module_init(), HelpWindow::HelpWindow(), HelpWindow::indexingEnd(), HelpWindow::indexSelected(), HelpWindow::initialSetup(), HelpWindow::refreshIndex(), HelpWindow::searchSelected(), HelpWindow::showIndexTopic(), and HelpWindow::startSearch().
KviPointerList<HelpWidget>* g_pHelpWidgetList = nullptr |
KviPointerList<HelpWindow>* g_pHelpWindowList = nullptr |