kpanelapplet.h
TDEConfig * config() const
Always use this TDEConfig object to save/load your applet's configuration.
Definition: kpanelapplet.h:187
virtual int heightForWidth(int width) const
Definition: kpanelapplet.h:176
virtual int widthForHeight(int height) const
Returns a suggested width for a given height.
Definition: kpanelapplet.h:155
virtual void reportBug()
Is called when the user selects "Report bug" from the applet's RMB menu.
Definition: kpanelapplet.h:300
virtual KDE_DEPRECATED void popupDirectionChange(Direction)
The popup direction changed to direction.
Definition: kpanelapplet.h:379
Action
This enum holds flags which can be ORed together to describe which items the context menu over the ap...
Definition: kpanelapplet.h:112
virtual void alignmentChange(Alignment)
The panel on which this applet resides has changed its alignment.
Definition: kpanelapplet.h:327
virtual void about()
Is called when the user selects "About" from the applet's RMB menu.
Definition: kpanelapplet.h:272
virtual void preferences()
Is called when the user selects "Preferences" from the applet's RMB menu.
Definition: kpanelapplet.h:290
void updateLayout()
Emit this signal to make the panel relayout all applets, when you want to change your width (horizont...
virtual void help()
Is called when the user selects "Help" from the applet's RMB menu.
Definition: kpanelapplet.h:281
virtual KDE_DEPRECATED void orientationChange(Orientation)
The orientation changed to orientation.
Definition: kpanelapplet.h:364