Qt API | Qtopia API | Qtopia Documentation | ![]() |
The TaskbarAppletInterface class provides an interface for Qtopia taskbar applet plugins. More...
#include <qtopia/taskbarappletinterface.h>
Taskbar applets may be added to Qtopia via plugins. In order to write a taskbar applet plugin you must create an interface by subclassing TaskbarAppletInterface class and implementing the pure virtual functions.
See also TaskbarNamedAppletInterface.
Returns an instance of your applet. You should always return the same applet instance if this function is called multiple times.
The applet widget must be a child of parent.
The applet must fit in the taskbar, so the sizeHint() of the applet should return a size no larger than 16x16 in most cases.
Returns the preferred position of this applet in the taskbar. Higher values place the applet further to the right. Recommeded values are from 0 to 10. Normally a clock applet should be shown on the far right (position 10), so applets should specify a value between 0 and 9.
This file is part of the Qtopia , copyright © 1995-2002 Trolltech, all rights reserved.
Copyright © 2001-2002 Trolltech | Trademarks | Qtopia version 1.7.0
|