![]() |
KVIrc 5.2.6
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 |
|
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().