KVIrc 5.2.6
Developer APIs
SlowPasteController Class Reference

#include <SlowPasteController.h>

+ Inheritance diagram for SlowPasteController:

Public Member Functions

int getId (void)
 
bool pasteClipboardInit (void)
 
bool pasteFileInit (QString &fileName)
 
 SlowPasteController (KviWindow *w, int id)
 
KviWindowwindow (void)
 
 ~SlowPasteController ()
 

Protected Slots

void pasteClipboard (void)
 
void pasteFile (void)
 

Private Attributes

QStringList * m_pClipBuff
 
QFile * m_pFile
 
int m_pId
 
QTimer * m_pTimer
 
KviWindowm_pWindow
 

Constructor & Destructor Documentation

◆ SlowPasteController()

SlowPasteController::SlowPasteController ( KviWindow * w,
int id )

◆ ~SlowPasteController()

SlowPasteController::~SlowPasteController ( )

Member Function Documentation

◆ getId()

int SlowPasteController::getId ( void )
inline

References m_pId.

Referenced by spaste_kvs_cmd_list(), and spaste_kvs_cmd_stop().

◆ pasteClipboard

void SlowPasteController::pasteClipboard ( void )
protectedslot

◆ pasteClipboardInit()

bool SlowPasteController::pasteClipboardInit ( void )

◆ pasteFile

void SlowPasteController::pasteFile ( void )
protectedslot

◆ pasteFileInit()

bool SlowPasteController::pasteFileInit ( QString & fileName)

◆ window()

KviWindow * SlowPasteController::window ( void )
inline

References m_pWindow.

Referenced by spaste_kvs_cmd_list(), and spaste_kvs_cmd_stop().

Member Data Documentation

◆ m_pClipBuff

QStringList* SlowPasteController::m_pClipBuff
private

◆ m_pFile

QFile* SlowPasteController::m_pFile
private

◆ m_pId

int SlowPasteController::m_pId
private

Referenced by getId(), and SlowPasteController().

◆ m_pTimer

QTimer* SlowPasteController::m_pTimer
private

◆ m_pWindow

KviWindow* SlowPasteController::m_pWindow
private

The documentation for this class was generated from the following files: