KVIrc
4.9.2
DeveloperAPIs
|
A struct to hold user statistics. More...
#include <KviUserListView.h>
Public Attributes | |
int | iAvgTemperature |
unsigned int | uActive |
unsigned int | uActiveOp |
unsigned int | uChanAdmin |
unsigned int | uChanOwner |
unsigned int | uHalfOp |
unsigned int | uHot |
unsigned int | uHotOp |
unsigned int | uIrcOp |
unsigned int | uOp |
unsigned int | uTotal |
unsigned int | uUserOp |
unsigned int | uVoiced |
A struct to hold user statistics.
int _KviUserListViewUserStats::iAvgTemperature |
average user temperature
Referenced by KviUserListView::userStats().
unsigned int _KviUserListViewUserStats::uActive |
active users in the last 10 mins
Referenced by KviChannelWindow::getWindowListTipText(), and KviUserListView::userStats().
unsigned int _KviUserListViewUserStats::uActiveOp |
active operators in the last 10 minutes
Referenced by KviChannelWindow::getWindowListTipText(), and KviUserListView::userStats().
unsigned int _KviUserListViewUserStats::uChanAdmin |
total channel administrators
Referenced by KviChannelWindow::getWindowListTipText(), and KviUserListView::userStats().
unsigned int _KviUserListViewUserStats::uChanOwner |
total channel owners
Referenced by KviChannelWindow::getWindowListTipText(), and KviUserListView::userStats().
unsigned int _KviUserListViewUserStats::uHalfOp |
total halfops
Referenced by KviChannelWindow::getWindowListTipText(), and KviUserListView::userStats().
unsigned int _KviUserListViewUserStats::uHot |
hot active users
Referenced by KviChannelWindow::getWindowListTipText(), and KviUserListView::userStats().
unsigned int _KviUserListViewUserStats::uHotOp |
hot operators
Referenced by KviChannelWindow::getWindowListTipText(), and KviUserListView::userStats().
unsigned int _KviUserListViewUserStats::uIrcOp |
total ircops
Referenced by KviChannelWindow::getWindowListTipText(), and KviUserListView::userStats().
unsigned int _KviUserListViewUserStats::uOp |
total operators
Referenced by KviChannelWindow::getWindowListTipText(), and KviUserListView::userStats().
unsigned int _KviUserListViewUserStats::uTotal |
total users on the channel
Referenced by KviChannelWindow::getWindowListTipText(), and KviUserListView::userStats().
unsigned int _KviUserListViewUserStats::uUserOp |
total userops (uops)
Referenced by KviChannelWindow::getWindowListTipText(), and KviUserListView::userStats().
unsigned int _KviUserListViewUserStats::uVoiced |
total voiced users
Referenced by KviChannelWindow::getWindowListTipText(), and KviUserListView::userStats().