KVIrc  4.9.2
DeveloperAPIs
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
KviIOGraphWidget Class Reference

#include <libkviiograph.h>

+ Inheritance diagram for KviIOGraphWidget:

Public Member Functions

 KviIOGraphWidget (QWidget *parent)
 
 ~KviIOGraphWidget ()
 

Protected Member Functions

virtual void paintEvent (QPaintEvent *e)
 
virtual void timerEvent (QTimerEvent *e)
 

Protected Attributes

unsigned int m_maxRate
 
QQueue< unsigned int > m_recvRates
 
QQueue< unsigned int > m_sendRates
 
kvi_u64_t m_uLastRecvBytes
 
kvi_u64_t m_uLastSentBytes
 

Constructor & Destructor Documentation

KviIOGraphWidget::KviIOGraphWidget ( QWidget *  parent)
KviIOGraphWidget::~KviIOGraphWidget ( )
inline

Member Function Documentation

void KviIOGraphWidget::paintEvent ( QPaintEvent *  e)
protectedvirtual
void KviIOGraphWidget::timerEvent ( QTimerEvent *  e)
protectedvirtual

Member Data Documentation

unsigned int KviIOGraphWidget::m_maxRate
protected
QQueue<unsigned int> KviIOGraphWidget::m_recvRates
protected
QQueue<unsigned int> KviIOGraphWidget::m_sendRates
protected
kvi_u64_t KviIOGraphWidget::m_uLastRecvBytes
protected

Referenced by KviIOGraphWidget(), and timerEvent().

kvi_u64_t KviIOGraphWidget::m_uLastSentBytes
protected

Referenced by KviIOGraphWidget(), and timerEvent().


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