Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qquickoverlay.cpp File Reference

(b80b013e6844e4ade44e1c42390a346daa62e309)

#include "qquickcontrol_p_p.h"
#include "qquickoverlay_p.h"
#include "qquickoverlay_p_p.h"
#include "qquickpopupitem_p_p.h"
#include "qquickpopup_p_p.h"
#include "qquickdrawer_p.h"
#include "qquickdrawer_p_p.h"
#include "qquickapplicationwindow_p.h"
#include <QtGui/qpainterpath.h>
#include <QtQml/qqmlinfo.h>
#include <QtQml/qqmlproperty.h>
#include <QtQml/qqmlcomponent.h>
#include <algorithm>
#include "moc_qquickoverlay_p.cpp"
Include dependency graph for qquickoverlay.cpp:

Go to the source code of this file.

Classes

class  QQuickOverlayAttachedPrivate

Functions

static bool canCascadeCloseOnOutsidePress (const QQuickPopup *popup)
static bool closedItselfViaCloseMultiple (const QQuickPopup *popup, bool wasOpened)

Function Documentation

◆ canCascadeCloseOnOutsidePress()

bool canCascadeCloseOnOutsidePress ( const QQuickPopup * popup)
static

Definition at line 190 of file qquickoverlay.cpp.

Referenced by closedItselfViaCloseMultiple().

Here is the caller graph for this function:

◆ closedItselfViaCloseMultiple()

bool closedItselfViaCloseMultiple ( const QQuickPopup * popup,
bool wasOpened )
static

Definition at line 208 of file qquickoverlay.cpp.

References canCascadeCloseOnOutsidePress().

Here is the call graph for this function: