#include <channelutil.h>

Definition at line 43 of file channelutil.h.
Public Member Functions | |
| PixmapChannel (const PixmapChannel &other) | |
| PixmapChannel (const DBChannel &other) | |
| bool | LoadChannelIcon (uint size) const |
| QString | GetFormatted (const QString &format) const |
Public Attributes | |
| QPixmap | iconPixmap |
| bool | iconLoaded |
| PixmapChannel::PixmapChannel | ( | const PixmapChannel & | other | ) | [inline] |
Definition at line 46 of file channelutil.h.
| PixmapChannel::PixmapChannel | ( | const DBChannel & | other | ) | [inline] |
Definition at line 50 of file channelutil.h.
Definition at line 58 of file channelutil.cpp.
Referenced by GuideGrid::paintChannels(), and GuideGrid::paintInfo().
| QString PixmapChannel::GetFormatted | ( | const QString & | format | ) | const |
QPixmap PixmapChannel::iconPixmap [mutable] |
Definition at line 58 of file channelutil.h.
Referenced by LoadChannelIcon(), and GuideGrid::paintChannels().
bool PixmapChannel::iconLoaded [mutable] |
Definition at line 59 of file channelutil.h.
Referenced by LoadChannelIcon(), GuideGrid::paintChannels(), and GuideGrid::paintInfo().
1.5.5