KVIrc
4.9.2
DeveloperAPIs
|
#include <SlowPasteController.h>
Public Member Functions | |
int | getId (void) |
bool | pasteClipboardInit (void) |
bool | pasteFileInit (QString &fileName) |
SlowPasteController (KviWindow *w, int id) | |
KviWindow * | window (void) |
~SlowPasteController () | |
Protected Slots | |
void | pasteClipboard (void) |
void | pasteFile (void) |
Private Attributes | |
QStringList * | m_pClipBuff |
QFile * | m_pFile |
int | m_pId |
QTimer * | m_pTimer |
KviWindow * | m_pWindow |
SlowPasteController::SlowPasteController | ( | KviWindow * | w, |
int | id | ||
) |
References KviPointerList< T >::append(), and m_pTimer.
SlowPasteController::~SlowPasteController | ( | ) |
References m_pClipBuff, m_pFile, m_pTimer, and KviPointerList< T >::removeRef().
|
inline |
References m_pId.
Referenced by spaste_kvs_cmd_list(), and spaste_kvs_cmd_stop().
|
protectedslot |
References g_pApp, KVI_OPTION_UINT, KviOption_uintSpacesToExpandTabulationInput, m_pClipBuff, m_pWindow, KviWindow::ownMessage(), and KviApplication::windowExists().
Referenced by pasteClipboardInit().
bool SlowPasteController::pasteClipboardInit | ( | void | ) |
References connect(), g_pApp, KVI_OPTION_UINT, KviOption_uintPasteDelay, m_pClipBuff, m_pFile, m_pTimer, and pasteClipboard().
Referenced by spaste_kvs_cmd_clipboard().
|
protectedslot |
References g_pApp, KVI_OPTION_UINT, KviOption_uintSpacesToExpandTabulationInput, m_pFile, m_pWindow, KviWindow::ownMessage(), KviControlCodes::Reset, and KviApplication::windowExists().
Referenced by pasteFileInit().
bool SlowPasteController::pasteFileInit | ( | QString & | fileName | ) |
References connect(), KVI_OPTION_UINT, KviOption_uintPasteDelay, m_pClipBuff, m_pFile, m_pTimer, and pasteFile().
Referenced by spaste_kvs_cmd_file().
|
inline |
References m_pWindow.
Referenced by spaste_kvs_cmd_list(), and spaste_kvs_cmd_stop().
|
private |
Referenced by pasteClipboard(), pasteClipboardInit(), pasteFileInit(), and ~SlowPasteController().
|
private |
Referenced by pasteClipboardInit(), pasteFile(), pasteFileInit(), and ~SlowPasteController().
|
private |
Referenced by getId().
|
private |
Referenced by pasteClipboardInit(), pasteFileInit(), SlowPasteController(), and ~SlowPasteController().
|
private |
Referenced by pasteClipboard(), pasteFile(), and window().