42 #ifndef QABSTRACTPLATFORMMENUBAR_P_H 43 #define QABSTRACTPLATFORMMENUBAR_P_H 67 #define QPlatformMenuBarFactoryInterface_iid "com.nokia.qt.QPlatformMenuBarFactoryInterface" 80 virtual void setVisible(
bool visible) = 0;
86 virtual bool allowCornerWidgets()
const = 0;
88 virtual void popupAction(
QAction *) = 0;
90 virtual void setNativeMenuBar(
bool) = 0;
92 virtual bool isNativeMenuBar()
const = 0;
99 virtual bool shortcutsHandledByNativeMenuBar()
const = 0;
106 #endif // QT_NO_MENUBAR 108 #endif // QABSTRACTPLATFORMMENUBAR_P_H #define QT_END_NAMESPACE
This macro expands to.
The QActionEvent class provides an event that is generated when a QAction is added, removed, or changed.
The QObject class is the base class of all Qt objects.
#define Q_DECLARE_INTERFACE(IFace, IId)
#define QT_BEGIN_NAMESPACE
This macro expands to.
The QEvent class is the base class of all event classes.
The QAction class provides an abstract user interface action that can be inserted into widgets...