![]() |
Qt 4.8
|
#include <qmenu_p.h>
Classes | |
| struct | QMacMenuPrivate |
| struct | QMenuCaused |
| struct | QMenuScroller |
| struct | QWceMenuPrivate |
Public Types | |
| enum | SelectionReason { SelectedFromKeyboard, SelectedFromElsewhere } |
Public Types inherited from QWidgetPrivate | |
| enum | CloseMode { CloseNoEvent, CloseWithEvent, CloseWithSpontaneousEvent } |
| enum | Direction { DirectionNorth = 0x01, DirectionEast = 0x10, DirectionSouth = 0x02, DirectionWest = 0x20 } |
| enum | DrawWidgetFlags { DrawAsRoot = 0x01, DrawPaintOnScreen = 0x02, DrawRecursive = 0x04, DrawInvisible = 0x08, DontSubtractOpaqueChildren = 0x10, DontSetCompositionMode = 0x20, DontDrawOpaqueChildren = 0x40, DontDrawNativeChildren = 0x80 } |
Public Types inherited from QObjectPrivate | |
| typedef void(* | StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **) |
Public Functions | |
| void | _q_actionHovered () |
| void | _q_actionTriggered () |
| void | _q_overrideMenuActionDestroyed () |
| QAction * | actionAt (QPoint p) const |
| QAction * | actionAt (int i) const |
| QRect | actionRect (QAction *) const |
| void | activateAction (QAction *, QAction::ActionEvent, bool self=true) |
| void | activateCausedStack (const QList< QPointer< QWidget > > &, QAction *, QAction::ActionEvent, bool) |
| QSize | adjustMenuSizeForScreen (const QRect &screen) |
| virtual QList< QPointer< QWidget > > | calcCausedStack () const |
| int | getLastVisibleAction () const |
| bool | hasMouseMoved (const QPoint &globalPos) |
| void | hideMenu (QMenu *menu, bool justRegister=false) |
| void | hideUpToMenuBar () |
| int | indexOf (QAction *act) const |
| void | init () |
| OSMenuRef | macMenu (OSMenuRef merge) |
| bool | mouseEventTaken (QMouseEvent *) |
| void | popupAction (QAction *, int, bool) |
| QRect | popupGeometry (const QWidget *widget) const |
| QRect | popupGeometry (int screen=-1) const |
| QMenuPrivate () | |
| int | scrollerHeight () const |
| void | scrollMenu (QMenuScroller::ScrollLocation location, bool active=false) |
| void | scrollMenu (QMenuScroller::ScrollDirection direction, bool page=false, bool active=false) |
| void | scrollMenu (QAction *action, QMenuScroller::ScrollLocation location, bool active=false) |
| void | setCurrentAction (QAction *, int popup=-1, SelectionReason reason=SelectedFromElsewhere, bool activateFirst=false) |
| void | setFirstActionActive () |
| void | setMacMenuEnabled (bool enable=true) |
| void | setOverrideMenuAction (QAction *) |
| void | setSyncAction () |
| void | syncSeparatorsCollapsible (bool collapsible) |
| QWidget * | topCausedWidget () const |
| void | updateActionRects () const |
| void | updateActionRects (const QRect &screen) const |
| void | updateLayoutDirection () |
| QAction * | wceCommands (uint command) |
| HMENU | wceMenu () |
| ~QMenuPrivate () | |
Public Functions inherited from QWidgetPrivate | |
| void | _q_showIfNotHidden () |
| virtual void | aboutToDestroy () |
| void | activateChildLayoutsRecursively () |
| QSize | adjustedSize () const |
| void | adjustQuitOnCloseAttribute () |
| QInputContext * | assignedInputContext () const |
| QPainter * | beginSharedPainter () |
| QWidget * | childAt_helper (const QPoint &, bool) const |
| QWidget * | childAtRecursiveHelper (const QPoint &p, bool, bool includeFrame=false) const |
| QRect | clipRect () const |
| QRegion | clipRegion () const |
| void | clipToEffectiveMask (QRegion ®ion) const |
| bool | close_helper (CloseMode mode) |
| void | create_sys (WId window, bool initializeWindow, bool destroyOldWindow) |
| QWindowSurface * | createDefaultWindowSurface () |
| QWindowSurface * | createDefaultWindowSurface_sys () |
| void | createExtra () |
| Creates the widget extra data. More... | |
| void | createRecursively () |
| void | createSysExtra () |
| void | createTLExtra () |
| void | createTLSysExtra () |
| void | createWinId (WId id=0) |
| void | deactivateWidgetCleanup () |
| void | deleteExtra () |
| Deletes the widget extra data. More... | |
| void | deleteSysExtra () |
| void | deleteTLSysExtra () |
| void | drawWidget (QPaintDevice *pdev, const QRegion &rgn, const QPoint &offset, int flags, QPainter *sharedPainter=0, QWidgetBackingStore *backingStore=0) |
| QWidget * | effectiveFocusWidget () |
| QRect | effectiveRectFor (const QRect &rect) const |
| bool | endSharedPainter () |
| void | enforceNativeChildren () |
| QWExtra * | extraData () const |
| QRect | frameStrut () const |
| void | getLayoutItemMargins (int *left, int *top, int *right, int *bottom) const |
| const QRegion & | getOpaqueChildren () const |
| void | handleSoftwareInputPanel (Qt::MouseButton button, bool clickCausedFocus) |
| virtual bool | hasHeightForWidth () const |
| void | hide_helper () |
| void | hide_sys () |
| Platform-specific part of QWidget::hide(). More... | |
| void | hideChildren (bool spontaneous) |
| void | inheritStyle () |
| void | init (QWidget *desktopWidget, Qt::WindowFlags f) |
| QInputContext * | inputContext () const |
| void | invalidateBuffer (const QRegion &) |
| Invalidates the rgn (in widget's coordinates) of the backing store, i.e. More... | |
| void | invalidateBuffer (const QRect &) |
| This function is equivalent to calling invalidateBuffer(QRegion(rect), ...), but is more efficient as it eliminates QRegion operations/allocations and can use the rect more precisely for additional cut-offs. More... | |
| void | invalidateBuffer_resizeHelper (const QPoint &oldPos, const QSize &oldSize) |
| Invalidates the buffer when the widget is resized. More... | |
| void | invalidateGraphicsEffectsRecursively () |
| bool | isAboutToShow () const |
| bool | isBackgroundInherited () const |
| bool | isOverlapped (const QRect &) const |
| void | lower_sys () |
| QPoint | mapFromGlobal (const QPoint &pos) const |
| QPoint | mapToGlobal (const QPoint &pos) const |
| QWidgetBackingStore * | maybeBackingStore () const |
| QTLWExtra * | maybeTopData () const |
| void | moveRect (const QRect &, int dx, int dy) |
| bool | nativeChildrenForced () const |
| QFont | naturalWidgetFont (uint inheritedMask) const |
| QPalette | naturalWidgetPalette (uint inheritedMask) const |
| Returns the palette that the widget w inherits from its ancestors and QApplication::palette. More... | |
| void | paintBackground (QPainter *, const QRegion &, int flags=DrawAsRoot) const |
| bool | paintOnScreen () const |
| void | paintSiblingsRecursive (QPaintDevice *pdev, const QObjectList &children, int index, const QRegion &rgn, const QPoint &offset, int flags, QPainter *sharedPainter, QWidgetBackingStore *backingStore) |
| bool | pointInsideRectAndMask (const QPoint &) const |
| QRegion | prepareToRender (const QRegion ®ion, QWidget::RenderFlags renderFlags) |
| void | propagatePaletteChange () |
| Propagate this widget's palette to all children, except style sheet widgets, and windows that don't enable window propagation (palettes don't normally propagate to windows). More... | |
| QWidgetPrivate (int version=QObjectPrivateVersion) | |
| void | raise_sys () |
| QPaintDevice * | redirected (QPoint *offset) const |
| void | registerDropSite (bool) |
| void | render (QPaintDevice *target, const QPoint &targetOffset, const QRegion &sourceRegion, QWidget::RenderFlags renderFlags, bool readyToRender) |
| void | render_helper (QPainter *painter, const QPoint &targetOffset, const QRegion &sourceRegion, QWidget::RenderFlags renderFlags) |
| void | repaint_sys (const QRegion &rgn) |
| void | reparentFocusWidgets (QWidget *oldtlw) |
| void | resolveFont () |
| Determine which font is implicitly imposed on this widget by its ancestors and QApplication::font, resolve this against its own font (attributes from the implicit font are copied over). More... | |
| void | resolveLayoutDirection () |
| void | resolveLocale () |
| void | resolvePalette () |
| Determine which palette is inherited from this widget's ancestors and QApplication::palette, resolve this against this widget's palette (attributes from the inherited palette are copied over this widget's palette). More... | |
| void | restoreRedirected () |
| void | scroll_sys (int dx, int dy) |
| void | scroll_sys (int dx, int dy, const QRect &r) |
| void | scrollChildren (int dx, int dy) |
| void | scrollRect (const QRect &, int dx, int dy) |
| void | sendPendingMoveAndResizeEvents (bool recursive=false, bool disableUpdates=false) |
| void | sendStartupMessage (const char *message) const |
| Platform-specific part of QWidget::show(). More... | |
| void | setConstraints_sys () |
| void | setCursor_sys (const QCursor &cursor) |
| void | setDirtyOpaqueRegion () |
| void | setEnabled_helper (bool) |
| void | setFocus_sys () |
| void | setFont_helper (const QFont &font) |
| void | setGeometry_sys (int, int, int, int, bool) |
| void | setLayoutDirection_helper (Qt::LayoutDirection) |
| void | setLayoutItemMargins (int left, int top, int right, int bottom) |
| void | setLayoutItemMargins (QStyle::SubElement element, const QStyleOption *opt=0) |
| void | setLocale_helper (const QLocale &l, bool forceUpdate=false) |
| void | setMask_sys (const QRegion &) |
| bool | setMaximumSize_helper (int &maxw, int &maxh) |
| bool | setMinimumSize_helper (int &minw, int &minh) |
| void | setModal_sys () |
| void | setNetWmWindowTypes () |
| void | setOpaque (bool opaque) |
| void | setPalette_helper (const QPalette &) |
| void | setParent_sys (QWidget *parent, Qt::WindowFlags) |
| void | setRedirected (QPaintDevice *replacement, const QPoint &offset) |
| void | setSharedPainter (QPainter *painter) |
| void | setStyle_helper (QStyle *newStyle, bool propagate, bool metalHack=false) |
| void | setUpdatesEnabled_helper (bool) |
| void | setWindowFilePath_helper (const QString &filePath) |
| void | setWindowIcon_helper () |
| void | setWindowIcon_sys (bool forceReset=false) |
| void | setWindowIconText_helper (const QString &cap) |
| void | setWindowIconText_sys (const QString &cap) |
| void | setWindowOpacity_sys (qreal opacity) |
| void | setWindowRole () |
| void | setWindowTitle_helper (const QString &cap) |
| void | setWindowTitle_sys (const QString &cap) |
| void | setWinId (WId) |
| QPainter * | sharedPainter () const |
| void | show_helper () |
| void | show_recursive () |
| Makes the widget visible in the isVisible() meaning of the word. More... | |
| void | show_sys () |
| Platform-specific part of QWidget::show(). More... | |
| void | showChildren (bool spontaneous) |
| void | stackUnder_sys (QWidget *) |
| void | subtractOpaqueChildren (QRegion &rgn, const QRect &clipRect) const |
| void | subtractOpaqueSiblings (QRegion &source, bool *hasDirtySiblingsAbove=0, bool alsoNonOpaque=false) const |
| void | syncBackingStore () |
| void | syncBackingStore (const QRegion ®ion) |
| QTLWExtra * | topData () const |
| void | unsetCursor_sys () |
| void | updateFont (const QFont &) |
| Assign font to this widget, and propagate it to all children, except style sheet widgets (handled differently) and windows that don't enable window propagation. More... | |
| void | updateFrameStrut () |
| Computes the frame rectangle when needed. More... | |
| void | updateGeometry_helper (bool forceUpdate) |
| void | updateIsOpaque () |
| void | updateIsTranslucent () |
| void | updateSystemBackground () |
| void | updateX11AcceptFocus () |
| void | x11UpdateIsOpaque () |
| ~QWidgetPrivate () | |
Public Functions inherited from QObjectPrivate | |
| void | _q_reregisterTimers (void *pointer) |
| void | addConnection (int signal, Connection *c) |
| void | cleanConnectionLists () |
| void | connectNotify (const char *signal) |
| void | deleteChildren () |
| void | disconnectNotify (const char *signal) |
| bool | isSender (const QObject *receiver, const char *signal) const |
| bool | isSignalConnected (uint signalIdx) const |
| Returns true if the signal with index signal_index from object sender is connected. More... | |
| void | moveToThread_helper () |
| QObjectPrivate (int version=QObjectPrivateVersion) | |
| QObjectList | receiverList (const char *signal) const |
| QObjectList | senderList () const |
| void | setParent_helper (QObject *) |
| void | setThreadData_helper (QThreadData *currentData, QThreadData *targetData) |
| int | signalIndex (const char *signalName) const |
| Returns the signal index used in the internal connectionLists vector. More... | |
| virtual | ~QObjectPrivate () |
Public Functions inherited from QObjectData | |
| virtual | ~QObjectData ()=0 |
Static Public Functions | |
| static QMenuPrivate * | get (QMenu *m) |
Static Public Functions inherited from QWidgetPrivate | |
| static void | adjustFlags (Qt::WindowFlags &flags, QWidget *w=0) |
| static QGraphicsProxyWidget * | nearestGraphicsProxyWidget (const QWidget *origin) |
| Finds the nearest widget embedded in a graphics proxy widget along the chain formed by this widget and its ancestors. More... | |
| static int | pointToRect (const QPoint &p, const QRect &r) |
| static QRect | screenGeometry (const QWidget *widget) |
Static Public Functions inherited from QObjectPrivate | |
| static void | clearGuards (QObject *) |
| static QObjectPrivate * | get (QObject *o) |
| static void | resetCurrentSender (QObject *receiver, Sender *currentSender, Sender *previousSender) |
| static Sender * | setCurrentSender (QObject *receiver, Sender *sender) |
| static void | signalSignature (const QMetaMethod &signal, QVarLengthArray< char > *result) |
Static Public Variables | |
| static QHash< OSMenuRef, OSMenuRef > | mergeMenuHash |
| static QHash< OSMenuRef, QMenuMergeList * > | mergeMenuItemsHash |
| static QMenu * | mouseDown = 0 |
Static Public Variables inherited from QWidgetPrivate | |
| static QWidgetSet * | allWidgets = 0 |
| static int | instanceCounter = 0 |
| static QWidget * | keyboardGrabber = 0 |
| static QWidgetMapper * | mapper = 0 |
| static int | maxInstances = 0 |
| static QWidget * | mouseGrabber = 0 |
| Enumerator | |
|---|---|
| SelectedFromKeyboard | |
| SelectedFromElsewhere | |
Definition at line 219 of file qmenu_p.h.
|
inline |
Definition at line 148 of file qmenu_p.h.
|
inline |
| void QMenuPrivate::_q_actionHovered | ( | ) |
Definition at line 1187 of file qmenu.cpp.
| void QMenuPrivate::_q_actionTriggered | ( | ) |
Definition at line 1152 of file qmenu.cpp.
| void QMenuPrivate::_q_overrideMenuActionDestroyed | ( | ) |
Definition at line 661 of file qmenu.cpp.
|
inline |
Definition at line 419 of file qmenu.cpp.
Referenced by activateAction(), and setCurrentAction().
| void QMenuPrivate::activateAction | ( | QAction * | action, |
| QAction::ActionEvent | action_e, | ||
| bool | self = true |
||
| ) |
Definition at line 1085 of file qmenu.cpp.
Referenced by setCurrentAction().
| void QMenuPrivate::activateCausedStack | ( | const QList< QPointer< QWidget > > & | causedStack, |
| QAction * | action, | ||
| QAction::ActionEvent | action_e, | ||
| bool | self | ||
| ) |
Definition at line 1036 of file qmenu.cpp.
Referenced by _q_actionTriggered(), and activateAction().
Definition at line 391 of file qmenu.cpp.
Reimplemented in QTornOffMenu::QTornOffMenuPrivate.
Definition at line 224 of file qmenu.cpp.
|
inlinestatic |
Definition at line 186 of file qmenu_p.h.
Referenced by QPushButtonPrivate::_q_popupPressed().
| int QMenuPrivate::getLastVisibleAction | ( | ) | const |
Definition at line 402 of file qmenu.cpp.
Referenced by adjustMenuSizeForScreen(), and updateActionRects().
| bool QMenuPrivate::hasMouseMoved | ( | const QPoint & | globalPos | ) |
Definition at line 1205 of file qmenu.cpp.
Referenced by mouseEventTaken().
| void QMenuPrivate::hideMenu | ( | QMenu * | menu, |
| bool | justRegister = false |
||
| ) |
Definition at line 471 of file qmenu.cpp.
Referenced by hideUpToMenuBar(), popupAction(), and setCurrentAction().
| void QMenuPrivate::hideUpToMenuBar | ( | ) |
Definition at line 435 of file qmenu.cpp.
Referenced by activateAction(), and mouseEventTaken().
|
inline |
Definition at line 269 of file qmenu_p.h.
Referenced by activateAction().
| void QMenuPrivate::init | ( | ) |
Definition at line 155 of file qmenu.cpp.
Referenced by QMenuBarPrivate::macMenu(), and qt_mac_create_menu().
Definition at line 1529 of file qmenu_mac.mm.
Referenced by setMacMenuEnabled().
| bool QMenuPrivate::mouseEventTaken | ( | QMouseEvent * | e | ) |
Definition at line 958 of file qmenu.cpp.
| void QMenuPrivate::popupAction | ( | QAction * | action, |
| int | delay, | ||
| bool | activateFirst | ||
| ) |
Definition at line 518 of file qmenu.cpp.
Referenced by setCurrentAction().
Definition at line 195 of file qmenu.cpp.
Referenced by scrollMenu(), and updateActionRects().
| QRect QMenuPrivate::popupGeometry | ( | int | screen = -1 | ) | const |
Definition at line 210 of file qmenu.cpp.
| int QMenuPrivate::scrollerHeight | ( | ) | const |
Definition at line 188 of file qmenu.cpp.
Referenced by mouseEventTaken(), scrollMenu(), and setFirstActionActive().
| void QMenuPrivate::scrollMenu | ( | QMenuScroller::ScrollLocation | location, |
| bool | active = false |
||
| ) |
Definition at line 873 of file qmenu.cpp.
Referenced by scrollMenu().
| void QMenuPrivate::scrollMenu | ( | QMenuScroller::ScrollDirection | direction, |
| bool | page = false, |
||
| bool | active = false |
||
| ) |
Definition at line 911 of file qmenu.cpp.
| void QMenuPrivate::scrollMenu | ( | QAction * | action, |
| QMenuScroller::ScrollLocation | location, | ||
| bool | active = false |
||
| ) |
Definition at line 761 of file qmenu.cpp.
| void QMenuPrivate::setCurrentAction | ( | QAction * | action, |
| int | popup = -1, |
||
| SelectionReason | reason = SelectedFromElsewhere, |
||
| bool | activateFirst = false |
||
| ) |
Definition at line 576 of file qmenu.cpp.
Referenced by hideUpToMenuBar(), mouseEventTaken(), scrollMenu(), and setFirstActionActive().
| void QMenuPrivate::setFirstActionActive | ( | ) |
Definition at line 552 of file qmenu.cpp.
| void QMenuPrivate::setMacMenuEnabled | ( | bool | enable = true | ) |
Definition at line 1574 of file qmenu_mac.mm.
| void QMenuPrivate::setOverrideMenuAction | ( | QAction * | a | ) |
Definition at line 673 of file qmenu.cpp.
| void QMenuPrivate::setSyncAction | ( | ) |
Definition at line 534 of file qmenu.cpp.
| void QMenuPrivate::syncSeparatorsCollapsible | ( | bool | collapse | ) |
Definition at line 1556 of file qmenu_mac.mm.
Referenced by macMenu().
| QWidget * QMenuPrivate::topCausedWidget | ( | ) | const |
Definition at line 653 of file qmenu.cpp.
Referenced by activateAction(), and setCurrentAction().
| void QMenuPrivate::updateActionRects | ( | ) | const |
Definition at line 239 of file qmenu.cpp.
Referenced by actionRect(), adjustMenuSizeForScreen(), scrollMenu(), and setFirstActionActive().
| void QMenuPrivate::updateActionRects | ( | const QRect & | screen | ) | const |
Definition at line 245 of file qmenu.cpp.
| void QMenuPrivate::updateLayoutDirection | ( | ) |
Definition at line 691 of file qmenu.cpp.
Definition at line 364 of file qmenu_wince.cpp.
| HMENU QMenuPrivate::wceMenu | ( | ) |
Definition at line 483 of file qmenu_wince.cpp.
| uint QMenuPrivate::aboutToHide |
Definition at line 211 of file qmenu_p.h.
Referenced by hideMenu().
Definition at line 338 of file qmenu_p.h.
Referenced by activateAction(), and hideMenu().
Definition at line 194 of file qmenu_p.h.
Referenced by actionAt(), actionRect(), adjustMenuSizeForScreen(), scrollMenu(), setFirstActionActive(), and updateActionRects().
| bool QMenuPrivate::activationRecursionGuard |
Definition at line 205 of file qmenu_p.h.
Referenced by _q_actionTriggered(), and activateCausedStack().
Definition at line 254 of file qmenu_p.h.
Referenced by mouseEventTaken(), popupAction(), and setCurrentAction().
| QMenuCaused QMenuPrivate::causedPopup |
Definition at line 263 of file qmenu_p.h.
Referenced by QPushButtonPrivate::_q_popupPressed(), calcCausedStack(), hideUpToMenuBar(), mouseEventTaken(), QTornOffMenu::QTornOffMenuPrivate::QTornOffMenuPrivate(), setCurrentAction(), topCausedWidget(), and updateLayoutDirection().
| uint QMenuPrivate::collapsibleSeparators |
Definition at line 201 of file qmenu_p.h.
Referenced by getLastVisibleAction(), macMenu(), and updateActionRects().
| QAction* QMenuPrivate::currentAction |
Definition at line 213 of file qmenu_p.h.
Referenced by hideMenu(), setCurrentAction(), and setSyncAction().
| QAction* QMenuPrivate::defaultMenuAction |
Definition at line 286 of file qmenu_p.h.
Referenced by _q_overrideMenuActionDestroyed(), init(), and setOverrideMenuAction().
| QEventLoop* QMenuPrivate::eventLoop |
Definition at line 246 of file qmenu_p.h.
Referenced by hideMenu(), and hideUpToMenuBar().
|
mutable |
Definition at line 275 of file qmenu_p.h.
Referenced by updateActionRects().
|
mutable |
Definition at line 190 of file qmenu_p.h.
Referenced by adjustMenuSizeForScreen(), scrollMenu(), and updateActionRects().
| struct QMenuPrivate::QMacMenuPrivate * QMenuPrivate::mac_menu |
Referenced by macMenu(), setMacMenuEnabled(), and syncSeparatorsCollapsible().
|
mutable |
Definition at line 191 of file qmenu_p.h.
Referenced by updateActionRects().
| QAction* QMenuPrivate::menuAction |
Definition at line 285 of file qmenu_p.h.
Referenced by _q_overrideMenuActionDestroyed(), init(), and setOverrideMenuAction().
| QBasicTimer QMenuPrivate::menuDelayTimer |
Definition at line 218 of file qmenu_p.h.
Referenced by popupAction().
Definition at line 334 of file qmenu_p.h.
Referenced by QMenuPrivate::QMacMenuPrivate::addAction(), QMenuBarPrivate::macMenu(), macMenu(), QMenuBarPrivate::macUpdateMenuBarImmediatly(), QMenuPrivate::QMacMenuPrivate::merged(), qt_mac_set_modal_state(), and QMenuPrivate::QMacMenuPrivate::~QMacMenuPrivate().
|
static |
Definition at line 335 of file qmenu_p.h.
Referenced by QMenuPrivate::QMacMenuPrivate::addAction(), QMenuBarPrivate::macUpdateMenuBarImmediatly(), QMenuPrivate::QMacMenuPrivate::merged(), qt_mac_menu_merge_action(), QMenuPrivate::QMacMenuPrivate::removeAction(), and QMenuPrivate::QMacMenuPrivate::~QMacMenuPrivate().
| int QMenuPrivate::motions |
Definition at line 212 of file qmenu_p.h.
Referenced by hasMouseMoved().
|
static |
Definition at line 208 of file qmenu_p.h.
Referenced by mouseEventTaken().
| QPoint QMenuPrivate::mousePopupPos |
Definition at line 209 of file qmenu_p.h.
Referenced by hasMouseMoved().
|
mutable |
Definition at line 200 of file qmenu_p.h.
Referenced by updateActionRects().
| struct QMenuPrivate::QMenuScroller * QMenuPrivate::scroll |
Referenced by init(), mouseEventTaken(), scrollMenu(), setFirstActionActive(), and updateActionRects().
| QBasicTimer QMenuPrivate::searchBufferTimer |
|
mutable |
Definition at line 279 of file qmenu_p.h.
Referenced by setCurrentAction(), and updateActionRects().
| QRegion QMenuPrivate::sloppyRegion |
Definition at line 280 of file qmenu_p.h.
Referenced by setCurrentAction().
|
mutable |
Definition at line 191 of file qmenu_p.h.
Referenced by updateActionRects().
| uint QMenuPrivate::tearoff |
Definition at line 272 of file qmenu_p.h.
Referenced by mouseEventTaken(), and updateActionRects().
| uint QMenuPrivate::tearoffHighlighted |
Definition at line 272 of file qmenu_p.h.
Referenced by mouseEventTaken(), and setCurrentAction().
| uint QMenuPrivate::tornoff |
Definition at line 272 of file qmenu_p.h.
Referenced by hideUpToMenuBar(), and QTornOffMenu::QTornOffMenuPrivate::QTornOffMenuPrivate().
| QPointer<QTornOffMenu> QMenuPrivate::tornPopup |
Definition at line 273 of file qmenu_p.h.
Referenced by mouseEventTaken().
| struct QMenuPrivate::QWceMenuPrivate * QMenuPrivate::wce_menu |
Referenced by wceMenu().
Definition at line 195 of file qmenu_p.h.
Referenced by QMenuPrivate::QMacMenuPrivate::addAction(), scrollMenu(), setCurrentAction(), and updateActionRects().