![]() |
KVIrc 5.2.4
Developer APIs
|
#include <cmath>
#include "libkviiograph.h"
#include "KviMainWindow.h"
#include "KviIconManager.h"
#include "KviLocale.h"
#include "KviWindowStack.h"
#include "KviModule.h"
#include "KviOptions.h"
#include "kvi_socket.h"
#include <QPainter>
#include <QPaintEvent>
#include <QPainterPath>
Functions | |
static bool | iograph_module_can_unload (KviModule *) |
static bool | iograph_module_cleanup (KviModule *) |
static bool | iograph_module_cmd_open (KviKvsModuleCommandCall *c) |
static bool | iograph_module_init (KviModule *m) |
Variables | |
KviIOGraphWindow * | g_pIOGraphWindow = nullptr |
|
static |
References g_pIOGraphWindow.
|
static |
References KviMainWindow::closeWindow(), g_pIOGraphWindow, and g_pMainWindow.
|
static |
References KviMainWindow::addWindow(), KviWindow::delayedAutoRaise(), g_pIOGraphWindow, g_pMainWindow, and KviKvsModuleCommandCall::hasSwitch().
Referenced by iograph_module_init().
|
static |
References g_pIOGraphWindow, iograph_module_cmd_open(), KVSM_REGISTER_SIMPLE_COMMAND, and m.
KviIOGraphWindow* g_pIOGraphWindow = nullptr |