ktoolbarlabelaction.cpp
TQWidget * buddy() const
Returns the label's buddy or 0 if no buddy is currently set.
Definition: ktoolbarlabelaction.cpp:104
TQLabel * label() const
Returns the label which is used internally.
Definition: ktoolbarlabelaction.cpp:109
An action that automatically embeds a widget into a toolbar.
Definition: kactionclasses.h:1309
virtual void setText(const TQString &text)
Reimplemented to update both the action's text and the label's text.
Definition: ktoolbarlabelaction.cpp:93
TQWidget * widget()
Returns the widget associated with this action.
Definition: kactionclasses.h:1328
KToolBarLabelAction(const TQString &text, const KShortcut &cut, const TQObject *receiver, const char *slot, KActionCollection *parent, const char *name)
Constructs a toolbar label.
Definition: ktoolbarlabelaction.cpp:35
virtual void setBuddy(TQWidget *buddy)
Sets the label's buddy to buddy.
Definition: ktoolbarlabelaction.cpp:99
virtual void setText(const TQString &text)
Sets the text associated with this action.
Definition: kaction.cpp:879