kpanelextension.cpp
virtual void preferences()
Is called when the user selects "Preferences" from the extensions RMB menu.
Definition kpanelextension.h:267
void updateLayout()
Emit this signal to make the panel relayout all extensions in the dock, when you want to change the e...
virtual void help()
Is called when the user selects "Help" from the extensions RMB menu.
Definition kpanelextension.h:258
virtual void alignmentChange(Alignment)
This extension has changed its alignment.
Definition kpanelextension.h:312
void setReserveStrut(bool shouldUseStrut)
Use this method to set the return value for reserveStrut.
Definition kpanelextension.cpp:156
virtual void positionChange(Position)
This extension has changed its position.
Definition kpanelextension.h:305
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 about()
Is called when the user selects "About" from the extensions RMB menu.
Definition kpanelextension.h:249
virtual void reportBug()
Is called when the user selects "Report bug" from the applet's RMB menu.
Definition kpanelextension.h:277
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