Home
last modified time | relevance | path

Searched defs:Pimpl (Results 1 – 25 of 150) sorted by relevance

123456

/dports/devel/juce/JUCE-f37e9a1/modules/juce_video/native/
H A Djuce_mac_Video.h34 Pimpl (VideoComponent& ownerToUse, bool useNativeControlsIfAvailable) in Pimpl() function
49 ~Pimpl() in ~Pimpl() argument
75 Result load (NSURL* url) in load()
103 void close() in close()
187 File currentFile;
188 URL currentURL;
451 Pimpl& owner; argument
459 PlayerControllerBase (Pimpl& ownerToUse, bool useNativeControlsIfAvailable) in PlayerControllerBase() argument
570 PlayerController (Pimpl& ownerToUse, bool useNativeControlsIfAvailable) in PlayerController() argument
674 PlayerController (Pimpl& ownerToUse, bool useNativeControlsIfAvailable) in PlayerController() argument
[all …]
H A Djuce_mac_CameraDevice.h26 struct CameraDevice::Pimpl struct
71 void triggerImageCapture (Pimpl& p) in triggerImageCapture() argument
98 addIvar<Pimpl*> ("owner"); in PhotoOutputDelegateClass() argument
226 ~Pimpl() in ~Pimpl() argument
241 void startSession() in startSession()
273 void stopRecording() in stopRecording()
342 addIvar<Pimpl*> ("owner"); in DelegateClass() argument
418 void addInput() in addInput()
453 void removeInput() in removeInput()
499 WeakReference<Pimpl> weakRef (this); in imageCaptureFinished() argument
[all …]
H A Djuce_ios_CameraDevice.h31 struct CameraDevice::Pimpl struct
35 Pimpl (CameraDevice& ownerToUse, const String& cameraIdToUse, int /*index*/, in Pimpl() argument
102 void stopRecording() in stopRecording()
329 CaptureSession (Pimpl& ownerToUse, bool useHighQuality) in CaptureSession() argument
377 ~CaptureSession() in ~CaptureSession()
776 if (Pimpl::getIOSVersion().major >= 11) in PhotoOutputDelegateClass() argument
1015 if (Pimpl::getIOSVersion().major >= 10) in startRecording() argument
1153 Pimpl& owner; argument
1219 CameraDevice& owner;
1220 String cameraId;
[all …]
H A Djuce_win32_CameraDevice.h51 Pimpl (CameraDevice& ownerToUse, const String&, int index, in Pimpl() function
160 ~Pimpl() in ~Pimpl() argument
209 void stopRecording() in stopRecording()
258 WeakReference<Pimpl> weakRef (this); in notifyPictureTakenIfNeeded() argument
271 void addUser() in addUser()
277 void removeUser() in removeUser()
524 GrabberCallback (Pimpl& p) in GrabberCallback() argument
548 CameraDevice& owner;
581 JUCE_DECLARE_WEAK_REFERENCEABLE (Pimpl) in JUCE_DECLARE_WEAK_REFERENCEABLE() argument
715 bool addGraphToRot() in addGraphToRot()
[all …]
H A Djuce_android_Video.h341 Pimpl (VideoComponent& ownerToUse, bool) in Pimpl() argument
377 ~Pimpl() override in ~Pimpl() argument
437 void close() in close()
475 MediaSession (Pimpl& ownerToUse) in MediaSession() argument
658 void play() in play()
663 void stop() in stop()
925 void play() in play()
1156 {
1268 Pimpl& owner; argument
1277 Player player;
[all …]
H A Djuce_android_CameraDevice.h489 Pimpl (CameraDevice& ownerToUse, const String& cameraIdToUse, int /*index*/, in Pimpl() function
666 {
859 Rectangle<int> defaultPreviewSize, previewBufferSize;
1083 int width = -1, height = -1;
1084 int bufferWidth, bufferHeight;
1129 ImageReader (Pimpl& ownerToUse, GlobalRef& handlerToUse, in ImageReader() argument
1160 Pimpl& owner; argument
1425 void stop() in stop()
2299 … ScopedCameraDevice (Pimpl& ownerToUse, const String& cameraIdToUse, GlobalRef& cameraManagerToUse, in ScopedCameraDevice() argument
2368 Pimpl& owner; argument
[all …]
H A Djuce_win32_Video.h166 Pimpl (VideoComponent& ownerToUse, bool) in Pimpl() function
175 ~Pimpl() in ~Pimpl() argument
222 void close() in close()
232 bool isOpen() const in isOpen()
237 bool isPlaying() const in isPlaying()
242 void play() in play()
248 void stop() in stop()
326 void playbackStarted() in playbackStarted()
332 void playbackStopped() in playbackStopped()
363 ComponentWatcher (Pimpl& c) : ComponentMovementWatcher (&c), owner (c) in ComponentWatcher() argument
[all …]
/dports/devel/juce/JUCE-f37e9a1/modules/juce_product_unlocking/native/
H A Djuce_android_InAppPurchases.cpp65 struct InAppPurchases::Pimpl struct in juce::InAppPurchases
67 Pimpl (InAppPurchases& parent) in Pimpl() function
76 ~Pimpl() in ~Pimpl()
82 bool isInAppPurchasesSupported() const in isInAppPurchasesSupported()
263 bool isReady() const in isReady()
268 bool checkIsReady() const in checkIsReady()
308 void getProductsBoughtAsync() in getProductsBoughtAsync()
474 static bool wasSuccessful (int responseCode) in wasSuccessful()
493 void updateSkuDetails (jobject skuDetailsList) in updateSkuDetails()
508 InAppPurchases& owner;
[all …]
H A Djuce_ios_InAppPurchases.cpp94 struct DownloadImpl : public Download
122 struct PendingProductInfoRequest
135 struct PendingReceiptRefreshRequest
143 struct PendingDownloadsTransaction
181Pimpl (InAppPurchases& p) : owner (p) { [[SKPaymentQueue defaultQueue] addTransactionObserver: … in Pimpl() function
650 void sendReceiptFetchFail() in sendReceiptFetchFail()
655 void sendReceiptFetchFailAsync() in sendReceiptFetchFailAsync()
660 static int64 getPurchaseDateMs (id date) in getPurchaseDateMs()
737 static ObjCType* getAs (id o) in getAs()
746 InAppPurchases& owner;
[all …]
/dports/audio/carla/Carla-2.4.1/source/modules/juce_audio_devices/native/
H A Djuce_ios_Audio.cpp246 Pimpl (iOSAudioIODeviceType* ioDeviceType, iOSAudioIODevice& ioDevice) in Pimpl() argument
265 ~Pimpl() override in ~Pimpl()
483 void close() in close()
514 void stop() in stop()
1072 void restart() in restart()
1303 BigInteger requestedInputChannels, requestedOutputChannels;
1309 String lastError;
1316 int targetBufferSize = defaultBufferSize, bufferSize = targetBufferSize;
1318 double targetSampleRate = 44100.0, sampleRate = targetSampleRate;
1338 bool firstHostTime;
[all …]
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_devices/native/
H A Djuce_ios_Audio.cpp246 Pimpl (iOSAudioIODeviceType* ioDeviceType, iOSAudioIODevice& ioDevice) in Pimpl() argument
265 ~Pimpl() override in ~Pimpl()
483 void close() in close()
514 void stop() in stop()
1072 void restart() in restart()
1303 BigInteger requestedInputChannels, requestedOutputChannels;
1309 String lastError;
1316 int targetBufferSize = defaultBufferSize, bufferSize = targetBufferSize;
1318 double targetSampleRate = 44100.0, sampleRate = targetSampleRate;
1338 bool firstHostTime;
[all …]
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_audio_devices/native/
H A Djuce_ios_Audio.cpp246 Pimpl (iOSAudioIODeviceType* ioDeviceType, iOSAudioIODevice& ioDevice) in Pimpl() argument
265 ~Pimpl() override in ~Pimpl()
483 void close() in close()
514 void stop() in stop()
1070 void restart() in restart()
1301 BigInteger requestedInputChannels, requestedOutputChannels;
1307 String lastError;
1314 int targetBufferSize = defaultBufferSize, bufferSize = targetBufferSize;
1316 double targetSampleRate = 44100.0, sampleRate = targetSampleRate;
1336 bool firstHostTime;
[all …]
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_extra/native/
H A Djuce_ios_PushNotifications.cpp580 Pimpl (PushNotifications& p) in Pimpl() function
631 void requestSettingsUsed() in requestSettingsUsed()
701 void getDeliveredNotifications() const in getDeliveredNotifications()
726 void removeAllDeliveredNotifications() in removeAllDeliveredNotifications()
766 void getPendingLocalNotifications() const in getPendingLocalNotifications()
828 String getDeviceToken() in getDeviceToken()
960 String responseString;
988 PushNotifications& owner;
992 bool initialised = false;
993 String deviceToken;
[all …]
H A Djuce_mac_PushNotifications.cpp358 Pimpl (PushNotifications& p) in Pimpl() function
378 void requestSettingsUsed() in requestSettingsUsed()
407 void getDeliveredNotifications() const in getDeliveredNotifications()
417 void removeAllDeliveredNotifications() in removeAllDeliveredNotifications()
437 void getPendingLocalNotifications() const in getPendingLocalNotifications()
457 void removeAllPendingLocalNotifications() in removeAllPendingLocalNotifications()
463 String getDeviceToken() in getDeviceToken()
553 PushNotifications& owner;
560 bool initialised = false;
561 String deviceToken;
[all …]
H A Djuce_android_PushNotifications.cpp268 struct PushNotifications::Pimpl struct in juce::PushNotifications
270 Pimpl (PushNotifications& p) in Pimpl() function
274 bool areNotificationsEnabled() const in areNotificationsEnabled()
310 void getDeliveredNotifications() const in getDeliveredNotifications()
411 void removeAllDeliveredNotifications() in removeAllDeliveredNotifications()
437 String getDeviceToken() const in getDeviceToken()
463 void subscribeToTopic (const String& topic) in subscribeToTopic()
477 void unsubscribeFromTopic (const String& topic) in unsubscribeFromTopic()
1487 void getPendingLocalNotifications() const {} in getPendingLocalNotifications()
1489 void removeAllPendingLocalNotifications() {} in removeAllPendingLocalNotifications()
[all …]
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_extra/native/
H A Djuce_ios_PushNotifications.cpp580 Pimpl (PushNotifications& p) in Pimpl() argument
631 void requestSettingsUsed() in requestSettingsUsed()
701 void getDeliveredNotifications() const in getDeliveredNotifications()
726 void removeAllDeliveredNotifications() in removeAllDeliveredNotifications()
766 void getPendingLocalNotifications() const in getPendingLocalNotifications()
828 String getDeviceToken() in getDeviceToken()
960 String responseString;
988 PushNotifications& owner;
992 bool initialised = false;
993 String deviceToken;
[all …]
H A Djuce_mac_PushNotifications.cpp358 Pimpl (PushNotifications& p) in Pimpl() argument
378 void requestSettingsUsed() in requestSettingsUsed()
407 void getDeliveredNotifications() const in getDeliveredNotifications()
417 void removeAllDeliveredNotifications() in removeAllDeliveredNotifications()
437 void getPendingLocalNotifications() const in getPendingLocalNotifications()
457 void removeAllPendingLocalNotifications() in removeAllPendingLocalNotifications()
463 String getDeviceToken() in getDeviceToken()
553 PushNotifications& owner;
560 bool initialised = false;
561 String deviceToken;
[all …]
H A Djuce_android_PushNotifications.cpp268 struct PushNotifications::Pimpl struct in juce::PushNotifications
270 Pimpl (PushNotifications& p) in Pimpl() function
274 bool areNotificationsEnabled() const in areNotificationsEnabled()
310 void getDeliveredNotifications() const in getDeliveredNotifications()
411 void removeAllDeliveredNotifications() in removeAllDeliveredNotifications()
437 String getDeviceToken() const in getDeviceToken()
463 void subscribeToTopic (const String& topic) in subscribeToTopic()
477 void unsubscribeFromTopic (const String& topic) in unsubscribeFromTopic()
1487 void getPendingLocalNotifications() const {} in getPendingLocalNotifications()
1489 void removeAllPendingLocalNotifications() {} in removeAllPendingLocalNotifications()
[all …]
/dports/audio/carla/Carla-2.4.1/source/modules/juce_graphics/images/
H A Djuce_ImageCache.cpp29 struct ImageCache::Pimpl : private Timer, struct in juce::ImageCache
32 Pimpl() {} in Pimpl() function
33 ~Pimpl() override { clearSingletonInstance(); } in ~Pimpl()
53 void addImageToCache (const Image& image, const int64 hashCode) in addImageToCache()
65 void timerCallback() override in timerCallback()
90 void releaseUnusedImages() in releaseUnusedImages()
99 struct Item
106 Array<Item> images;
107 CriticalSection lock;
108 unsigned int cacheTimeout = 5000;
[all …]
/dports/devel/juce/JUCE-f37e9a1/modules/juce_graphics/images/
H A Djuce_ImageCache.cpp29 struct ImageCache::Pimpl : private Timer, struct in juce::ImageCache
32 Pimpl() {} in Pimpl() function
33 ~Pimpl() override { clearSingletonInstance(); } in ~Pimpl()
53 void addImageToCache (const Image& image, const int64 hashCode) in addImageToCache()
65 void timerCallback() override in timerCallback()
90 void releaseUnusedImages() in releaseUnusedImages()
99 struct Item
106 Array<Item> images;
107 CriticalSection lock;
108 unsigned int cacheTimeout = 5000;
[all …]
/dports/benchmarks/libcelero/Celero-2.8.2/include/celero/
H A DPimplImpl.h28 Pimpl<T>::Pimpl() : _pimpl(new T()) in Pimpl() function
34 Pimpl<T>::Pimpl(Arg1&& arg1) : _pimpl(new T(std::forward<Arg1>(arg1))) in Pimpl() function
40Pimpl<T>::Pimpl(Arg1&& arg1, Arg2&& arg2) : _pimpl(new T(std::forward<Arg1>(arg1), std::forward<Ar… in Pimpl() function
46 Pimpl<T>::Pimpl(Arg1&& arg1, Arg2&& arg2, Arg3&& arg3) in Pimpl() function
53 Pimpl<T>::Pimpl(Arg1&& arg1, Arg2&& arg2, Arg3&& arg3, Arg4&& arg4) in Pimpl() function
60 Pimpl<T>::Pimpl(Arg1&& arg1, Arg2&& arg2, Arg3&& arg3, Arg4&& arg4, Arg5&& arg5) in Pimpl() function
68 Pimpl<T>::Pimpl(Arg1&& arg1, Arg2&& arg2, Arg3&& arg3, Arg4&& arg4, Arg5&& arg5, Arg6&& arg6) in Pimpl() function
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_dsp/frequency/
H A Djuce_Convolution.cpp337 struct Convolution::Pimpl : private Thread struct in juce::dsp::Convolution
339 enum class ChangeRequest
356 Pimpl() : Thread ("Convolution"), abstractFifo (fifoSize) in Pimpl() function
376 ~Pimpl() override in ~Pimpl()
482 void processFifo() in processFifo()
708 void reset() in reset()
782 void run() override in run()
801 void loadImpulseResponse() in loadImpulseResponse()
822 void processImpulseResponse() in processImpulseResponse()
873 void copyBufferFromTemporaryLocation() in copyBufferFromTemporaryLocation()
[all …]
/dports/devel/juce/JUCE-f37e9a1/modules/juce_osc/osc/
H A Djuce_OSCReceiver.cpp316 struct OSCReceiver::Pimpl : private Thread, struct in juce::OSCReceiver
319 Pimpl (const String& oscThreadName) : Thread (oscThreadName) in Pimpl() argument
323 ~Pimpl() override in ~Pimpl()
329 bool connectToPort (int portNumber) in connectToPort()
343 bool connectToSocket (DatagramSocket& newSocket) in connectToSocket()
353 bool disconnect() in disconnect()
412 struct CallbackMessage : public Message
421 void handleBuffer (const char* data, size_t dataSize) in handleBuffer()
456 void run() override in run()
512 void handleMessage (const Message& msg) override in handleMessage()
[all …]
/dports/deskutils/kdeconnect-kde/kdeconnect-kde-21.12.3/plugins/sftp/
H A Dsftpplugin.cpp28 struct SftpPlugin::Pimpl struct in SftpPlugin
30 Pimpl() : m_mounter(nullptr) {} in Pimpl() function
33 KFilePlacesModel m_placesModel;
34 Mounter* m_mounter;
/dports/audio/drumgizmo/drumgizmo-0.9.19/test/
H A Dscopedfile.cc39 struct Pimpl struct
46 : pimpl(std::make_unique<struct Pimpl>()) in ScopedFile() argument

123456