KVIrc  4.9.2
DeveloperAPIs
Public Member Functions | Protected Slots | Private Attributes | List of all members
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 ( KviWindow w,
int  id 
)
SlowPasteController::~SlowPasteController ( )

Member Function Documentation

int SlowPasteController::getId ( void  )
inline

References m_pId.

Referenced by spaste_kvs_cmd_list(), and spaste_kvs_cmd_stop().

void SlowPasteController::pasteClipboard ( void  )
protectedslot
bool SlowPasteController::pasteClipboardInit ( void  )
void SlowPasteController::pasteFile ( void  )
protectedslot
bool SlowPasteController::pasteFileInit ( QString &  fileName)
KviWindow* SlowPasteController::window ( void  )
inline

References m_pWindow.

Referenced by spaste_kvs_cmd_list(), and spaste_kvs_cmd_stop().

Member Data Documentation

QStringList* SlowPasteController::m_pClipBuff
private
QFile* SlowPasteController::m_pFile
private
int SlowPasteController::m_pId
private

Referenced by getId().

QTimer* SlowPasteController::m_pTimer
private
KviWindow* SlowPasteController::m_pWindow
private

Referenced by pasteClipboard(), pasteFile(), and window().


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