Popup object.
More...
Popup object.
Definition at line 28 of file qpopup.py.
def airbus_cobot_gui.python_qt_extend.qpopup.QPopup.__init__ |
( |
|
self, |
|
|
|
parent = None |
|
) |
| |
The constructor.
- Parameters
-
parent | object parent. parent: QObject. |
Definition at line 36 of file qpopup.py.
def airbus_cobot_gui.python_qt_extend.qpopup.QPopup.get_corner_position |
( |
|
obj, |
|
|
|
corner |
|
) |
| |
|
static |
Get glabal corner position.
- Parameters
-
obj | object. obj: QObject. |
corner | corner type. corner: int. |
Definition at line 50 of file qpopup.py.
def airbus_cobot_gui.python_qt_extend.qpopup.QPopup.set_corners_link |
( |
|
self, |
|
|
|
popup_corner, |
|
|
|
parent_corner |
|
) |
| |
Geometric link between parent and popup object.
- Parameters
-
popup_corner | popup corner selected. popup_corner: int. |
parent_corner | parent corner selected. parent_corner: int. |
Definition at line 69 of file qpopup.py.
def airbus_cobot_gui.python_qt_extend.qpopup.QPopup.setAttachement |
( |
|
self, |
|
|
|
popup, |
|
|
|
widget |
|
) |
| |
Corner links between parent and popup object.
- Parameters
-
popup_corner | popup corner selected. popup_corner: int. |
parent_corner | parent corner selected. parent_corner: int. |
Definition at line 83 of file qpopup.py.
def airbus_cobot_gui.python_qt_extend.qpopup.QPopup.setLinks |
( |
|
self, |
|
|
|
parent, |
|
|
|
popup |
|
) |
| |
def airbus_cobot_gui.python_qt_extend.qpopup.QPopup.show_ |
( |
|
self | ) |
|
airbus_cobot_gui.python_qt_extend.qpopup.QPopup._parent |
|
private |
airbus_cobot_gui.python_qt_extend.qpopup.QPopup._parent_link |
|
private |
airbus_cobot_gui.python_qt_extend.qpopup.QPopup._popup_link |
|
private |
int airbus_cobot_gui.python_qt_extend.qpopup.QPopup.BottomLeft = 4 |
|
static |
int airbus_cobot_gui.python_qt_extend.qpopup.QPopup.BottomRight = 2 |
|
static |
int airbus_cobot_gui.python_qt_extend.qpopup.QPopup.Center = 5 |
|
static |
int airbus_cobot_gui.python_qt_extend.qpopup.QPopup.TopLeft = 1 |
|
static |
int airbus_cobot_gui.python_qt_extend.qpopup.QPopup.TopRight = 3 |
|
static |
The documentation for this class was generated from the following file: