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