kpanelextension.cpp
void updateLayout()
Emit this signal to make the panel relayout all extensions in the dock, when you want to change the e...
virtual void alignmentChange(Alignment)
This extension has changed its alignment.
Definition: kpanelextension.h:311
virtual void positionChange(Position)
This extension has changed its position.
Definition: kpanelextension.h:304
KPanelExtension(const TQString &configFile, Type t=Normal, int actions=0, TQWidget *parent=0, const char *name=0)
Constructs a KPanelExtension just like any other widget.
Definition: kpanelextension.cpp:47
virtual void help()
Is called when the user selects "Help" from the extensions RMB menu.
Definition: kpanelextension.h:257
virtual void preferences()
Is called when the user selects "Preferences" from the extensions RMB menu.
Definition: kpanelextension.h:266
virtual void about()
Is called when the user selects "About" from the extensions RMB menu.
Definition: kpanelextension.h:248
void setReserveStrut(bool shouldUseStrut)
Use this method to set the return value for reserveStrut.
Definition: kpanelextension.cpp:156
void setCustomMenu(TQPopupMenu *)
Use this method to set the custom menu for this extensions so that it can be shown at the appropriate...
Definition: kpanelextension.cpp:146
virtual void reportBug()
Is called when the user selects "Report bug" from the applet's RMB menu.
Definition: kpanelextension.h:276
Trinity API Reference