Home
last modified time | relevance | path

Searched refs:proxy_flags (Results 1 – 25 of 112) sorted by relevance

12345

/dports/databases/py-qt5-sql/PyQt5-5.15.4/qpy/QtCore/
H A Dqpycore_pyqtslotproxy.cpp57 : QObject(), proxy_flags(single_shot ? PROXY_SINGLE_SHOT : 0), in PyQtSlotProxy()
98 Q_ASSERT((proxy_flags & PROXY_SLOT_INVOKED) == 0); in ~PyQtSlotProxy()
191 if (proxy_flags & PROXY_SLOT_DISABLED) in unislot()
203 proxy_flags |= PROXY_SLOT_INVOKED; in unislot()
205 switch (real_slot->invoke(qargs, (proxy_flags & PROXY_NO_RCVR_CHECK))) in unislot()
215 proxy_flags |= PROXY_SLOT_DISABLED; in unislot()
219 proxy_flags &= ~PROXY_SLOT_INVOKED; in unislot()
222 if (proxy_flags & (PROXY_SINGLE_SHOT|PROXY_SLOT_DISABLED)) in unislot()
238 proxy_flags |= PROXY_SLOT_DISABLED; in disable()
244 if ((proxy_flags & PROXY_SLOT_INVOKED) == 0) in disable()
[all …]
/dports/multimedia/py-qt5-multimedia/PyQt5-5.15.4/qpy/QtCore/
H A Dqpycore_pyqtslotproxy.cpp57 : QObject(), proxy_flags(single_shot ? PROXY_SINGLE_SHOT : 0), in PyQtSlotProxy()
98 Q_ASSERT((proxy_flags & PROXY_SLOT_INVOKED) == 0); in ~PyQtSlotProxy()
191 if (proxy_flags & PROXY_SLOT_DISABLED) in unislot()
203 proxy_flags |= PROXY_SLOT_INVOKED; in unislot()
205 switch (real_slot->invoke(qargs, (proxy_flags & PROXY_NO_RCVR_CHECK))) in unislot()
215 proxy_flags |= PROXY_SLOT_DISABLED; in unislot()
219 proxy_flags &= ~PROXY_SLOT_INVOKED; in unislot()
222 if (proxy_flags & (PROXY_SINGLE_SHOT|PROXY_SLOT_DISABLED)) in unislot()
238 proxy_flags |= PROXY_SLOT_DISABLED; in disable()
244 if ((proxy_flags & PROXY_SLOT_INVOKED) == 0) in disable()
[all …]
/dports/multimedia/py-qt5-multimediawidgets/PyQt5-5.15.4/qpy/QtCore/
H A Dqpycore_pyqtslotproxy.cpp57 : QObject(), proxy_flags(single_shot ? PROXY_SINGLE_SHOT : 0), in PyQtSlotProxy()
98 Q_ASSERT((proxy_flags & PROXY_SLOT_INVOKED) == 0); in ~PyQtSlotProxy()
191 if (proxy_flags & PROXY_SLOT_DISABLED) in unislot()
203 proxy_flags |= PROXY_SLOT_INVOKED; in unislot()
205 switch (real_slot->invoke(qargs, (proxy_flags & PROXY_NO_RCVR_CHECK))) in unislot()
215 proxy_flags |= PROXY_SLOT_DISABLED; in unislot()
219 proxy_flags &= ~PROXY_SLOT_INVOKED; in unislot()
222 if (proxy_flags & (PROXY_SINGLE_SHOT|PROXY_SLOT_DISABLED)) in unislot()
238 proxy_flags |= PROXY_SLOT_DISABLED; in disable()
244 if ((proxy_flags & PROXY_SLOT_INVOKED) == 0) in disable()
[all …]
/dports/comms/py-qt5-sensors/PyQt5-5.15.4/qpy/QtCore/
H A Dqpycore_pyqtslotproxy.cpp57 : QObject(), proxy_flags(single_shot ? PROXY_SINGLE_SHOT : 0), in PyQtSlotProxy()
98 Q_ASSERT((proxy_flags & PROXY_SLOT_INVOKED) == 0); in ~PyQtSlotProxy()
191 if (proxy_flags & PROXY_SLOT_DISABLED) in unislot()
203 proxy_flags |= PROXY_SLOT_INVOKED; in unislot()
205 switch (real_slot->invoke(qargs, (proxy_flags & PROXY_NO_RCVR_CHECK))) in unislot()
215 proxy_flags |= PROXY_SLOT_DISABLED; in unislot()
219 proxy_flags &= ~PROXY_SLOT_INVOKED; in unislot()
222 if (proxy_flags & (PROXY_SINGLE_SHOT|PROXY_SLOT_DISABLED)) in unislot()
238 proxy_flags |= PROXY_SLOT_DISABLED; in disable()
244 if ((proxy_flags & PROXY_SLOT_INVOKED) == 0) in disable()
[all …]
/dports/www/py-qt5-websockets/PyQt5-5.15.4/qpy/QtCore/
H A Dqpycore_pyqtslotproxy.cpp57 : QObject(), proxy_flags(single_shot ? PROXY_SINGLE_SHOT : 0), in PyQtSlotProxy()
98 Q_ASSERT((proxy_flags & PROXY_SLOT_INVOKED) == 0); in ~PyQtSlotProxy()
191 if (proxy_flags & PROXY_SLOT_DISABLED) in unislot()
203 proxy_flags |= PROXY_SLOT_INVOKED; in unislot()
205 switch (real_slot->invoke(qargs, (proxy_flags & PROXY_NO_RCVR_CHECK))) in unislot()
215 proxy_flags |= PROXY_SLOT_DISABLED; in unislot()
219 proxy_flags &= ~PROXY_SLOT_INVOKED; in unislot()
222 if (proxy_flags & (PROXY_SINGLE_SHOT|PROXY_SLOT_DISABLED)) in unislot()
238 proxy_flags |= PROXY_SLOT_DISABLED; in disable()
244 if ((proxy_flags & PROXY_SLOT_INVOKED) == 0) in disable()
[all …]
/dports/www/py-qt5-webkit/PyQt5-5.15.4/qpy/QtCore/
H A Dqpycore_pyqtslotproxy.cpp57 : QObject(), proxy_flags(single_shot ? PROXY_SINGLE_SHOT : 0), in PyQtSlotProxy()
98 Q_ASSERT((proxy_flags & PROXY_SLOT_INVOKED) == 0); in ~PyQtSlotProxy()
191 if (proxy_flags & PROXY_SLOT_DISABLED) in unislot()
203 proxy_flags |= PROXY_SLOT_INVOKED; in unislot()
205 switch (real_slot->invoke(qargs, (proxy_flags & PROXY_NO_RCVR_CHECK))) in unislot()
215 proxy_flags |= PROXY_SLOT_DISABLED; in unislot()
219 proxy_flags &= ~PROXY_SLOT_INVOKED; in unislot()
222 if (proxy_flags & (PROXY_SINGLE_SHOT|PROXY_SLOT_DISABLED)) in unislot()
238 proxy_flags |= PROXY_SLOT_DISABLED; in disable()
244 if ((proxy_flags & PROXY_SLOT_INVOKED) == 0) in disable()
[all …]
/dports/www/py-qt5-webkitwidgets/PyQt5-5.15.4/qpy/QtCore/
H A Dqpycore_pyqtslotproxy.cpp57 : QObject(), proxy_flags(single_shot ? PROXY_SINGLE_SHOT : 0), in PyQtSlotProxy()
98 Q_ASSERT((proxy_flags & PROXY_SLOT_INVOKED) == 0); in ~PyQtSlotProxy()
191 if (proxy_flags & PROXY_SLOT_DISABLED) in unislot()
203 proxy_flags |= PROXY_SLOT_INVOKED; in unislot()
205 switch (real_slot->invoke(qargs, (proxy_flags & PROXY_NO_RCVR_CHECK))) in unislot()
215 proxy_flags |= PROXY_SLOT_DISABLED; in unislot()
219 proxy_flags &= ~PROXY_SLOT_INVOKED; in unislot()
222 if (proxy_flags & (PROXY_SINGLE_SHOT|PROXY_SLOT_DISABLED)) in unislot()
238 proxy_flags |= PROXY_SLOT_DISABLED; in disable()
244 if ((proxy_flags & PROXY_SLOT_INVOKED) == 0) in disable()
[all …]
/dports/www/py-qt5-webchannel/PyQt5-5.15.4/qpy/QtCore/
H A Dqpycore_pyqtslotproxy.cpp57 : QObject(), proxy_flags(single_shot ? PROXY_SINGLE_SHOT : 0), in PyQtSlotProxy()
98 Q_ASSERT((proxy_flags & PROXY_SLOT_INVOKED) == 0); in ~PyQtSlotProxy()
191 if (proxy_flags & PROXY_SLOT_DISABLED) in unislot()
203 proxy_flags |= PROXY_SLOT_INVOKED; in unislot()
205 switch (real_slot->invoke(qargs, (proxy_flags & PROXY_NO_RCVR_CHECK))) in unislot()
215 proxy_flags |= PROXY_SLOT_DISABLED; in unislot()
219 proxy_flags &= ~PROXY_SLOT_INVOKED; in unislot()
222 if (proxy_flags & (PROXY_SINGLE_SHOT|PROXY_SLOT_DISABLED)) in unislot()
238 proxy_flags |= PROXY_SLOT_DISABLED; in disable()
244 if ((proxy_flags & PROXY_SLOT_INVOKED) == 0) in disable()
[all …]
/dports/comms/py-qt5-serialport/PyQt5-5.15.4/qpy/QtCore/
H A Dqpycore_pyqtslotproxy.cpp57 : QObject(), proxy_flags(single_shot ? PROXY_SINGLE_SHOT : 0), in PyQtSlotProxy()
98 Q_ASSERT((proxy_flags & PROXY_SLOT_INVOKED) == 0); in ~PyQtSlotProxy()
191 if (proxy_flags & PROXY_SLOT_DISABLED) in unislot()
203 proxy_flags |= PROXY_SLOT_INVOKED; in unislot()
205 switch (real_slot->invoke(qargs, (proxy_flags & PROXY_NO_RCVR_CHECK))) in unislot()
215 proxy_flags |= PROXY_SLOT_DISABLED; in unislot()
219 proxy_flags &= ~PROXY_SLOT_INVOKED; in unislot()
222 if (proxy_flags & (PROXY_SINGLE_SHOT|PROXY_SLOT_DISABLED)) in unislot()
238 proxy_flags |= PROXY_SLOT_DISABLED; in disable()
244 if ((proxy_flags & PROXY_SLOT_INVOKED) == 0) in disable()
[all …]
/dports/net/py-qt5-network/PyQt5-5.15.4/qpy/QtCore/
H A Dqpycore_pyqtslotproxy.cpp57 : QObject(), proxy_flags(single_shot ? PROXY_SINGLE_SHOT : 0), in PyQtSlotProxy()
98 Q_ASSERT((proxy_flags & PROXY_SLOT_INVOKED) == 0); in ~PyQtSlotProxy()
191 if (proxy_flags & PROXY_SLOT_DISABLED) in unislot()
203 proxy_flags |= PROXY_SLOT_INVOKED; in unislot()
205 switch (real_slot->invoke(qargs, (proxy_flags & PROXY_NO_RCVR_CHECK))) in unislot()
215 proxy_flags |= PROXY_SLOT_DISABLED; in unislot()
219 proxy_flags &= ~PROXY_SLOT_INVOKED; in unislot()
222 if (proxy_flags & (PROXY_SINGLE_SHOT|PROXY_SLOT_DISABLED)) in unislot()
238 proxy_flags |= PROXY_SLOT_DISABLED; in disable()
244 if ((proxy_flags & PROXY_SLOT_INVOKED) == 0) in disable()
[all …]
/dports/devel/py-qt5-test/PyQt5-5.15.4/qpy/QtCore/
H A Dqpycore_pyqtslotproxy.cpp57 : QObject(), proxy_flags(single_shot ? PROXY_SINGLE_SHOT : 0), in PyQtSlotProxy()
98 Q_ASSERT((proxy_flags & PROXY_SLOT_INVOKED) == 0); in ~PyQtSlotProxy()
191 if (proxy_flags & PROXY_SLOT_DISABLED) in unislot()
203 proxy_flags |= PROXY_SLOT_INVOKED; in unislot()
205 switch (real_slot->invoke(qargs, (proxy_flags & PROXY_NO_RCVR_CHECK))) in unislot()
215 proxy_flags |= PROXY_SLOT_DISABLED; in unislot()
219 proxy_flags &= ~PROXY_SLOT_INVOKED; in unislot()
222 if (proxy_flags & (PROXY_SINGLE_SHOT|PROXY_SLOT_DISABLED)) in unislot()
238 proxy_flags |= PROXY_SLOT_DISABLED; in disable()
244 if ((proxy_flags & PROXY_SLOT_INVOKED) == 0) in disable()
[all …]
/dports/misc/py-qt5-demo/PyQt5-5.15.4/qpy/QtCore/
H A Dqpycore_pyqtslotproxy.cpp57 : QObject(), proxy_flags(single_shot ? PROXY_SINGLE_SHOT : 0), in PyQtSlotProxy()
98 Q_ASSERT((proxy_flags & PROXY_SLOT_INVOKED) == 0); in ~PyQtSlotProxy()
191 if (proxy_flags & PROXY_SLOT_DISABLED) in unislot()
203 proxy_flags |= PROXY_SLOT_INVOKED; in unislot()
205 switch (real_slot->invoke(qargs, (proxy_flags & PROXY_NO_RCVR_CHECK))) in unislot()
215 proxy_flags |= PROXY_SLOT_DISABLED; in unislot()
219 proxy_flags &= ~PROXY_SLOT_INVOKED; in unislot()
222 if (proxy_flags & (PROXY_SINGLE_SHOT|PROXY_SLOT_DISABLED)) in unislot()
238 proxy_flags |= PROXY_SLOT_DISABLED; in disable()
244 if ((proxy_flags & PROXY_SLOT_INVOKED) == 0) in disable()
[all …]
/dports/lang/py-qt5-qml/PyQt5-5.15.4/qpy/QtCore/
H A Dqpycore_pyqtslotproxy.cpp57 : QObject(), proxy_flags(single_shot ? PROXY_SINGLE_SHOT : 0), in PyQtSlotProxy()
98 Q_ASSERT((proxy_flags & PROXY_SLOT_INVOKED) == 0); in ~PyQtSlotProxy()
191 if (proxy_flags & PROXY_SLOT_DISABLED) in unislot()
203 proxy_flags |= PROXY_SLOT_INVOKED; in unislot()
205 switch (real_slot->invoke(qargs, (proxy_flags & PROXY_NO_RCVR_CHECK))) in unislot()
215 proxy_flags |= PROXY_SLOT_DISABLED; in unislot()
219 proxy_flags &= ~PROXY_SLOT_INVOKED; in unislot()
222 if (proxy_flags & (PROXY_SINGLE_SHOT|PROXY_SLOT_DISABLED)) in unislot()
238 proxy_flags |= PROXY_SLOT_DISABLED; in disable()
244 if ((proxy_flags & PROXY_SLOT_INVOKED) == 0) in disable()
[all …]
/dports/x11-toolkits/py-qt5-quick/PyQt5-5.15.4/qpy/QtCore/
H A Dqpycore_pyqtslotproxy.cpp57 : QObject(), proxy_flags(single_shot ? PROXY_SINGLE_SHOT : 0), in PyQtSlotProxy()
98 Q_ASSERT((proxy_flags & PROXY_SLOT_INVOKED) == 0); in ~PyQtSlotProxy()
191 if (proxy_flags & PROXY_SLOT_DISABLED) in unislot()
203 proxy_flags |= PROXY_SLOT_INVOKED; in unislot()
205 switch (real_slot->invoke(qargs, (proxy_flags & PROXY_NO_RCVR_CHECK))) in unislot()
215 proxy_flags |= PROXY_SLOT_DISABLED; in unislot()
219 proxy_flags &= ~PROXY_SLOT_INVOKED; in unislot()
222 if (proxy_flags & (PROXY_SINGLE_SHOT|PROXY_SLOT_DISABLED)) in unislot()
238 proxy_flags |= PROXY_SLOT_DISABLED; in disable()
244 if ((proxy_flags & PROXY_SLOT_INVOKED) == 0) in disable()
[all …]
/dports/x11-toolkits/py-qt5-gui/PyQt5-5.15.4/qpy/QtCore/
H A Dqpycore_pyqtslotproxy.cpp57 : QObject(), proxy_flags(single_shot ? PROXY_SINGLE_SHOT : 0), in PyQtSlotProxy()
98 Q_ASSERT((proxy_flags & PROXY_SLOT_INVOKED) == 0); in ~PyQtSlotProxy()
191 if (proxy_flags & PROXY_SLOT_DISABLED) in unislot()
203 proxy_flags |= PROXY_SLOT_INVOKED; in unislot()
205 switch (real_slot->invoke(qargs, (proxy_flags & PROXY_NO_RCVR_CHECK))) in unislot()
215 proxy_flags |= PROXY_SLOT_DISABLED; in unislot()
219 proxy_flags &= ~PROXY_SLOT_INVOKED; in unislot()
222 if (proxy_flags & (PROXY_SINGLE_SHOT|PROXY_SLOT_DISABLED)) in unislot()
238 proxy_flags |= PROXY_SLOT_DISABLED; in disable()
244 if ((proxy_flags & PROXY_SLOT_INVOKED) == 0) in disable()
[all …]
/dports/x11-toolkits/py-qt5-widgets/PyQt5-5.15.4/qpy/QtCore/
H A Dqpycore_pyqtslotproxy.cpp57 : QObject(), proxy_flags(single_shot ? PROXY_SINGLE_SHOT : 0), in PyQtSlotProxy()
98 Q_ASSERT((proxy_flags & PROXY_SLOT_INVOKED) == 0); in ~PyQtSlotProxy()
191 if (proxy_flags & PROXY_SLOT_DISABLED) in unislot()
203 proxy_flags |= PROXY_SLOT_INVOKED; in unislot()
205 switch (real_slot->invoke(qargs, (proxy_flags & PROXY_NO_RCVR_CHECK))) in unislot()
215 proxy_flags |= PROXY_SLOT_DISABLED; in unislot()
219 proxy_flags &= ~PROXY_SLOT_INVOKED; in unislot()
222 if (proxy_flags & (PROXY_SINGLE_SHOT|PROXY_SLOT_DISABLED)) in unislot()
238 proxy_flags |= PROXY_SLOT_DISABLED; in disable()
244 if ((proxy_flags & PROXY_SLOT_INVOKED) == 0) in disable()
[all …]
/dports/x11-toolkits/py-qt5-quick3d/PyQt5-5.15.4/qpy/QtCore/
H A Dqpycore_pyqtslotproxy.cpp57 : QObject(), proxy_flags(single_shot ? PROXY_SINGLE_SHOT : 0), in PyQtSlotProxy()
98 Q_ASSERT((proxy_flags & PROXY_SLOT_INVOKED) == 0); in ~PyQtSlotProxy()
191 if (proxy_flags & PROXY_SLOT_DISABLED) in unislot()
203 proxy_flags |= PROXY_SLOT_INVOKED; in unislot()
205 switch (real_slot->invoke(qargs, (proxy_flags & PROXY_NO_RCVR_CHECK))) in unislot()
215 proxy_flags |= PROXY_SLOT_DISABLED; in unislot()
219 proxy_flags &= ~PROXY_SLOT_INVOKED; in unislot()
222 if (proxy_flags & (PROXY_SINGLE_SHOT|PROXY_SLOT_DISABLED)) in unislot()
238 proxy_flags |= PROXY_SLOT_DISABLED; in disable()
244 if ((proxy_flags & PROXY_SLOT_INVOKED) == 0) in disable()
[all …]
/dports/x11-toolkits/py-qt5-quickwidgets/PyQt5-5.15.4/qpy/QtCore/
H A Dqpycore_pyqtslotproxy.cpp57 : QObject(), proxy_flags(single_shot ? PROXY_SINGLE_SHOT : 0), in PyQtSlotProxy()
98 Q_ASSERT((proxy_flags & PROXY_SLOT_INVOKED) == 0); in ~PyQtSlotProxy()
191 if (proxy_flags & PROXY_SLOT_DISABLED) in unislot()
203 proxy_flags |= PROXY_SLOT_INVOKED; in unislot()
205 switch (real_slot->invoke(qargs, (proxy_flags & PROXY_NO_RCVR_CHECK))) in unislot()
215 proxy_flags |= PROXY_SLOT_DISABLED; in unislot()
219 proxy_flags &= ~PROXY_SLOT_INVOKED; in unislot()
222 if (proxy_flags & (PROXY_SINGLE_SHOT|PROXY_SLOT_DISABLED)) in unislot()
238 proxy_flags |= PROXY_SLOT_DISABLED; in disable()
244 if ((proxy_flags & PROXY_SLOT_INVOKED) == 0) in disable()
[all …]
/dports/devel/py-qt5-core/PyQt5-5.15.4/qpy/QtCore/
H A Dqpycore_pyqtslotproxy.cpp57 : QObject(), proxy_flags(single_shot ? PROXY_SINGLE_SHOT : 0), in PyQtSlotProxy()
98 Q_ASSERT((proxy_flags & PROXY_SLOT_INVOKED) == 0); in ~PyQtSlotProxy()
191 if (proxy_flags & PROXY_SLOT_DISABLED) in unislot()
203 proxy_flags |= PROXY_SLOT_INVOKED; in unislot()
205 switch (real_slot->invoke(qargs, (proxy_flags & PROXY_NO_RCVR_CHECK))) in unislot()
215 proxy_flags |= PROXY_SLOT_DISABLED; in unislot()
219 proxy_flags &= ~PROXY_SLOT_INVOKED; in unislot()
222 if (proxy_flags & (PROXY_SINGLE_SHOT|PROXY_SLOT_DISABLED)) in unislot()
238 proxy_flags |= PROXY_SLOT_DISABLED; in disable()
244 if ((proxy_flags & PROXY_SLOT_INVOKED) == 0) in disable()
[all …]
/dports/devel/py-qt5-dbus/PyQt5-5.15.4/qpy/QtCore/
H A Dqpycore_pyqtslotproxy.cpp57 : QObject(), proxy_flags(single_shot ? PROXY_SINGLE_SHOT : 0), in PyQtSlotProxy()
98 Q_ASSERT((proxy_flags & PROXY_SLOT_INVOKED) == 0); in ~PyQtSlotProxy()
191 if (proxy_flags & PROXY_SLOT_DISABLED) in unislot()
203 proxy_flags |= PROXY_SLOT_INVOKED; in unislot()
205 switch (real_slot->invoke(qargs, (proxy_flags & PROXY_NO_RCVR_CHECK))) in unislot()
215 proxy_flags |= PROXY_SLOT_DISABLED; in unislot()
219 proxy_flags &= ~PROXY_SLOT_INVOKED; in unislot()
222 if (proxy_flags & (PROXY_SINGLE_SHOT|PROXY_SLOT_DISABLED)) in unislot()
238 proxy_flags |= PROXY_SLOT_DISABLED; in disable()
244 if ((proxy_flags & PROXY_SLOT_INVOKED) == 0) in disable()
[all …]
/dports/devel/py-qt5-positioning/PyQt5-5.15.4/qpy/QtCore/
H A Dqpycore_pyqtslotproxy.cpp57 : QObject(), proxy_flags(single_shot ? PROXY_SINGLE_SHOT : 0), in PyQtSlotProxy()
98 Q_ASSERT((proxy_flags & PROXY_SLOT_INVOKED) == 0); in ~PyQtSlotProxy()
191 if (proxy_flags & PROXY_SLOT_DISABLED) in unislot()
203 proxy_flags |= PROXY_SLOT_INVOKED; in unislot()
205 switch (real_slot->invoke(qargs, (proxy_flags & PROXY_NO_RCVR_CHECK))) in unislot()
215 proxy_flags |= PROXY_SLOT_DISABLED; in unislot()
219 proxy_flags &= ~PROXY_SLOT_INVOKED; in unislot()
222 if (proxy_flags & (PROXY_SINGLE_SHOT|PROXY_SLOT_DISABLED)) in unislot()
238 proxy_flags |= PROXY_SLOT_DISABLED; in disable()
244 if ((proxy_flags & PROXY_SLOT_INVOKED) == 0) in disable()
[all …]
/dports/devel/py-qt5-designerplugin/PyQt5-5.15.4/qpy/QtCore/
H A Dqpycore_pyqtslotproxy.cpp57 : QObject(), proxy_flags(single_shot ? PROXY_SINGLE_SHOT : 0), in PyQtSlotProxy()
98 Q_ASSERT((proxy_flags & PROXY_SLOT_INVOKED) == 0); in ~PyQtSlotProxy()
191 if (proxy_flags & PROXY_SLOT_DISABLED) in unislot()
203 proxy_flags |= PROXY_SLOT_INVOKED; in unislot()
205 switch (real_slot->invoke(qargs, (proxy_flags & PROXY_NO_RCVR_CHECK))) in unislot()
215 proxy_flags |= PROXY_SLOT_DISABLED; in unislot()
219 proxy_flags &= ~PROXY_SLOT_INVOKED; in unislot()
222 if (proxy_flags & (PROXY_SINGLE_SHOT|PROXY_SLOT_DISABLED)) in unislot()
238 proxy_flags |= PROXY_SLOT_DISABLED; in disable()
244 if ((proxy_flags & PROXY_SLOT_INVOKED) == 0) in disable()
[all …]
/dports/devel/py-qt5-designer/PyQt5-5.15.4/qpy/QtCore/
H A Dqpycore_pyqtslotproxy.cpp57 : QObject(), proxy_flags(single_shot ? PROXY_SINGLE_SHOT : 0), in PyQtSlotProxy()
98 Q_ASSERT((proxy_flags & PROXY_SLOT_INVOKED) == 0); in ~PyQtSlotProxy()
191 if (proxy_flags & PROXY_SLOT_DISABLED) in unislot()
203 proxy_flags |= PROXY_SLOT_INVOKED; in unislot()
205 switch (real_slot->invoke(qargs, (proxy_flags & PROXY_NO_RCVR_CHECK))) in unislot()
215 proxy_flags |= PROXY_SLOT_DISABLED; in unislot()
219 proxy_flags &= ~PROXY_SLOT_INVOKED; in unislot()
222 if (proxy_flags & (PROXY_SINGLE_SHOT|PROXY_SLOT_DISABLED)) in unislot()
238 proxy_flags |= PROXY_SLOT_DISABLED; in disable()
244 if ((proxy_flags & PROXY_SLOT_INVOKED) == 0) in disable()
[all …]
/dports/devel/py-qt5-dbussupport/PyQt5-5.15.4/qpy/QtCore/
H A Dqpycore_pyqtslotproxy.cpp57 : QObject(), proxy_flags(single_shot ? PROXY_SINGLE_SHOT : 0), in PyQtSlotProxy()
98 Q_ASSERT((proxy_flags & PROXY_SLOT_INVOKED) == 0); in ~PyQtSlotProxy()
191 if (proxy_flags & PROXY_SLOT_DISABLED) in unislot()
203 proxy_flags |= PROXY_SLOT_INVOKED; in unislot()
205 switch (real_slot->invoke(qargs, (proxy_flags & PROXY_NO_RCVR_CHECK))) in unislot()
215 proxy_flags |= PROXY_SLOT_DISABLED; in unislot()
219 proxy_flags &= ~PROXY_SLOT_INVOKED; in unislot()
222 if (proxy_flags & (PROXY_SINGLE_SHOT|PROXY_SLOT_DISABLED)) in unislot()
238 proxy_flags |= PROXY_SLOT_DISABLED; in disable()
244 if ((proxy_flags & PROXY_SLOT_INVOKED) == 0) in disable()
[all …]
/dports/devel/py-qt5-remoteobjects/PyQt5-5.15.4/qpy/QtCore/
H A Dqpycore_pyqtslotproxy.cpp57 : QObject(), proxy_flags(single_shot ? PROXY_SINGLE_SHOT : 0), in PyQtSlotProxy()
98 Q_ASSERT((proxy_flags & PROXY_SLOT_INVOKED) == 0); in ~PyQtSlotProxy()
191 if (proxy_flags & PROXY_SLOT_DISABLED) in unislot()
203 proxy_flags |= PROXY_SLOT_INVOKED; in unislot()
205 switch (real_slot->invoke(qargs, (proxy_flags & PROXY_NO_RCVR_CHECK))) in unislot()
215 proxy_flags |= PROXY_SLOT_DISABLED; in unislot()
219 proxy_flags &= ~PROXY_SLOT_INVOKED; in unislot()
222 if (proxy_flags & (PROXY_SINGLE_SHOT|PROXY_SLOT_DISABLED)) in unislot()
238 proxy_flags |= PROXY_SLOT_DISABLED; in disable()
244 if ((proxy_flags & PROXY_SLOT_INVOKED) == 0) in disable()
[all …]

12345