MBS Plugin Documentation
Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchie
New in Version 5.0 5.1 5.2 5.3 5.4 5.5 6.0 6.1 6.2 6.3 6.4 6.5 7.0 7.1 7.2 7.3 7.4 7.5 7.6 7.7 7.8 8.0 8.1 8.2 8.3 8.4 8.5 8.6
The list of the themes, classes, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
New controls in version 8.5:
New classes in version 8.5:
- class JavaBlobMBS
- class JavaCallableStatementMBS
- class JavaClobMBS
- class JavaConnectionMBS
- class JavaDatabaseMetaDataMBS
- class JavaExceptionMBS
- class JavaHandleNilExceptionMBS
- class JavaNotInitializedExceptionMBS
- class JavaParameterMetaDataMBS
- class JavaPreparedStatementMBS
- class JavaResultSetMetaDataMBS
- class JavaRuntimeMBS
- class JavaSavepointMBS
- class JavaStatementMBS
- class NSAutoreleasePoolMBS
- class SignalHandlerMBS
- class WindowsBurnMBS
- class WindowsFolderChangeMBS
- class WindowsListMBS
- class WindowsProxyMBS
New modules in version 8.5:
New class events in version 8.5:
- JPEGTransformationMBS.Error(message as string)
- JPEGImporterMBS.Error(message as string)
- JPEGExporterMBS.Error(message as string)
- JPEGImporterMBS.Info(message as string, msglevel as integer)
- JPEGExporterMBS.Info(message as string, msglevel as integer)
- JPEGTransformationMBS.Info(message as string, msglevel as integer)
- JPEGTransformationMBS.Warning(message as string)
- JPEGExporterMBS.Warning(message as string)
- JPEGImporterMBS.Warning(message as string)
- QTKitCaptureDecompressedVideoOutputMBS.FrameAvailable
New class methods in version 8.5:
- NSViewMBS.BoundsHeight as double
- NSViewMBS.BoundsLeft as double
- NSViewMBS.BoundsTop as double
- NSViewMBS.BoundsWidth as double
- NSViewMBS.dataWithEPSInsideRect(left as double, top as double, width as double, height as double) as string
- NSViewMBS.dataWithPDFInsideRect(left as double, top as double, width as double, height as double) as string
- NSViewMBS.GetBounds(byref left as double, byref top as double, byref width as double, byref height as double)
- NSViewMBS.RenderImage as variant
- NSViewMBS.SetBounds(left as double, top as double, width as double, height as double)
- CF.NewCFStringMBS2(s as string) as CFStringMBS
- CGContextMBS.addArcToPath(x as double, y as double, w as double, h as double, startAngle as integer, arcAngle as integer)
- CGContextMBS.addOvalToPath(x as double, y as double, w as double, h as double)
- CGContextMBS.addRoundedRectToPath(x as double, y as double, w as double, h as double, arcWidth as double, arcHeight as double)
- CGContextMBS.SetShadow(x as double, y as double, blur as double)
- CGContextMBS.SetShadowWithColor(x as double, y as double, blur as double, colorvalue as CGColorMBS)
- JavaResultSetMBS.CLOSE_CURSORS_AT_COMMIT as integer
- JavaResultSetMBS.CONCUR_READ_ONLY as integer
- JavaResultSetMBS.CONCUR_UPDATABLE as integer
- JavaDatabaseMBS.Constructor(vm as JavaVMMBS, driverclass as string)
- JavaResultSetMBS.FetchDirection as integer
- JavaResultSetMBS.FetchSize as integer
- JavaResultSetMBS.FETCH_FORWARD as integer
- JavaResultSetMBS.FETCH_REVERSE as integer
- JavaResultSetMBS.FETCH_UNKNOWN as integer
- JavaResultSetMBS.getBlob(column as integer) as JavaBlobMBS
- JavaResultSetMBS.getBlob(column as string) as JavaBlobMBS
- JavaResultSetMBS.getByte(column as integer) as integer
- JavaResultSetMBS.getByte(column as string) as integer
- JavaResultSetMBS.getClob(column as integer) as JavaClobMBS
- JavaResultSetMBS.getClob(column as string) as JavaClobMBS
- JavaResultSetMBS.getConcurrency as integer
- JavaDatabaseMBS.getConnection(url as string) as JavaConnectionMBS
- JavaDatabaseMBS.getConnection(url as string, username as string, password as string) as JavaConnectionMBS
- JavaResultSetMBS.getCursorName as string
- JavaResultSetMBS.getFloat(column as integer) as single
- JavaResultSetMBS.getFloat(column as string) as single
- JavaResultSetMBS.getShort(column as integer) as integer
- JavaResultSetMBS.getShort(column as string) as integer
- JavaResultSetMBS.getType as integer
- JavaResultSetMBS.HOLD_CURSORS_OVER_COMMIT as integer
- JavaDatabaseMBS.LoginTimeout as integer
- JavaDatabaseMBS.Runtime as JavaRuntimeMBS
- JavaResultSetMBS.TYPE_FORWARD_ONLY as integer
- JavaResultSetMBS.TYPE_SCROLL_INSENSITIVE as integer
- JavaResultSetMBS.TYPE_SCROLL_SENSITIVE as integer
- JavaResultSetMBS.updateBlob(column as integer, value as JavaBlobMBS)
- JavaResultSetMBS.updateBlob(column as string, value as JavaBlobMBS)
- JavaResultSetMBS.updateByte(column as integer, value as integer)
- JavaResultSetMBS.updateByte(column as string, value as integer)
- JavaResultSetMBS.updateClob(column as integer, value as JavaClobMBS)
- JavaResultSetMBS.updateClob(column as string, value as JavaClobMBS)
- JavaResultSetMBS.updateFloat(column as integer, value as single)
- JavaResultSetMBS.updateFloat(column as string, value as single)
- JavaResultSetMBS.updateShort(column as integer, value as integer)
- JavaResultSetMBS.updateShort(column as string, value as integer)
- DynapdfMBS.GetFontCount as integer
- DynapdfMBS.GetFontEx(Handle as integer) as dynapdfFontMBS
- DynapdfMBS.GetJavaScriptAction(Handle as integer) as string
- DynapdfMBS.GetJavaScriptAction(ObjType as integer, ObjHandle as integer, ActIndex as integer, Name as String) as string
- Picture.CopyABGRtoMemoryblockMBS(destination as memoryblock, offset as integer, AlphaValue as integer) as boolean
- Picture.CopyARGBtoMemoryblockMBS(destination as memoryblock, offset as integer, AlphaValue as integer) as boolean
- Picture.CopyBGRAtoMemoryblockMBS(destination as memoryblock, offset as integer, AlphaValue as integer) as boolean
- Picture.CopyBGRtoMemoryblockMBS(destination as memoryblock, offset as integer) as boolean
- Picture.CopyBGRXtoMemoryblockMBS(destination as memoryblock, offset as integer) as boolean
- Picture.CopyRGBAtoMemoryblockMBS(destination as memoryblock, offset as integer, AlphaValue as integer) as boolean
- Picture.CopyRGBXtoMemoryblockMBS(destination as memoryblock, offset as integer) as boolean
- Picture.CopyXBGRtoMemoryblockMBS(destination as memoryblock, offset as integer) as boolean
- Picture.CopyXRGBtoMemoryblockMBS(destination as memoryblock, offset as integer) as boolean
- PictureMemory.MemoryblockABGRtoPictureMBS(source as memoryblock, offset as integer, width as integer, height as integer) as picture
- PictureMemory.MemoryblockARGBtoPictureMBS(source as memoryblock, offset as integer, width as integer, height as integer) as picture
- PictureMemory.MemoryblockBGRAtoPictureMBS(source as memoryblock, offset as integer, width as integer, height as integer) as picture
- PictureMemory.MemoryblockBGRtoPictureMBS(source as memoryblock, offset as integer, width as integer, height as integer) as picture
- PictureMemory.MemoryblockGrayToPictureMBS(source as memoryblock, offset as integer, width as integer, height as integer, PixelByteSize as integer, Red as integer, Blue as integer, Green as integer) as picture
- PictureMemory.MemoryblockGrayToPictureMBS(source as memoryblock, offset as integer, width as integer, height as integer, PixelByteSize as integer, Red() as integer, Blue() as integer, Green() as integer) as picture
- PictureMemory.MemoryblockRGBAtoPictureMBS(source as memoryblock, offset as integer, width as integer, height as integer) as picture
- WebViewMBS.InstallWebFrameLoadDelegate(extends w as WebViewMBS, theDelegate as WebFrameLoadDelegateMBS)
- JavaVMMBS.Constructor(path as folderitem)
- JavaVMMBS.Constructor(path as string)
- JavaVMMBS.Constructor(version as integer, options() as string, ignoreUnrecognizedOptions as boolean)
- JavaVMMBS.Constructor(version as integer, options() as string, path as folderitem, ignoreUnrecognizedOptions as boolean)
- JavaVMMBS.Constructor(version as integer, options() as string, path as string, ignoreUnrecognizedOptions as boolean)
- JavaVMMBS.Runtime as JavaRuntimeMBS
- MidiPlaybackMBS.LoadSoundBankFile(file as folderitem)
- PDFLibMBS.UnloadLibrary
- TiffPictureMBS.GetData(Tag as integer) as string
- TiffPictureMBS.SetData(Tag as integer, data as string) as boolean
- QTKitCaptureDecompressedVideoOutputMBS.Constructor
- QTKitCaptureDecompressedVideoOutputMBS.GetCurrentFrame as NSImageMBS
- QTKitCaptureDecompressedVideoOutputMBS.NewFrameAvailable as boolean
- movie.DeleteMovieSegmentMBS(time as integer, Duration as integer) as integer
- QTTrackMBS.DeleteTrackSegment(time as integer, Duration as integer)
- movie.InsertEmptyMovieSegmentMBS(time as integer, Duration as integer) as integer
- QTTrackMBS.InsertEmptyTrackSegment(time as integer, Duration as integer)
- movie.InsertMovieSegmentMBS(dest as movie, srcIn as integer, srcDuration as integer, dstIn as integer) as integer
- QTTrackMBS.InsertTrackSegment(dest as QTTrackMBS, srcIn as integer, srcDuration as integer, dstIn as integer)
- movie.ScaleMovieSegmentMBS(startTime as integer, oldDuration as integer, newDuration as integer) as integer
- QTTrackMBS.ScaleTrackSegment(startTime as integer, oldDuration as integer, newDuration as integer)
- QTGrabberMBS.Idle
- MonkeybreadLogo.LogoMBS(size as integer) as Picture
- Special Folders.WindowsBurnAreaFolderMBS as folderitem
- WindowsLM.GetFullWindowsNameMBS(UserName as string, Domain as string) as string
- WindowsWMIMBS.GetPropertyTypeString(Name as string) as string
New class properties in version 8.5:
- JavaResultSetMBS.Tag as Variant
- JPEGImporterMBS.ExifData as String
- JPEGImporterMBS.ReadExifData as Boolean
- JPEGImporterMBS.ReadXMPData as Boolean
- JPEGImporterMBS.WarningMessage as String
- JPEGTransformationMBS.WarningMessage as String
- JPEGExporterMBS.WarningMessage as String
- JPEGImporterMBS.XMPData as String
- QTGrabberMBS.Paused as Boolean
New global functions in version 8.5:
- NewCFStringMBS2(s as string) as CFStringMBS
- MemoryblockABGRtoPictureMBS(source as memoryblock, offset as integer, width as integer, height as integer) as picture
- MemoryblockARGBtoPictureMBS(source as memoryblock, offset as integer, width as integer, height as integer) as picture
- MemoryblockBGRAtoPictureMBS(source as memoryblock, offset as integer, width as integer, height as integer) as picture
- MemoryblockBGRtoPictureMBS(source as memoryblock, offset as integer, width as integer, height as integer) as picture
- MemoryblockGrayToPictureMBS(source as memoryblock, offset as integer, width as integer, height as integer, PixelByteSize as integer, Red as integer, Blue as integer, Green as integer) as picture
- MemoryblockGrayToPictureMBS(source as memoryblock, offset as integer, width as integer, height as integer, PixelByteSize as integer, Red() as integer, Blue() as integer, Green() as integer) as picture
- MemoryblockRGBAtoPictureMBS(source as memoryblock, offset as integer, width as integer, height as integer) as picture
- InstallWebFrameLoadDelegate(extends w as WebViewMBS, theDelegate as WebFrameLoadDelegateMBS)
- LogoMBS(size as integer) as Picture
- WindowsBurnAreaFolderMBS as folderitem
- GetFullWindowsNameMBS(UserName as string, Domain as string) as string
726 new items including 20 new classes one new control one new module 102 new methods 10 new events 9 new properties for existing classes and 12 new global methods.
Monkeybread Software Realbasic Plugins - Jugendzentrum Nickenich