Qt 4.8
|
#include <qmdiarea_p.h>
Public Functions | |
void | _q_closeTab (int index) |
void | _q_currentTabChanged (int index) |
void | _q_deactivateAllWindows (QMdiSubWindow *aboutToActivate=0) |
void | _q_moveTab (int from, int to) |
void | _q_processWindowStateChanged (Qt::WindowStates oldState, Qt::WindowStates newState) |
void | activateCurrentWindow () |
void | activateHighlightedWindow () |
void | activateWindow (QMdiSubWindow *child) |
void | appendChild (QMdiSubWindow *child) |
void | arrangeMinimizedSubWindows () |
Arranges all minimized windows at the bottom of the workspace. More... | |
void | disconnectSubWindow (QObject *subWindow) |
void | emitWindowActivated (QMdiSubWindow *child) |
void | hideRubberBand () |
void | highlightNextSubWindow (int increaseFactor) |
void | internalRaise (QMdiSubWindow *child) const |
bool | isExplicitlyDeactivated (QMdiSubWindow *subWindow) const |
bool | lastWindowAboutToBeDestroyed () const |
QMdiSubWindow * | nextVisibleSubWindow (int increaseFactor, QMdiArea::WindowOrder, int removed=-1, int fromIndex=-1) const |
void | place (QMdi::Placer *placer, QMdiSubWindow *child) |
QMdiAreaPrivate () | |
void | rearrange (QMdi::Rearranger *rearranger) |
void | refreshTabBar () |
void | resetActiveWindow (QMdiSubWindow *child=0) |
QRect | resizeToMinimumTileSize (const QSize &minSubWindowSize, int subWindowCount) |
void | scrollBarPolicyChanged (Qt::Orientation, Qt::ScrollBarPolicy) |
bool | scrollBarsEnabled () const |
void | setActive (QMdiSubWindow *subWindow, bool active=true, bool changeFocus=true) const |
void | setChildActivationEnabled (bool enable=true, bool onlyNextActivationEvent=false) const |
void | setViewMode (QMdiArea::ViewMode mode) |
void | showRubberBandFor (QMdiSubWindow *subWindow) |
void | startResizeTimer () |
void | startTabToPreviousTimer () |
QList< QMdiSubWindow * > | subWindowList (QMdiArea::WindowOrder, bool reversed=false) const |
void | updateActiveWindow (int removedIndex, bool activeRemoved) |
void | updateScrollBars () |
void | updateTabBarGeometry () |
bool | windowStaysOnTop (QMdiSubWindow *subWindow) const |
Public Functions inherited from QAbstractScrollAreaPrivate | |
void | _q_hslide (int) |
void | _q_showOrHideScrollBars () |
void | _q_vslide (int) |
virtual QPoint | contentsOffset () const |
void | init () |
void | layoutChildren () |
QAbstractScrollAreaPrivate () | |
void | replaceScrollBar (QScrollBar *scrollBar, Qt::Orientation orientation) |
void | setSingleFingerPanEnabled (bool on=true) |
bool | viewportEvent (QEvent *event) |
Public Functions inherited from QFramePrivate | |
void | init () |
QFramePrivate () | |
void | updateFrameWidth () |
Updated the frameWidth parameter. More... | |
void | updateStyledFrameWidths () |
Updates the frame widths from the style. More... | |
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 |
Additional Inherited Members | |
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 **) |
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 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 |
Definition at line 141 of file qmdiarea_p.h.
QMdiAreaPrivate::QMdiAreaPrivate | ( | ) |
Definition at line 695 of file qmdiarea.cpp.
void QMdiAreaPrivate::_q_closeTab | ( | int | index | ) |
Definition at line 830 of file qmdiarea.cpp.
Referenced by setViewMode().
void QMdiAreaPrivate::_q_currentTabChanged | ( | int | index | ) |
Definition at line 806 of file qmdiarea.cpp.
Referenced by setViewMode().
void QMdiAreaPrivate::_q_deactivateAllWindows | ( | QMdiSubWindow * | aboutToActivate = 0 | ) |
Definition at line 737 of file qmdiarea.cpp.
Referenced by appendChild(), and emitWindowActivated().
void QMdiAreaPrivate::_q_moveTab | ( | int | from, |
int | to | ||
) |
Definition at line 841 of file qmdiarea.cpp.
Referenced by setViewMode().
void QMdiAreaPrivate::_q_processWindowStateChanged | ( | Qt::WindowStates | oldState, |
Qt::WindowStates | newState | ||
) |
Definition at line 773 of file qmdiarea.cpp.
Referenced by appendChild().
void QMdiAreaPrivate::activateCurrentWindow | ( | ) |
Definition at line 1047 of file qmdiarea.cpp.
void QMdiAreaPrivate::activateHighlightedWindow | ( | ) |
Definition at line 1056 of file qmdiarea.cpp.
void QMdiAreaPrivate::activateWindow | ( | QMdiSubWindow * | child | ) |
Definition at line 1022 of file qmdiarea.cpp.
Referenced by _q_currentTabChanged(), activateHighlightedWindow(), and updateActiveWindow().
void QMdiAreaPrivate::appendChild | ( | QMdiSubWindow * | child | ) |
Definition at line 854 of file qmdiarea.cpp.
void QMdiAreaPrivate::arrangeMinimizedSubWindows | ( | ) |
Arranges all minimized windows at the bottom of the workspace.
Definition at line 1012 of file qmdiarea.cpp.
Referenced by _q_processWindowStateChanged().
void QMdiAreaPrivate::disconnectSubWindow | ( | QObject * | subWindow | ) |
Definition at line 1456 of file qmdiarea.cpp.
void QMdiAreaPrivate::emitWindowActivated | ( | QMdiSubWindow * | activeWindow | ) |
Definition at line 1074 of file qmdiarea.cpp.
Referenced by _q_processWindowStateChanged().
|
inline |
Definition at line 272 of file qmdiarea_p.h.
Referenced by activateHighlightedWindow(), and updateActiveWindow().
void QMdiAreaPrivate::highlightNextSubWindow | ( | int | increaseFactor | ) |
Definition at line 1523 of file qmdiarea.cpp.
void QMdiAreaPrivate::internalRaise | ( | QMdiSubWindow * | mdiChild | ) | const |
Definition at line 1267 of file qmdiarea.cpp.
Referenced by _q_processWindowStateChanged(), appendChild(), and emitWindowActivated().
|
inline |
Definition at line 249 of file qmdiarea_p.h.
Referenced by activateCurrentWindow(), and resetActiveWindow().
bool QMdiAreaPrivate::lastWindowAboutToBeDestroyed | ( | ) | const |
Definition at line 1362 of file qmdiarea.cpp.
Referenced by resetActiveWindow().
QMdiSubWindow * QMdiAreaPrivate::nextVisibleSubWindow | ( | int | increaseFactor, |
QMdiArea::WindowOrder | order, | ||
int | removedIndex = -1 , |
||
int | fromIndex = -1 |
||
) | const |
Definition at line 1469 of file qmdiarea.cpp.
Referenced by activateHighlightedWindow(), highlightNextSubWindow(), and updateActiveWindow().
void QMdiAreaPrivate::place | ( | QMdi::Placer * | placer, |
QMdiSubWindow * | child | ||
) |
Definition at line 907 of file qmdiarea.cpp.
Referenced by appendChild().
void QMdiAreaPrivate::rearrange | ( | QMdi::Rearranger * | rearranger | ) |
Definition at line 945 of file qmdiarea.cpp.
Referenced by arrangeMinimizedSubWindows().
void QMdiAreaPrivate::refreshTabBar | ( | ) |
Definition at line 1696 of file qmdiarea.cpp.
void QMdiAreaPrivate::resetActiveWindow | ( | QMdiSubWindow * | deactivatedWindow = 0 | ) |
Definition at line 1126 of file qmdiarea.cpp.
Referenced by _q_processWindowStateChanged(), activateWindow(), and updateActiveWindow().
QRect QMdiAreaPrivate::resizeToMinimumTileSize | ( | const QSize & | minSubWindowSize, |
int | subWindowCount | ||
) |
Definition at line 1294 of file qmdiarea.cpp.
Referenced by rearrange().
|
virtual |
Reimplemented from QAbstractScrollAreaPrivate.
Definition at line 1396 of file qmdiarea.cpp.
bool QMdiAreaPrivate::scrollBarsEnabled | ( | ) | const |
Definition at line 1354 of file qmdiarea.cpp.
Referenced by emitWindowActivated(), and updateScrollBars().
|
inline |
Definition at line 256 of file qmdiarea_p.h.
void QMdiAreaPrivate::setChildActivationEnabled | ( | bool | enable = true , |
bool | onlyNextActivationEvent = false |
||
) | const |
Definition at line 1380 of file qmdiarea.cpp.
void QMdiAreaPrivate::setViewMode | ( | QMdiArea::ViewMode | mode | ) |
Definition at line 1567 of file qmdiarea.cpp.
|
inline |
Definition at line 263 of file qmdiarea_p.h.
Referenced by highlightNextSubWindow().
|
inline |
Definition at line 226 of file qmdiarea_p.h.
|
inline |
Definition at line 234 of file qmdiarea_p.h.
QList< QMdiSubWindow * > QMdiAreaPrivate::subWindowList | ( | QMdiArea::WindowOrder | order, |
bool | reversed = false |
||
) | const |
Definition at line 1413 of file qmdiarea.cpp.
Referenced by rearrange().
void QMdiAreaPrivate::updateActiveWindow | ( | int | removedIndex, |
bool | activeRemoved | ||
) |
Definition at line 1151 of file qmdiarea.cpp.
void QMdiAreaPrivate::updateScrollBars | ( | ) |
Definition at line 1201 of file qmdiarea.cpp.
Referenced by emitWindowActivated(), rearrange(), and scrollBarPolicyChanged().
void QMdiAreaPrivate::updateTabBarGeometry | ( | ) |
Definition at line 1641 of file qmdiarea.cpp.
Referenced by appendChild(), refreshTabBar(), setViewMode(), and updateActiveWindow().
|
inline |
Definition at line 242 of file qmdiarea_p.h.
Referenced by _q_deactivateAllWindows(), and internalRaise().
QPointer<QMdiSubWindow> QMdiAreaPrivate::aboutToBecomeActive |
Definition at line 161 of file qmdiarea_p.h.
Referenced by _q_deactivateAllWindows(), emitWindowActivated(), and resetActiveWindow().
QMdiArea::WindowOrder QMdiAreaPrivate::activationOrder |
Definition at line 163 of file qmdiarea_p.h.
Referenced by highlightNextSubWindow(), rearrange(), and updateActiveWindow().
QPointer<QMdiSubWindow> QMdiAreaPrivate::active |
Definition at line 160 of file qmdiarea_p.h.
Referenced by activateWindow(), emitWindowActivated(), rearrange(), resetActiveWindow(), and updateScrollBars().
QBrush QMdiAreaPrivate::background |
Definition at line 162 of file qmdiarea_p.h.
QMdi::Rearranger* QMdiAreaPrivate::cascader |
Definition at line 148 of file qmdiarea_p.h.
QList< QPointer<QMdiSubWindow> > QMdiAreaPrivate::childWindows |
Definition at line 158 of file qmdiarea_p.h.
Referenced by _q_closeTab(), _q_currentTabChanged(), _q_deactivateAllWindows(), _q_moveTab(), activateHighlightedWindow(), activateWindow(), appendChild(), emitWindowActivated(), highlightNextSubWindow(), internalRaise(), lastWindowAboutToBeDestroyed(), nextVisibleSubWindow(), place(), scrollBarPolicyChanged(), setChildActivationEnabled(), setViewMode(), subWindowList(), and updateActiveWindow().
bool QMdiAreaPrivate::documentMode |
Definition at line 167 of file qmdiarea_p.h.
Referenced by refreshTabBar(), and setViewMode().
QMdi::Rearranger* QMdiAreaPrivate::iconTiler |
Definition at line 150 of file qmdiarea_p.h.
Referenced by arrangeMinimizedSubWindows().
bool QMdiAreaPrivate::ignoreGeometryChange |
Definition at line 175 of file qmdiarea_p.h.
Referenced by updateScrollBars().
bool QMdiAreaPrivate::ignoreWindowStateChange |
Definition at line 176 of file qmdiarea_p.h.
Referenced by _q_deactivateAllWindows(), and _q_processWindowStateChanged().
int QMdiAreaPrivate::indexToHighlighted |
Definition at line 185 of file qmdiarea_p.h.
Referenced by activateHighlightedWindow(), highlightNextSubWindow(), and updateActiveWindow().
int QMdiAreaPrivate::indexToLastActiveTab |
Definition at line 186 of file qmdiarea_p.h.
Referenced by _q_currentTabChanged(), and setViewMode().
int QMdiAreaPrivate::indexToNextWindow |
Definition at line 183 of file qmdiarea_p.h.
int QMdiAreaPrivate::indexToPreviousWindow |
Definition at line 184 of file qmdiarea_p.h.
QList<int> QMdiAreaPrivate::indicesToActivatedChildren |
Definition at line 159 of file qmdiarea_p.h.
Referenced by appendChild(), emitWindowActivated(), subWindowList(), and updateActiveWindow().
bool QMdiAreaPrivate::inViewModeChange |
Definition at line 182 of file qmdiarea_p.h.
Referenced by setViewMode().
bool QMdiAreaPrivate::isActivated |
Definition at line 177 of file qmdiarea_p.h.
Referenced by resetActiveWindow().
bool QMdiAreaPrivate::isSubWindowsTiled |
Definition at line 178 of file qmdiarea_p.h.
Referenced by _q_processWindowStateChanged(), rearrange(), setViewMode(), and updateScrollBars().
QMdiArea::AreaOptions QMdiAreaPrivate::options |
Definition at line 164 of file qmdiarea_p.h.
Referenced by _q_deactivateAllWindows(), and appendChild().
QList< QPointer<QMdiSubWindow> > QMdiAreaPrivate::pendingPlacements |
Definition at line 157 of file qmdiarea_p.h.
Referenced by place().
QList<QMdi::Rearranger *> QMdiAreaPrivate::pendingRearrangements |
Definition at line 156 of file qmdiarea_p.h.
Referenced by rearrange().
QMdi::Placer* QMdiAreaPrivate::placer |
Definition at line 151 of file qmdiarea_p.h.
Referenced by appendChild().
QMdi::Rearranger* QMdiAreaPrivate::regularTiler |
Definition at line 149 of file qmdiarea_p.h.
int QMdiAreaPrivate::resizeTimerId |
Definition at line 187 of file qmdiarea_p.h.
QRubberBand* QMdiAreaPrivate::rubberBand |
Definition at line 153 of file qmdiarea_p.h.
Referenced by highlightNextSubWindow().
bool QMdiAreaPrivate::showActiveWindowMaximized |
Definition at line 179 of file qmdiarea_p.h.
Referenced by _q_deactivateAllWindows(), appendChild(), emitWindowActivated(), and updateActiveWindow().
QMdiAreaTabBar* QMdiAreaPrivate::tabBar |
Definition at line 155 of file qmdiarea_p.h.
Referenced by _q_currentTabChanged(), appendChild(), emitWindowActivated(), refreshTabBar(), setViewMode(), updateActiveWindow(), and updateTabBarGeometry().
QTabWidget::TabPosition QMdiAreaPrivate::tabPosition |
Definition at line 173 of file qmdiarea_p.h.
Referenced by refreshTabBar(), setViewMode(), and updateTabBarGeometry().
bool QMdiAreaPrivate::tabsClosable |
Definition at line 168 of file qmdiarea_p.h.
Referenced by refreshTabBar(), and setViewMode().
QTabWidget::TabShape QMdiAreaPrivate::tabShape |
Definition at line 172 of file qmdiarea_p.h.
Referenced by refreshTabBar(), setViewMode(), and updateTabBarGeometry().
bool QMdiAreaPrivate::tabsMovable |
Definition at line 169 of file qmdiarea_p.h.
Referenced by refreshTabBar(), and setViewMode().
int QMdiAreaPrivate::tabToPreviousTimerId |
Definition at line 188 of file qmdiarea_p.h.
Referenced by activateHighlightedWindow(), and highlightNextSubWindow().
bool QMdiAreaPrivate::tileCalledFromResizeEvent |
Definition at line 180 of file qmdiarea_p.h.
Referenced by resizeToMinimumTileSize().
bool QMdiAreaPrivate::updatesDisabledByUs |
Definition at line 181 of file qmdiarea_p.h.
Referenced by _q_deactivateAllWindows(), and emitWindowActivated().
QMdiArea::ViewMode QMdiAreaPrivate::viewMode |
Definition at line 165 of file qmdiarea_p.h.
Referenced by setViewMode().