#include <module_interface.h>
Inheritance diagram for PluginInterface:
Public Member Functions | |
virtual | ~PluginInterface () |
virtual QGraphicsItem * | graphicsItem ()=0 |
virtual bool | init ()=0 |
virtual void | timer () |
virtual bool | hasTimer () |
virtual PluginInterface::~PluginInterface | ( | ) | [inline, virtual] |
virtual QGraphicsItem* PluginInterface::graphicsItem | ( | ) | [pure virtual] |
Implemented in GraphicLine, GraphicRectangle, GraphicEllipse, GraphicPolygon, GraphicPixmap, GraphicText, AmarokTrack, AmarokStatus, AmarokCover, AmarokLyric, LMSensors, and AbstractSysInfo.
virtual bool PluginInterface::hasTimer | ( | ) | [inline, virtual] |
Reimplemented in AmarokTrack, AmarokStatus, AmarokCover, AmarokLyric, LMSensors, AbstractSysInfo, TimeInfo, and DateInfo.
virtual bool PluginInterface::init | ( | ) | [pure virtual] |
Implemented in GraphicItem, GraphicStandardItem, GraphicLine, GraphicRectangle, GraphicEllipse, GraphicPolygon, GraphicPixmap, GraphicText, AmarokTrack, AmarokStatus, AmarokCover, AmarokLyric, LMSensors, AbstractSysInfo, MemoryInfo, CPUInfo, HDDInfo, TimeInfo, DateInfo, and NetworkInfo.
virtual void PluginInterface::timer | ( | ) | [inline, virtual] |
Reimplemented in AmarokTrack, AmarokStatus, AmarokCover, AmarokLyric, LMSensors, MemoryInfo, CPUInfo, HDDInfo, TimeInfo, DateInfo, and NetworkInfo.