Platforms to show: All Mac Windows Linux Cross-Platform
QLThumbnailGeneratorMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | QuickLook | MBS MacFrameworks Plugin | 24.2 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
- 3 events
- event generateBestRepresentationForRequestCompleted(request as QLThumbnailGenerationRequestMBS, thumbnail as QLThumbnailRepresentationMBS, error as NSErrorMBS)
- event generateRepresentationsForRequestUpdated(request as QLThumbnailGenerationRequestMBS, thumbnail as QLThumbnailRepresentationMBS, type as Integer, error as NSErrorMBS)
- event saveBestRepresentationForRequestCompleted(request as QLThumbnailGenerationRequestMBS, error as NSErrorMBS, file as FolderItem)
- property Handle as Integer
- 5 methods
- method cancelRequest(request as QLThumbnailGenerationRequestMBS)
- method Constructor
- method generateBestRepresentationForRequest(request as QLThumbnailGenerationRequestMBS)
- method generateRepresentationsForRequest(request as QLThumbnailGenerationRequestMBS)
- method saveBestRepresentationForRequest(request as QLThumbnailGenerationRequestMBS, file as FolderItem, contentType as String)
- shared method sharedGenerator as QLThumbnailGeneratorMBS
This class has no sub classes.
Some examples using this class:
Blog Entries
- MBS Xojo Plugins, version 24.4pr5
- MBS Xojo Plugins, version 24.3pr4
- News from the MBS Xojo Plugins Version 24.2
- MonkeyBread Software Releases the MBS Xojo Plugins in version 24.2
- MBS Xojo Plugins, version 24.2pr4
Xojo Developer Magazine
Release notes
- Version 24.4
- Changed QLThumbnailGeneratorMBS to retain your instance while the asynchronous operation works.
- Version 24.3
- Fixed memory leak in QLThumbnailGeneratorMBS class.
- Version 24.2
- Added QLThumbnailGenerationRequestMBS, QLThumbnailGeneratorMBS and QLThumbnailRepresentationMBS classes.
The items on this page are in the following plugins: MBS MacFrameworks Plugin.
QLThumbnailGenerationRequestMBS - QLThumbnailRepresentationMBS