Go to the documentation of this file.
23 #ifndef SUIT_ACTIONOPERATION_H
24 #define SUIT_ACTIONOPERATION_H
28 #include <QKeySequence>
49 virtual void setAction(
const QString& text,
const QIcon& icon,
const QString& menuText,
50 QKeySequence accel,
QObject* parent,
bool toggle =
false );
52 virtual void setAction(
const QString& text,
const QString& menuText,
53 QKeySequence accel,
QObject* parent,
bool toggle =
false );
54 virtual void setAction(
QtxAction* theAction );
56 bool addTo(
QWidget* theWidget );
58 void setStatusTip(
const QString& theTip );