#include <phosphor-shell/include/PhosphorShell/PopupWindow.h>
◆ PopupEdge
| Enumerator |
|---|
| Below | |
| Above | |
| LeftOf | |
| RightOf | |
◆ PopupWindow()
| PhosphorShell::PopupWindow::PopupWindow |
( |
QQuickItem * |
parent = nullptr | ) |
|
|
explicit |
◆ ~PopupWindow()
| PhosphorShell::PopupWindow::~PopupWindow |
( |
| ) |
|
|
override |
◆ anchor()
| QQuickItem * PhosphorShell::PopupWindow::anchor |
( |
| ) |
const |
◆ anchorChanged
| void PhosphorShell::PopupWindow::anchorChanged |
( |
| ) |
|
|
signal |
◆ close()
| void PhosphorShell::PopupWindow::close |
( |
| ) |
|
◆ data()
| QQmlListProperty< QObject > PhosphorShell::PopupWindow::data |
( |
| ) |
|
QML default-property accessor.
Forwards to m_contentItem's data property so QML children land on the persistent content holder rather than on PopupWindow itself.
◆ gap()
| int PhosphorShell::PopupWindow::gap |
( |
| ) |
const |
◆ gapChanged
| void PhosphorShell::PopupWindow::gapChanged |
( |
| ) |
|
|
signal |
◆ isPopupVisible()
| bool PhosphorShell::PopupWindow::isPopupVisible |
( |
| ) |
const |
◆ popupEdge()
| PopupEdge PhosphorShell::PopupWindow::popupEdge |
( |
| ) |
const |
◆ popupEdgeChanged
| void PhosphorShell::PopupWindow::popupEdgeChanged |
( |
| ) |
|
|
signal |
◆ popupHeight()
| int PhosphorShell::PopupWindow::popupHeight |
( |
| ) |
const |
◆ popupHeightChanged
| void PhosphorShell::PopupWindow::popupHeightChanged |
( |
| ) |
|
|
signal |
◆ popupVisibleChanged
| void PhosphorShell::PopupWindow::popupVisibleChanged |
( |
| ) |
|
|
signal |
◆ popupWidth()
| int PhosphorShell::PopupWindow::popupWidth |
( |
| ) |
const |
◆ popupWidthChanged
| void PhosphorShell::PopupWindow::popupWidthChanged |
( |
| ) |
|
|
signal |
◆ setAnchor()
| void PhosphorShell::PopupWindow::setAnchor |
( |
QQuickItem * |
anchor | ) |
|
◆ setGap()
| void PhosphorShell::PopupWindow::setGap |
( |
int |
gap | ) |
|
◆ setPopupEdge()
| void PhosphorShell::PopupWindow::setPopupEdge |
( |
PopupEdge |
edge | ) |
|
◆ setPopupHeight()
| void PhosphorShell::PopupWindow::setPopupHeight |
( |
int |
height | ) |
|
◆ setPopupVisible()
| void PhosphorShell::PopupWindow::setPopupVisible |
( |
bool |
visible | ) |
|
◆ setPopupWidth()
| void PhosphorShell::PopupWindow::setPopupWidth |
( |
int |
width | ) |
|
The documentation for this class was generated from the following file: