KVIrc
4.9.2
DeveloperAPIs
|
#include "KviChannelWindow.h"
#include "KviIrcView.h"
#include "KviIrcView_private.h"
#include "KviKvsEventTriggers.h"
#include "KviMemory.h"
#include "KviControlCodes.h"
#include "KviOptions.h"
#include "kvi_out.h"
#include "KviTextIconManager.h"
#include "KviWindow.h"
#include <QDateTime>
#include <QChar>
Macros | |
#define | APPEND_LAST_TEXT_BLOCK(__data_ptr, __data_len) |
#define | APPEND_LAST_TEXT_BLOCK_HIDDEN_FROM_NOW(__data_ptr, __data_len) |
#define | APPEND_ZERO_LENGTH_BLOCK(__data_ptr) /* does nothing */ |
#define | NEW_LINE_CHUNK(_chunk_type) |
#define | WSTRINGCONFIG_SAFE_TO_MEMCPY_QCHAR 1 |
Functions | |
void | kvi_appendWCharToQStringWithLength (QString *qstrptr, const kvi_wchar_t *ptr, kvi_wslen_t len) |
static const kvi_wchar_t * | skip_to_end_of_url (const kvi_wchar_t *p) |
static bool | url_compare_helper (const kvi_wchar_t *pData1, const kvi_wchar_t *pData2, int iData2Len) |
#define APPEND_LAST_TEXT_BLOCK | ( | __data_ptr, | |
__data_len | |||
) |
Referenced by KviIrcView::getTextLine().
#define APPEND_LAST_TEXT_BLOCK_HIDDEN_FROM_NOW | ( | __data_ptr, | |
__data_len | |||
) |
Referenced by KviIrcView::getTextLine().
#define APPEND_ZERO_LENGTH_BLOCK | ( | __data_ptr | ) | /* does nothing */ |
Referenced by KviIrcView::getTextLine().
#define NEW_LINE_CHUNK | ( | _chunk_type | ) |
Referenced by KviIrcView::getTextLine().
#define WSTRINGCONFIG_SAFE_TO_MEMCPY_QCHAR 1 |
void kvi_appendWCharToQStringWithLength | ( | QString * | qstrptr, |
const kvi_wchar_t * | ptr, | ||
kvi_wslen_t | len | ||
) |
References c, KviMemory::copy(), and KVI_ASSERT.
|
static |
References p.
Referenced by KviIrcView::getTextLine().
|
inlinestatic |
References KVI_ASSERT.
Referenced by KviIrcView::getTextLine().