KVIrc 5.2.4
Developer APIs
Macros | Variables
KviKvsObject.cpp File Reference
#include "kvi_out.h"
#include "KviKvsObject.h"
#include "KviKvsHash.h"
#include "KviKvsKernel.h"
#include "KviWindow.h"
#include "KviApplication.h"
#include "KviModuleManager.h"
#include "KviConsoleWindow.h"
#include "KviLocale.h"
#include "KviError.h"
#include "KviControlCodes.h"
#include "KviIconManager.h"
#include "KviMemory.h"
#include "KviKvsObjectController.h"
#include "KviKvsObjectFunctionCall.h"
#include "KviKvsObjectFunctionHandlerImpl.h"
#include <QMetaObject>
#include <QMetaProperty>
#include <QTimer>
#include <QIcon>
#include <QPointer>
#include <ctime>

Macros

#define WRONG_TYPE(__therighttype)
 

Variables

static char * g_hNextObjectHandle = (char *)nullptr
 

Macro Definition Documentation

◆ WRONG_TYPE

#define WRONG_TYPE (   __therighttype)
Value:
{ \
c->warning(__tr2qs_ctx("The property is of type %s but the supplied argument can't be converted to that type (expecting '%s')", "kvs"), p->typeId(), __therighttype); \
return true; \
}
#define __tr2qs_ctx(text, context)
Definition KviLocale.h:223
#define p
Definition detector.cpp:81

Variable Documentation

◆ g_hNextObjectHandle

char* g_hNextObjectHandle = (char *)nullptr
static