1#ifndef _KVI_IRCVIEWTOOLS_H_
2#define _KVI_IRCVIEWTOOLS_H_
52 virtual void maybeTip(
const QPoint & pnt);
55 void doTip(
const QRect & rct,
const QString & str) {
tip(rct, str); };
76 void setOn(
bool b) { setCheckState(0, b ? Qt::Checked : Qt::Unchecked); };
79 if(checkState(0) == Qt::Checked)
Definition KviIrcView_tools.h:65
void setOn(bool b)
Definition KviIrcView_tools.h:76
~KviIrcMessageCheckListItem()
int m_iId
Definition KviIrcView_tools.h:71
KviIrcMessageCheckListItem(QTreeWidget *par, KviIrcViewToolWidget *w, int id)
Definition KviIrcView_tools.cpp:54
bool isOn()
Definition KviIrcView_tools.h:77
KviIrcViewToolWidget * m_pToolWidget
Definition KviIrcView_tools.h:72
Definition KviIrcView.h:60
#define w
Definition detector.cpp:88
This file contains compile time settings.