KVIrc  4.9.2
DeveloperAPIs
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 <time.h>

Macros

#define WRONG_TYPE(__therighttype)
 

Variables

static char * g_hNextObjectHandle = (char *)nullptr
 

Macro Definition Documentation

#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->type(), __therighttype); \
return true; \
}
char s char s char s s s s s char char c s *s c s s s d c s *s d c d d d d c
Definition: KviIrcNumericCodes.h:391
audacious __tr2qs_ctx("An interface for the UNIX Audacious media player.\n""Download it from http://audacious-media-player.org\n","mediaplayer")) static const char *xmms_lib_names[]
#define p
Definition: detector.cpp:80

Referenced by KviKvsObject::function_setProperty().

Variable Documentation

char* g_hNextObjectHandle = (char *)nullptr
static