![]() |
KVIrc 5.2.0
Developer APIs
|
#include "LinksWindow.h"
#include "KviModule.h"
#include "KviMainWindow.h"
#include "KviWindow.h"
#include "KviLocale.h"
#include <QSplitter>
#include <unordered_set>
Functions | |
static bool | links_kvs_cmd_open (KviKvsModuleCommandCall *c) |
static bool | links_module_can_unload (KviModule *) |
static bool | links_module_cleanup (KviModule *) |
static bool | links_module_init (KviModule *m) |
Variables | |
std::unordered_set< LinksWindow * > | g_pLinksWindowList |
|
static |
References __tr2qs, KviMainWindow::addWindow(), KviWindow::console(), KviKvsRunTimeCall::context(), KviWindow::context(), KviKvsRunTimeContext::errorNoIrcContext(), g_pMainWindow, KviIrcContext::linksWindow(), w, KviKvsRunTimeCall::warning(), and KviKvsRunTimeCall::window().
Referenced by links_module_init().
|
static |
References g_pLinksWindowList.
|
static |
References g_pLinksWindowList.
|
static |
References KVSM_REGISTER_SIMPLE_COMMAND, links_kvs_cmd_open(), and m.
std::unordered_set<LinksWindow *> g_pLinksWindowList |
Referenced by links_module_can_unload(), links_module_cleanup(), LinksWindow::LinksWindow(), and LinksWindow::~LinksWindow().