Lines Matching refs:Func1

107     template <typename Duration, typename Func1>
108 …(Duration interval, const typename QtPrivate::FunctionPointer<Func1>::Object *receiver, Func1 slot) in singleShot()
112 template <typename Duration, typename Func1>
113 …erval, Qt::TimerType timerType, const typename QtPrivate::FunctionPointer<Func1>::Object *receiver, in singleShot()
114 Func1 slot) in singleShot()
116 typedef QtPrivate::FunctionPointer<Func1> SlotType; in singleShot()
123 new QtPrivate::QSlotObject<Func1, typename SlotType::Arguments, void>(slot)); in singleShot()
126 template <typename Duration, typename Func1>
127 …static inline typename std::enable_if<!QtPrivate::FunctionPointer<Func1>::IsPointerToMemberFunctio…
128 !std::is_same<const char*, Func1>::value, void>::type
129 singleShot(Duration interval, Func1 slot) in singleShot()
133 template <typename Duration, typename Func1>
134 …static inline typename std::enable_if<!QtPrivate::FunctionPointer<Func1>::IsPointerToMemberFunctio…
135 !std::is_same<const char*, Func1>::value, void>::type
136 singleShot(Duration interval, Qt::TimerType timerType, Func1 slot) in singleShot()
141 template <typename Duration, typename Func1>
142 …static inline typename std::enable_if<!QtPrivate::FunctionPointer<Func1>::IsPointerToMemberFunctio…
143 !std::is_same<const char*, Func1>::value, void>::type
144 singleShot(Duration interval, const QObject *context, Func1 slot) in singleShot()
148 template <typename Duration, typename Func1>
149 …static inline typename std::enable_if<!QtPrivate::FunctionPointer<Func1>::IsPointerToMemberFunctio…
150 !std::is_same<const char*, Func1>::value, void>::type
151 … singleShot(Duration interval, Qt::TimerType timerType, const QObject *context, Func1 slot) in singleShot()
154 typedef QtPrivate::FunctionPointer<Func1> SlotType; in singleShot()
158 new QtPrivate::QFunctorSlotObject<Func1, 0, in singleShot()