kpanelapplet.cpp
63 d->sharedConfig = TDESharedConfig::openConfig(configFile, kapp && kapp->config()->isImmutable());
void setCustomMenu(const TQPopupMenu *)
Use this method to set the custom menu for this applet so that it can be shown in the applet handle m...
Definition: kpanelapplet.cpp:135
virtual void reportBug()
Is called when the user selects "Report bug" from the applet's RMB menu.
Definition: kpanelapplet.h:300
virtual void preferences()
Is called when the user selects "Preferences" from the applet's RMB menu.
Definition: kpanelapplet.h:290
virtual void alignmentChange(Alignment)
The panel on which this applet resides has changed its alignment.
Definition: kpanelapplet.h:327
KPanelApplet(const TQString &configFile, Type t=Normal, int actions=0, TQWidget *parent=0, const char *name=0, WFlags f=0)
Constructs a KPanelApplet just like any other widget.
Definition: kpanelapplet.cpp:45
virtual void positionChange(Position p)
The panel on which this applet resides has changed its position.
Definition: kpanelapplet.cpp:89
Direction popupDirection()
A convenience method that translates the position of the applet into which direction to show a popup.
Definition: kpanelapplet.cpp:107
Action
This enum holds flags which can be ORed together to describe which items the context menu over the ap...
Definition: kpanelapplet.h:112
void needsFocus(bool focus)
Call this whenever focus is needed or not needed.
Definition: kpanelapplet.cpp:162
void watchForFocus(TQWidget *widget, bool watch=true)
Register widgets that can receive keyboard focus with this this method This call results in an eventF...
Definition: kpanelapplet.cpp:140
virtual TDE_DEPRECATED void orientationChange(Orientation)
The orientation changed to orientation.
Definition: kpanelapplet.h:364
virtual void help()
Is called when the user selects "Help" from the applet's RMB menu.
Definition: kpanelapplet.h:281
virtual TDE_DEPRECATED void popupDirectionChange(Direction)
The popup direction changed to direction.
Definition: kpanelapplet.h:379
virtual void about()
Is called when the user selects "About" from the applet's RMB menu.
Definition: kpanelapplet.h:272