Home
last modified time | relevance | path

Searched refs:qintptr (Results 1 – 25 of 1809) sorted by relevance

12345678910>>...73

/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/qml/
H A Dqqmlnotifier_p.h108 inline void startNotifying(qintptr *originalSenderPtr);
109 inline void stopNotifying(qintptr *originalSenderPtr);
115 inline qintptr sender() const;
116 inline void setSender(qintptr sender);
128 qintptr senderPtr;
199 setSender(qintptr(notifier)); in connect()
243 senderPtr = qintptr(originalSenderPtr) | 0x1; in startNotifying()
260 auto *ptr = (qintptr *)(senderPtr & ~0x1); in cancelNotify()
267 qintptr QQmlNotifierEndpoint::sender() const in sender()
272 void QQmlNotifierEndpoint::setSender(qintptr sender) in setSender()
[all …]
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/qml/
H A Dqqmlnotifier_p.h108 inline void startNotifying(qintptr *originalSenderPtr);
109 inline void stopNotifying(qintptr *originalSenderPtr);
115 inline qintptr sender() const;
116 inline void setSender(qintptr sender);
128 qintptr senderPtr;
199 setSender(qintptr(notifier)); in connect()
243 senderPtr = qintptr(originalSenderPtr) | 0x1; in startNotifying()
260 auto *ptr = (qintptr *)(senderPtr & ~0x1); in cancelNotify()
267 qintptr QQmlNotifierEndpoint::sender() const in sender()
272 void QQmlNotifierEndpoint::setSender(qintptr sender) in setSender()
[all …]
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/render/frontend/
H A Dqabstractfunctor.h54 static qintptr id() in id()
60 return reinterpret_cast<qintptr>(t); in id()
65 Q3D_DECL_DEPRECATED qintptr functorTypeId() in functorTypeId()
67 return reinterpret_cast<qintptr>(&FunctorType<T>::id); in functorTypeId()
71 qintptr id() const override { \
81 virtual qintptr id() const = 0;
/dports/net-im/psi/psi-1.5/iris/src/irisnet/noncore/legacy/
H A Dservsock.h28 typedef int qintptr; // temporary hack until we get rid of file descriptors typedef
47 void connectionReady(qintptr);
50 void sss_connectionReady(qintptr);
64 void connectionReady(qintptr);
71 void incomingConnection(qintptr socketDescriptor);
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libiris/src/irisnet/noncore/legacy/
H A Dservsock.h28 typedef int qintptr; // temporary hack until we get rid of file descriptors typedef
47 void connectionReady(qintptr);
50 void sss_connectionReady(qintptr);
64 void connectionReady(qintptr);
71 void incomingConnection(qintptr socketDescriptor);
/dports/www/qt5-websockets-qml/kde-qtwebsockets-5.15.2p4/src/websockets/
H A Dqwebsocketserver.h113 bool setSocketDescriptor(qintptr socketDescriptor);
114 qintptr socketDescriptor() const;
115 bool setNativeDescriptor(qintptr descriptor) { return setSocketDescriptor(descriptor); } in setNativeDescriptor()
116 qintptr nativeDescriptor() const { return socketDescriptor(); } in nativeDescriptor()
120 bool setNativeDescriptor(qintptr descriptor);
121 qintptr nativeDescriptor() const;
/dports/www/qt5-websockets/kde-qtwebsockets-5.15.2p4/src/websockets/
H A Dqwebsocketserver.h113 bool setSocketDescriptor(qintptr socketDescriptor);
114 qintptr socketDescriptor() const;
115 bool setNativeDescriptor(qintptr descriptor) { return setSocketDescriptor(descriptor); } in setNativeDescriptor()
116 qintptr nativeDescriptor() const { return socketDescriptor(); } in nativeDescriptor()
120 bool setNativeDescriptor(qintptr descriptor);
121 qintptr nativeDescriptor() const;
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqsocketnotifier.h57 QSocketNotifier(qintptr socket, Type, QObject *parent = nullptr);
60 qintptr socket() const;
111 /* implicit */ QSocketDescriptor(qintptr desc) noexcept : sockfd(DescriptorType(desc)) {} in QSocketDescriptor()
112 operator qintptr() const noexcept { return qintptr(sockfd); } in qintptr() function
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqsocketnotifier.h57 QSocketNotifier(qintptr socket, Type, QObject *parent = nullptr);
60 qintptr socket() const;
111 /* implicit */ QSocketDescriptor(qintptr desc) noexcept : sockfd(DescriptorType(desc)) {} in QSocketDescriptor()
112 operator qintptr() const noexcept { return qintptr(sockfd); } in qintptr() function
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqsocketnotifier.h57 QSocketNotifier(qintptr socket, Type, QObject *parent = nullptr);
60 qintptr socket() const;
111 /* implicit */ QSocketDescriptor(qintptr desc) noexcept : sockfd(DescriptorType(desc)) {} in QSocketDescriptor()
112 operator qintptr() const noexcept { return qintptr(sockfd); } in qintptr() function
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqsocketnotifier.h57 QSocketNotifier(qintptr socket, Type, QObject *parent = nullptr);
60 qintptr socket() const;
111 /* implicit */ QSocketDescriptor(qintptr desc) noexcept : sockfd(DescriptorType(desc)) {} in QSocketDescriptor()
112 operator qintptr() const noexcept { return qintptr(sockfd); } in qintptr() function
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqsocketnotifier.h57 QSocketNotifier(qintptr socket, Type, QObject *parent = nullptr);
60 qintptr socket() const;
111 /* implicit */ QSocketDescriptor(qintptr desc) noexcept : sockfd(DescriptorType(desc)) {} in QSocketDescriptor()
112 operator qintptr() const noexcept { return qintptr(sockfd); } in qintptr() function
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqsocketnotifier.h57 QSocketNotifier(qintptr socket, Type, QObject *parent = nullptr);
60 qintptr socket() const;
111 /* implicit */ QSocketDescriptor(qintptr desc) noexcept : sockfd(DescriptorType(desc)) {} in QSocketDescriptor()
112 operator qintptr() const noexcept { return qintptr(sockfd); } in qintptr() function
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqsocketnotifier.h57 QSocketNotifier(qintptr socket, Type, QObject *parent = nullptr);
60 qintptr socket() const;
111 /* implicit */ QSocketDescriptor(qintptr desc) noexcept : sockfd(DescriptorType(desc)) {} in QSocketDescriptor()
112 operator qintptr() const noexcept { return qintptr(sockfd); } in qintptr() function
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqsocketnotifier.h57 QSocketNotifier(qintptr socket, Type, QObject *parent = nullptr);
60 qintptr socket() const;
111 /* implicit */ QSocketDescriptor(qintptr desc) noexcept : sockfd(DescriptorType(desc)) {} in QSocketDescriptor()
112 operator qintptr() const noexcept { return qintptr(sockfd); } in qintptr() function
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqsocketnotifier.h57 QSocketNotifier(qintptr socket, Type, QObject *parent = nullptr);
60 qintptr socket() const;
111 /* implicit */ QSocketDescriptor(qintptr desc) noexcept : sockfd(DescriptorType(desc)) {} in QSocketDescriptor()
112 operator qintptr() const noexcept { return qintptr(sockfd); } in qintptr() function
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqsocketnotifier.h57 QSocketNotifier(qintptr socket, Type, QObject *parent = nullptr);
60 qintptr socket() const;
111 /* implicit */ QSocketDescriptor(qintptr desc) noexcept : sockfd(DescriptorType(desc)) {} in QSocketDescriptor()
112 operator qintptr() const noexcept { return qintptr(sockfd); } in qintptr() function
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqsocketnotifier.h57 QSocketNotifier(qintptr socket, Type, QObject *parent = nullptr);
60 qintptr socket() const;
111 /* implicit */ QSocketDescriptor(qintptr desc) noexcept : sockfd(DescriptorType(desc)) {} in QSocketDescriptor()
112 operator qintptr() const noexcept { return qintptr(sockfd); } in qintptr() function
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqsocketnotifier.h57 QSocketNotifier(qintptr socket, Type, QObject *parent = nullptr);
60 qintptr socket() const;
111 /* implicit */ QSocketDescriptor(qintptr desc) noexcept : sockfd(DescriptorType(desc)) {} in QSocketDescriptor()
112 operator qintptr() const noexcept { return qintptr(sockfd); } in qintptr() function
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqsocketnotifier.h57 QSocketNotifier(qintptr socket, Type, QObject *parent = nullptr);
60 qintptr socket() const;
111 /* implicit */ QSocketDescriptor(qintptr desc) noexcept : sockfd(DescriptorType(desc)) {} in QSocketDescriptor()
112 operator qintptr() const noexcept { return qintptr(sockfd); } in qintptr() function
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqsocketnotifier.h57 QSocketNotifier(qintptr socket, Type, QObject *parent = nullptr);
60 qintptr socket() const;
111 /* implicit */ QSocketDescriptor(qintptr desc) noexcept : sockfd(DescriptorType(desc)) {} in QSocketDescriptor()
112 operator qintptr() const noexcept { return qintptr(sockfd); } in qintptr() function
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqsocketnotifier.h57 QSocketNotifier(qintptr socket, Type, QObject *parent = nullptr);
60 qintptr socket() const;
111 /* implicit */ QSocketDescriptor(qintptr desc) noexcept : sockfd(DescriptorType(desc)) {} in QSocketDescriptor()
112 operator qintptr() const noexcept { return qintptr(sockfd); } in qintptr() function
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqsocketnotifier.h57 QSocketNotifier(qintptr socket, Type, QObject *parent = nullptr);
60 qintptr socket() const;
111 /* implicit */ QSocketDescriptor(qintptr desc) noexcept : sockfd(DescriptorType(desc)) {} in QSocketDescriptor()
112 operator qintptr() const noexcept { return qintptr(sockfd); } in qintptr() function
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqsocketnotifier.h57 QSocketNotifier(qintptr socket, Type, QObject *parent = nullptr);
60 qintptr socket() const;
111 /* implicit */ QSocketDescriptor(qintptr desc) noexcept : sockfd(DescriptorType(desc)) {} in QSocketDescriptor()
112 operator qintptr() const noexcept { return qintptr(sockfd); } in qintptr() function
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqsocketnotifier.h57 QSocketNotifier(qintptr socket, Type, QObject *parent = nullptr);
60 qintptr socket() const;
111 /* implicit */ QSocketDescriptor(qintptr desc) noexcept : sockfd(DescriptorType(desc)) {} in QSocketDescriptor()
112 operator qintptr() const noexcept { return qintptr(sockfd); } in qintptr() function

12345678910>>...73