#include <ksubscription.h>
Inherits TQCheckListItem.
|
| GroupItem (TQListView *v, const KGroupInfo &gi, KSubscription *browser, bool isCheckItem=false) |
|
| GroupItem (TQListViewItem *i, const KGroupInfo &gi, KSubscription *browser, bool isCheckItem=false) |
|
KGroupInfo | info () |
|
void | setInfo (KGroupInfo info) |
|
TQListViewItem * | originalParent () |
|
void | setOriginalParent (TQListViewItem *parent) |
|
bool | lastOpenState () |
|
void | setLastOpenState (bool last) |
|
virtual void | setDescription () |
|
bool | isCheckItem () const |
|
bool | ignoreStateChange () |
|
void | setIgnoreStateChange (bool ignore) |
|
virtual void | setOn (bool on) |
|
virtual void | stateChange (bool on) |
|
void | setVisible (bool b) |
|
virtual void | paintCell (TQPainter *p, const TQColorGroup &cg, int column, int width, int align) |
|
virtual void | paintFocus (TQPainter *, const TQColorGroup &cg, const TQRect &r) |
|
virtual int | width (const TQFontMetrics &, const TQListView *, int column) const |
|
virtual void | setup () |
|
virtual int | rtti () const |
|
A class representing a single group item (what's that?)
Definition at line 72 of file ksubscription.h.
◆ GroupItem() [1/2]
GroupItem::GroupItem |
( |
TQListView * |
v, |
|
|
const KGroupInfo & |
gi, |
|
|
KSubscription * |
browser, |
|
|
bool |
isCheckItem = false |
|
) |
| |
◆ GroupItem() [2/2]
GroupItem::GroupItem |
( |
TQListViewItem * |
i, |
|
|
const KGroupInfo & |
gi, |
|
|
KSubscription * |
browser, |
|
|
bool |
isCheckItem = false |
|
) |
| |
◆ ignoreStateChange()
bool GroupItem::ignoreStateChange |
( |
| ) |
|
|
inline |
Get/Set if state changes should be ignored.
Definition at line 112 of file ksubscription.h.
◆ info()
KGroupInfo GroupItem::info |
( |
| ) |
|
|
inline |
◆ isCheckItem()
bool GroupItem::isCheckItem |
( |
| ) |
const |
|
inline |
◆ lastOpenState()
bool GroupItem::lastOpenState |
( |
| ) |
|
|
inline |
◆ originalParent()
TQListViewItem * GroupItem::originalParent |
( |
| ) |
|
|
inline |
◆ paintCell()
void GroupItem::paintCell |
( |
TQPainter * |
p, |
|
|
const TQColorGroup & |
cg, |
|
|
int |
column, |
|
|
int |
width, |
|
|
int |
align |
|
) |
| |
|
virtual |
Reimplemented Calls TQListViewItem or TQCheckListItem.
Definition at line 169 of file ksubscription.cpp.
◆ paintFocus()
void GroupItem::paintFocus |
( |
TQPainter * |
p, |
|
|
const TQColorGroup & |
cg, |
|
|
const TQRect & |
r |
|
) |
| |
|
virtual |
Reimplemented Calls TQListViewItem or TQCheckListItem.
Definition at line 179 of file ksubscription.cpp.
◆ rtti()
virtual int GroupItem::rtti |
( |
| ) |
const |
|
inlinevirtual |
◆ setDescription()
void GroupItem::setDescription |
( |
| ) |
|
|
virtual |
Sets the description from the KGroupInfo Reimplement this for special cases.
Definition at line 87 of file ksubscription.cpp.
◆ setIgnoreStateChange()
void GroupItem::setIgnoreStateChange |
( |
bool |
ignore | ) |
|
|
inline |
◆ setInfo()
void GroupItem::setInfo |
( |
KGroupInfo |
info | ) |
|
◆ setLastOpenState()
void GroupItem::setLastOpenState |
( |
bool |
last | ) |
|
|
inline |
◆ setOn()
void GroupItem::setOn |
( |
bool |
on | ) |
|
|
virtual |
Reimplemented Sets the subscribed property (only while items are loaded)
Definition at line 93 of file ksubscription.cpp.
◆ setOriginalParent()
void GroupItem::setOriginalParent |
( |
TQListViewItem * |
parent | ) |
|
|
inline |
◆ setup()
void GroupItem::setup |
( |
| ) |
|
|
virtual |
Reimplemented Calls TQListViewItem or TQCheckListItem.
Definition at line 198 of file ksubscription.cpp.
◆ setVisible()
void GroupItem::setVisible |
( |
bool |
b | ) |
|
Reimplemented Sets items invisible or disabled or even moves them.
Definition at line 114 of file ksubscription.cpp.
◆ stateChange()
void GroupItem::stateChange |
( |
bool |
on | ) |
|
|
virtual |
◆ width()
int GroupItem::width |
( |
const TQFontMetrics & |
fm, |
|
|
const TQListView * |
lv, |
|
|
int |
column |
|
) |
| const |
|
virtual |
Reimplemented Calls TQListViewItem or TQCheckListItem.
Definition at line 189 of file ksubscription.cpp.
◆ mBrowser
◆ mIgnoreStateChange
bool GroupItem::mIgnoreStateChange |
|
protected |
◆ mInfo
KGroupInfo GroupItem::mInfo |
|
protected |
◆ mIsCheckItem
bool GroupItem::mIsCheckItem |
|
protected |
◆ mLastOpenState
bool GroupItem::mLastOpenState |
|
protected |
◆ mOriginalParent
TQListViewItem* GroupItem::mOriginalParent |
|
protected |
The documentation for this class was generated from the following files:
|