45 #include <private/qaction_p.h> 72 void QMenuItem::setId(
int id)
74 d_func()->param = d_func()->id = id;
84 int QMenuItem::id()
const 89 void QMenuItem::setSignalValue(
int param)
91 d_func()->param = param;
101 int QMenuItem::signalValue()
const 103 return d_func()->param;
#define QT_END_NAMESPACE
This macro expands to.
#define QT_BEGIN_NAMESPACE
This macro expands to.
The QAction class provides an abstract user interface action that can be inserted into widgets...