Qt 4.8
|
#include <qmdisubwindow_p.h>
Classes | |
struct | OperationInfo |
Public Functions | |
void | _q_enterInteractiveMode () |
void | _q_processFocusChanged (QWidget *old, QWidget *now) |
void | _q_updateStaysOnTopHint () |
void | addToSystemMenu (WindowStateAction, const QString &text, const char *slot) |
bool | autoRaise () const |
void | createSystemMenu () |
QPalette | desktopPalette () const |
bool | drawTitleBarWhenMaximized () const |
void | ensureWindowState (Qt::WindowState state) |
void | enterRubberBandMode () |
Operation | getOperation (const QPoint &pos) const |
QRegion | getRegion (Operation operation) const |
QStyle::SubControl | getSubControl (const QPoint &pos) const |
bool | hasBorder (const QStyleOptionTitleBar &options) const |
QSize | iconSize () const |
void | initOperationMap () |
bool | isMoveOperation () const |
bool | isResizeOperation () const |
void | leaveInteractiveMode () |
void | leaveRubberBandMode () |
QMenuBar * | menuBar () const |
QString | originalWindowTitle () |
void | processClickedSubControl () |
QMdiSubWindowPrivate () | |
void | removeBaseWidget () |
void | removeButtonsFromMenuBar () |
void | restoreFocus () |
void | setActive (bool activate, bool changeFocus=true) |
void | setEnabled (WindowStateAction, bool enable=true) |
void | setFocusWidget () |
void | setMaximizeMode () |
void | setMinimizeMode () |
void | setNewGeometry (const QPoint &pos) |
void | setNewGeometry (QRect *geometry) |
void | setNewWindowTitle () |
void | setNormalMode () |
void | setSizeGrip (QSizeGrip *sizeGrip) |
void | setSizeGripVisible (bool visible=true) const |
void | setVisible (WindowStateAction, bool visible=true) |
void | setWindowFlags (Qt::WindowFlags windowFlags) |
void | showButtonsInMenuBar (QMenuBar *menuBar) |
void | sizeParameters (int *margin, int *minWidth) const |
int | titleBarHeight (const QStyleOptionTitleBar &options) const |
int | titleBarHeight () const |
QStyleOptionTitleBar | titleBarOptions () const |
void | updateActions () |
void | updateCursor () |
void | updateDirtyRegions () |
void | updateGeometryConstraints () |
void | updateInternalWindowTitle () |
void | updateMask () |
void | updateWindowTitle (bool requestFromChild) |
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 | |
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 121 of file qmdisubwindow_p.h.
Definition at line 172 of file qmdisubwindow_p.h.
Enumerator | |
---|---|
HMove | |
VMove | |
HResize | |
VResize | |
HResizeReverse | |
VResizeReverse |
Definition at line 139 of file qmdisubwindow_p.h.
Enumerator | |
---|---|
None | |
Move | |
TopResize | |
BottomResize | |
LeftResize | |
RightResize | |
TopLeftResize | |
TopRightResize | |
BottomLeftResize | |
BottomRightResize |
Definition at line 126 of file qmdisubwindow_p.h.
Enumerator | |
---|---|
RestoreAction | |
MoveAction | |
ResizeAction | |
MinimizeAction | |
MaximizeAction | |
StayOnTopAction | |
CloseAction | |
NumWindowStateActions |
Definition at line 148 of file qmdisubwindow_p.h.
QMdiSubWindowPrivate::QMdiSubWindowPrivate | ( | ) |
Definition at line 877 of file qmdisubwindow.cpp.
void QMdiSubWindowPrivate::_q_enterInteractiveMode | ( | ) |
Definition at line 936 of file qmdisubwindow.cpp.
Referenced by createSystemMenu().
Definition at line 981 of file qmdisubwindow.cpp.
void QMdiSubWindowPrivate::_q_updateStaysOnTopHint | ( | ) |
Definition at line 917 of file qmdisubwindow.cpp.
Referenced by createSystemMenu().
void QMdiSubWindowPrivate::addToSystemMenu | ( | WindowStateAction | action, |
const QString & | text, | ||
const char * | slot | ||
) |
Definition at line 2159 of file qmdisubwindow.cpp.
Referenced by createSystemMenu().
|
inline |
Definition at line 327 of file qmdisubwindow_p.h.
Referenced by titleBarOptions().
void QMdiSubWindowPrivate::createSystemMenu | ( | ) |
Definition at line 1060 of file qmdisubwindow.cpp.
QPalette QMdiSubWindowPrivate::desktopPalette | ( | ) | const |
Definition at line 1937 of file qmdisubwindow.cpp.
bool QMdiSubWindowPrivate::drawTitleBarWhenMaximized | ( | ) | const |
Definition at line 1779 of file qmdisubwindow.cpp.
Referenced by removeButtonsFromMenuBar(), showButtonsInMenuBar(), sizeParameters(), titleBarHeight(), and updateMask().
void QMdiSubWindowPrivate::ensureWindowState | ( | Qt::WindowState | state | ) |
Definition at line 1692 of file qmdisubwindow.cpp.
Referenced by setActive(), setMaximizeMode(), setMinimizeMode(), and setNormalMode().
void QMdiSubWindowPrivate::enterRubberBandMode | ( | ) |
Definition at line 1903 of file qmdisubwindow.cpp.
Referenced by _q_enterInteractiveMode().
QMdiSubWindowPrivate::Operation QMdiSubWindowPrivate::getOperation | ( | const QPoint & | pos | ) | const |
Definition at line 1623 of file qmdisubwindow.cpp.
Definition at line 1554 of file qmdisubwindow.cpp.
Referenced by updateDirtyRegions().
|
inline |
Definition at line 301 of file qmdisubwindow_p.h.
|
inline |
Definition at line 321 of file qmdisubwindow_p.h.
Referenced by titleBarHeight(), and titleBarOptions().
QSize QMdiSubWindowPrivate::iconSize | ( | ) | const |
Definition at line 2172 of file qmdisubwindow.cpp.
void QMdiSubWindowPrivate::initOperationMap | ( | ) |
Definition at line 1039 of file qmdisubwindow.cpp.
Referenced by QMdiSubWindowPrivate().
|
inline |
Definition at line 338 of file qmdisubwindow_p.h.
|
inline |
Definition at line 333 of file qmdisubwindow_p.h.
void QMdiSubWindowPrivate::leaveInteractiveMode | ( | ) |
Definition at line 995 of file qmdisubwindow.cpp.
void QMdiSubWindowPrivate::leaveRubberBandMode | ( | ) |
Definition at line 1923 of file qmdisubwindow.cpp.
Referenced by leaveInteractiveMode().
QMenuBar * QMdiSubWindowPrivate::menuBar | ( | ) | const |
Definition at line 758 of file qmdisubwindow.cpp.
Referenced by setActive(), and setMaximizeMode().
QString QMdiSubWindowPrivate::originalWindowTitle | ( | ) |
Definition at line 273 of file qmdisubwindow.cpp.
void QMdiSubWindowPrivate::processClickedSubControl | ( | ) |
Definition at line 1496 of file qmdisubwindow.cpp.
void QMdiSubWindowPrivate::removeBaseWidget | ( | ) |
Definition at line 1015 of file qmdisubwindow.cpp.
void QMdiSubWindowPrivate::removeButtonsFromMenuBar | ( | ) |
Definition at line 1850 of file qmdisubwindow.cpp.
Referenced by setNormalMode(), and showButtonsInMenuBar().
void QMdiSubWindowPrivate::restoreFocus | ( | ) |
Definition at line 2071 of file qmdisubwindow.cpp.
Referenced by setMaximizeMode(), and setNormalMode().
void QMdiSubWindowPrivate::setActive | ( | bool | activate, |
bool | changeFocus = true |
||
) |
Definition at line 1436 of file qmdisubwindow.cpp.
Referenced by _q_processFocusChanged(), setMinimizeMode(), and setNormalMode().
void QMdiSubWindowPrivate::setEnabled | ( | WindowStateAction | action, |
bool | enable = true |
||
) |
Definition at line 2152 of file qmdisubwindow.cpp.
Referenced by setMaximizeMode(), setMinimizeMode(), and setNormalMode().
void QMdiSubWindowPrivate::setFocusWidget | ( | ) |
Definition at line 2027 of file qmdisubwindow.cpp.
Referenced by _q_processFocusChanged(), and setActive().
void QMdiSubWindowPrivate::setMaximizeMode | ( | ) |
Definition at line 1347 of file qmdisubwindow.cpp.
void QMdiSubWindowPrivate::setMinimizeMode | ( | ) |
Definition at line 1248 of file qmdisubwindow.cpp.
void QMdiSubWindowPrivate::setNewGeometry | ( | const QPoint & | pos | ) |
Definition at line 1180 of file qmdisubwindow.cpp.
Referenced by setMaximizeMode().
|
inline |
Definition at line 308 of file qmdisubwindow_p.h.
void QMdiSubWindowPrivate::setNewWindowTitle | ( | ) |
Definition at line 284 of file qmdisubwindow.cpp.
Referenced by updateWindowTitle().
void QMdiSubWindowPrivate::setNormalMode | ( | ) |
Definition at line 1276 of file qmdisubwindow.cpp.
void QMdiSubWindowPrivate::setSizeGrip | ( | QSizeGrip * | newSizeGrip | ) |
Definition at line 2185 of file qmdisubwindow.cpp.
void QMdiSubWindowPrivate::setSizeGripVisible | ( | bool | visible = true | ) | const |
Definition at line 2216 of file qmdisubwindow.cpp.
Referenced by setMaximizeMode(), and setNormalMode().
void QMdiSubWindowPrivate::setVisible | ( | WindowStateAction | action, |
bool | visible = true |
||
) |
Definition at line 2134 of file qmdisubwindow.cpp.
Referenced by QMdiAreaTabBar::contextMenuEvent(), and updateActions().
void QMdiSubWindowPrivate::setWindowFlags | ( | Qt::WindowFlags | windowFlags | ) |
Definition at line 2087 of file qmdisubwindow.cpp.
void QMdiSubWindowPrivate::showButtonsInMenuBar | ( | QMenuBar * | menuBar | ) |
Definition at line 1811 of file qmdisubwindow.cpp.
Referenced by setActive(), and setMaximizeMode().
void QMdiSubWindowPrivate::sizeParameters | ( | int * | margin, |
int * | minWidth | ||
) | const |
Definition at line 1746 of file qmdisubwindow.cpp.
Referenced by updateGeometryConstraints().
int QMdiSubWindowPrivate::titleBarHeight | ( | const QStyleOptionTitleBar & | options | ) | const |
Definition at line 1724 of file qmdisubwindow.cpp.
|
inline |
Definition at line 287 of file qmdisubwindow_p.h.
Referenced by _q_enterInteractiveMode(), getRegion(), iconSize(), setActive(), titleBarOptions(), updateGeometryConstraints(), and updateInternalWindowTitle().
QStyleOptionTitleBar QMdiSubWindowPrivate::titleBarOptions | ( | ) | const |
Definition at line 1637 of file qmdisubwindow.cpp.
Referenced by getRegion(), sizeParameters(), and updateMask().
void QMdiSubWindowPrivate::updateActions | ( | ) |
Definition at line 1996 of file qmdisubwindow.cpp.
Referenced by QMdiAreaTabBar::contextMenuEvent(), createSystemMenu(), and setWindowFlags().
void QMdiSubWindowPrivate::updateCursor | ( | ) |
Definition at line 1091 of file qmdisubwindow.cpp.
Referenced by _q_enterInteractiveMode(), and leaveInteractiveMode().
void QMdiSubWindowPrivate::updateDirtyRegions | ( | ) |
Definition at line 1115 of file qmdisubwindow.cpp.
Referenced by leaveInteractiveMode(), setActive(), and updateGeometryConstraints().
void QMdiSubWindowPrivate::updateGeometryConstraints | ( | ) |
Definition at line 1128 of file qmdisubwindow.cpp.
Referenced by setMaximizeMode(), setNormalMode(), setSizeGrip(), and setWindowFlags().
void QMdiSubWindowPrivate::updateInternalWindowTitle | ( | ) |
Definition at line 2229 of file qmdisubwindow.cpp.
void QMdiSubWindowPrivate::updateMask | ( | ) |
Definition at line 1155 of file qmdisubwindow.cpp.
Referenced by setMaximizeMode(), and setNormalMode().
void QMdiSubWindowPrivate::updateWindowTitle | ( | bool | requestFromChild | ) |
Definition at line 1879 of file qmdisubwindow.cpp.
QPointer<QAction> QMdiSubWindowPrivate::actions[NumWindowStateActions] |
Definition at line 216 of file qmdisubwindow_p.h.
Referenced by _q_enterInteractiveMode(), addToSystemMenu(), createSystemMenu(), setEnabled(), setVisible(), and setWindowFlags().
bool QMdiSubWindowPrivate::activationEnabled |
Definition at line 200 of file qmdisubwindow_p.h.
Referenced by setActive().
QStyle::SubControl QMdiSubWindowPrivate::activeSubControl |
Definition at line 211 of file qmdisubwindow_p.h.
Referenced by processClickedSubControl(), and titleBarOptions().
Definition at line 177 of file qmdisubwindow_p.h.
Referenced by ensureWindowState(), leaveInteractiveMode(), removeBaseWidget(), removeButtonsFromMenuBar(), setActive(), setFocusWidget(), setMaximizeMode(), setNormalMode(), and updateWindowTitle().
QStyleOptionTitleBar QMdiSubWindowPrivate::cachedStyleOptions |
Definition at line 224 of file qmdisubwindow_p.h.
Referenced by updateMask().
QPointer<QMdi::ControlContainer> QMdiSubWindowPrivate::controlContainer |
Definition at line 179 of file qmdisubwindow_p.h.
Referenced by removeButtonsFromMenuBar(), setMaximizeMode(), setVisible(), and showButtonsInMenuBar().
Operation QMdiSubWindowPrivate::currentOperation |
Definition at line 209 of file qmdisubwindow_p.h.
Referenced by _q_enterInteractiveMode(), leaveInteractiveMode(), leaveRubberBandMode(), setNewGeometry(), and updateCursor().
Qt::FocusReason QMdiSubWindowPrivate::focusInReason |
Definition at line 212 of file qmdisubwindow_p.h.
Referenced by setFocusWidget().
QFont QMdiSubWindowPrivate::font |
Definition at line 222 of file qmdisubwindow_p.h.
Referenced by titleBarOptions().
QStyle::SubControl QMdiSubWindowPrivate::hoveredSubControl |
Definition at line 210 of file qmdisubwindow_p.h.
Referenced by processClickedSubControl(), and titleBarOptions().
bool QMdiSubWindowPrivate::ignoreNextActivationEvent |
Definition at line 199 of file qmdisubwindow_p.h.
bool QMdiSubWindowPrivate::ignoreWindowTitleChange |
Definition at line 198 of file qmdisubwindow_p.h.
Referenced by removeBaseWidget(), removeButtonsFromMenuBar(), showButtonsInMenuBar(), and updateWindowTitle().
QSize QMdiSubWindowPrivate::internalMinimumSize |
Definition at line 188 of file qmdisubwindow_p.h.
Referenced by setNewGeometry(), setNormalMode(), setWindowFlags(), and updateGeometryConstraints().
bool QMdiSubWindowPrivate::isActive |
Definition at line 204 of file qmdisubwindow_p.h.
Referenced by setActive(), and titleBarOptions().
bool QMdiSubWindowPrivate::isExplicitlyDeactivated |
Definition at line 205 of file qmdisubwindow_p.h.
Referenced by setActive().
bool QMdiSubWindowPrivate::isInInteractiveMode |
Definition at line 193 of file qmdisubwindow_p.h.
Referenced by _q_enterInteractiveMode(), _q_processFocusChanged(), and leaveInteractiveMode().
bool QMdiSubWindowPrivate::isInRubberBandMode |
Definition at line 195 of file qmdisubwindow_p.h.
Referenced by enterRubberBandMode(), leaveInteractiveMode(), and leaveRubberBandMode().
bool QMdiSubWindowPrivate::isMaximizeMode |
Definition at line 202 of file qmdisubwindow_p.h.
Referenced by setMaximizeMode(), and setNormalMode().
bool QMdiSubWindowPrivate::isShadeMode |
Definition at line 197 of file qmdisubwindow_p.h.
Referenced by setMaximizeMode(), and setNormalMode().
bool QMdiSubWindowPrivate::isShadeRequestFromMinimizeMode |
Definition at line 201 of file qmdisubwindow_p.h.
Referenced by setMinimizeMode().
bool QMdiSubWindowPrivate::isWidgetHiddenByUs |
Definition at line 203 of file qmdisubwindow_p.h.
Referenced by removeBaseWidget(), setMaximizeMode(), and setNormalMode().
int QMdiSubWindowPrivate::keyboardPageStep |
Definition at line 207 of file qmdisubwindow_p.h.
int QMdiSubWindowPrivate::keyboardSingleStep |
Definition at line 206 of file qmdisubwindow_p.h.
QString QMdiSubWindowPrivate::lastChildWindowTitle |
Definition at line 219 of file qmdisubwindow_p.h.
Referenced by removeBaseWidget(), and updateWindowTitle().
QIcon QMdiSubWindowPrivate::menuIcon |
Definition at line 223 of file qmdisubwindow_p.h.
Referenced by titleBarOptions().
QPoint QMdiSubWindowPrivate::mousePressPosition |
Definition at line 186 of file qmdisubwindow_p.h.
Referenced by _q_enterInteractiveMode(), and setNewGeometry().
bool QMdiSubWindowPrivate::moveEnabled |
Definition at line 192 of file qmdisubwindow_p.h.
Referenced by setMaximizeMode(), setMinimizeMode(), updateActions(), and updateGeometryConstraints().
QRect QMdiSubWindowPrivate::oldGeometry |
Definition at line 187 of file qmdisubwindow_p.h.
Referenced by _q_enterInteractiveMode(), enterRubberBandMode(), setMaximizeMode(), setNewGeometry(), and setNormalMode().
OperationInfoMap QMdiSubWindowPrivate::operationMap |
Definition at line 213 of file qmdisubwindow_p.h.
Referenced by getOperation(), initOperationMap(), setNewGeometry(), updateCursor(), and updateDirtyRegions().
QMdiSubWindow::SubWindowOptions QMdiSubWindowPrivate::options |
Definition at line 218 of file qmdisubwindow_p.h.
QString QMdiSubWindowPrivate::originalTitle |
Definition at line 225 of file qmdisubwindow_p.h.
Referenced by removeButtonsFromMenuBar().
bool QMdiSubWindowPrivate::resizeEnabled |
Definition at line 191 of file qmdisubwindow_p.h.
Referenced by setMaximizeMode(), setNormalMode(), updateActions(), and updateGeometryConstraints().
int QMdiSubWindowPrivate::resizeTimerId |
Definition at line 208 of file qmdisubwindow_p.h.
Referenced by setActive(), and updateMask().
Definition at line 178 of file qmdisubwindow_p.h.
Referenced by restoreFocus(), and setMaximizeMode().
QSize QMdiSubWindowPrivate::restoreSize |
Definition at line 190 of file qmdisubwindow_p.h.
Referenced by setMaximizeMode(), and setNormalMode().
QRubberBand* QMdiSubWindowPrivate::rubberBand |
Definition at line 184 of file qmdisubwindow_p.h.
Referenced by enterRubberBandMode(), and leaveRubberBandMode().
Definition at line 181 of file qmdisubwindow_p.h.
Referenced by setSizeGrip(), and setWindowFlags().
Definition at line 214 of file qmdisubwindow_p.h.
Referenced by addToSystemMenu(), QMdiAreaTabBar::contextMenuEvent(), and createSystemMenu().
QPalette QMdiSubWindowPrivate::titleBarPalette |
Definition at line 220 of file qmdisubwindow_p.h.
Referenced by titleBarOptions().
QSize QMdiSubWindowPrivate::userMinimumSize |
Definition at line 189 of file qmdisubwindow_p.h.
Referenced by setNormalMode().
QString QMdiSubWindowPrivate::windowTitle |
Definition at line 221 of file qmdisubwindow_p.h.
Referenced by titleBarOptions(), and updateInternalWindowTitle().