KVIrc 5.2.4
Developer APIs
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

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

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::KviIOGraphWidget ( QWidget *  parent)

◆ ~KviIOGraphWidget()

KviIOGraphWidget::~KviIOGraphWidget ( )
inline

Member Function Documentation

◆ paintEvent()

void KviIOGraphWidget::paintEvent ( QPaintEvent *  e)
overrideprotected

◆ timerEvent()

void KviIOGraphWidget::timerEvent ( QTimerEvent *  e)
overrideprotected

Member Data Documentation

◆ m_maxRate

unsigned int KviIOGraphWidget::m_maxRate
protected

◆ m_recvRates

QQueue<unsigned int> KviIOGraphWidget::m_recvRates
protected

◆ m_sendRates

QQueue<unsigned int> KviIOGraphWidget::m_sendRates
protected

◆ m_uLastRecvBytes

kvi_u64_t KviIOGraphWidget::m_uLastRecvBytes
protected

Referenced by KviIOGraphWidget(), and timerEvent().

◆ m_uLastSentBytes

kvi_u64_t KviIOGraphWidget::m_uLastSentBytes
protected

Referenced by KviIOGraphWidget(), and timerEvent().


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