kpushbutton.cpp
virtual TQDragObject * dragObject()
Reimplement this and return the TQDragObject that should be used for the drag.
Definition: kpushbutton.cpp:205
virtual void mousePressEvent(TQMouseEvent *)
Reimplemented to add drag-support.
Definition: kpushbutton.cpp:181
static bool showIconsOnPushButtons()
virtual void startDrag()
Starts a drag (dragCopy() by default) using dragObject()
Definition: kpushbutton.cpp:210
static int dndEventDelay()
KPushButton(TQWidget *parent, const char *name=0)
Default constructor.
Definition: kpushbutton.cpp:43
void setGuiItem(const KGuiItem &item)
Sets the KGuiItem for this button.
Definition: kpushbutton.cpp:120
KStdGuiItem::StdItem guiItem() const
Reads the standard KGuiItem for this button.
Definition: kpushbutton.cpp:143
void setIconSet(const TQIconSet &iconSet)
Sets the Icon Set for this button.
Definition: kpushbutton.cpp:160
virtual void mouseMoveEvent(TQMouseEvent *)
Reimplemented to add drag-support.
Definition: kpushbutton.cpp:188