The plugin part MBS Tools Plugin
Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version
22.2
22.3
22.4
22.5
23.0
23.1
23.2
23.3
23.4
23.5
24.0
24.1
The list of the topics,
classes,
interfaces,
controls,
modules,
global methods by category,
global methods by name,
screenshots,
licenses
and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
The plugin MBS Tools Plugin:
- class ClipperEngineMBS
- method Constructor(initOptions as integer = 0)
- method Clear
- method GetBounds(byref left as integer, byref top as integer, byref right as integer, byref bottom as integer)
- method Execute(clipType as Integer, byref solution as ClipperPathsMBS, fillType as Integer) as Boolean
- method Execute(clipType as Integer, byref solution as ClipperPathsMBS, subjFillType as Integer, clipFillType as Integer) as Boolean
- method Execute(clipType as Integer, byref solution as ClipperPolyTreeMBS, fillType as Integer) as Boolean
- method Execute(clipType as Integer, byref solution as ClipperPolyTreeMBS, subjFillType as Integer, clipFillType as Integer) as Boolean
- method AddPath(path as ClipperPathMBS, PolyType as Integer, Closed as Boolean) as Boolean
- method AddPaths(paths as ClipperPathsMBS, PolyType as Integer, Closed as Boolean) as Boolean
- method Execute(clipType as ClipperMBS.ClipType, byref solution as ClipperPathsMBS, fillType as ClipperMBS.PolyFillType) as Boolean
- method Execute(clipType as ClipperMBS.ClipType, byref solution as ClipperPathsMBS, subjFillType as ClipperMBS.PolyFillType, clipFillType as ClipperMBS.PolyFillType) as Boolean
- method Execute(clipType as ClipperMBS.ClipType, byref solution as ClipperPolyTreeMBS, fillType as ClipperMBS.PolyFillType) as Boolean
- method Execute(clipType as ClipperMBS.ClipType, byref solution as ClipperPolyTreeMBS, subjFillType as ClipperMBS.PolyFillType, clipFillType as ClipperMBS.PolyFillType) as Boolean
- method AddPath(path as ClipperPathMBS, PolyType as ClipperMBS.PolyType, Closed as Boolean) as Boolean
- method AddPaths(paths as ClipperPathsMBS, PolyType as ClipperMBS.PolyType, Closed as Boolean) as Boolean
- property Handle as Integer
- property Owner as Variant
- property Tag as Variant
- property StrictlySimple as Boolean
- property ReverseSolution as Boolean
- property PreserveCollinear as Boolean
- property BoundsLeft as Integer
- property BoundsTop as Integer
- property BoundsRight as Integer
- property BoundsBottom as Integer
- class ClipperExceptionMBS
- class ClipperOffsetMBS
- method Constructor(miterLimit as double = 2.0, roundPrecision as double = 0.25)
- method Clear
- method Execute(byref Paths as ClipperPathsMBS, delta as double)
- method Execute(byref PolyTree as ClipperPolyTreeMBS, delta as double)
- method AddPath(path as ClipperPathMBS, joinType as Integer, endType as Integer)
- method AddPaths(paths as ClipperPathsMBS, joinType as Integer, endType as Integer)
- method AddPath(path as ClipperPathMBS, joinType as ClipperMBS.JoinType, endType as ClipperMBS.EndType)
- method AddPaths(paths as ClipperPathsMBS, joinType as ClipperMBS.JoinType, endType as ClipperMBS.EndType)
- property Handle as Integer
- property Owner as Variant
- property Tag as Variant
- property MiterLimit as Double
- property ArcTolerance as Double
- class ClipperPathMBS
- class ClipperPathsMBS
- class ClipperPointMBS
- class ClipperPolyNodeMBS
- class ClipperPolyNodesMBS
- class ClipperPolyTreeMBS
- class CUPSDestinationMBS
- class CUPSErrorExceptionMBS
- class CUPSJobMBS
- class CUPSMissingFunctionExceptionMBS
- class CUPSOptionMBS
- class JavaScriptDateComponentsMBS
- class JavaScriptEngineExceptionMBS
- class JavaScriptEngineMBS
- method InitModules
- method DateComponentsToTime(date as JavaScriptDateComponentsMBS) as Double
- method TimeToDateComponents(time as Double) as JavaScriptDateComponentsMBS
- method Now as Double
- method Destructor
- method Evaluate(JavaScript as String) as Variant
- method EvaluateMT(JavaScript as String) as Variant
- method EvaluateToString(JavaScript as String) as String
- method AddFunction(Name as String, JavaScript as String, FileName as String = "")
- method SaveFunction(Name as String) as MemoryBlock
- method LoadFunction(Name as String, Data as Memoryblock) as Boolean
- method CallFunction(Name as String, Params() as Variant) as Variant
- method CallFunctionMT(Name as String, Params() as Variant) as Variant
- method CallFunction(Name as String, ParamArray Params as Variant) as Variant
- method CallFunctionMT(Name as String, ParamArray Params as Variant) as Variant
- method RegisterFunction(Name as String, theDelegate as JavaScriptEngineDelegateMBS, ArgCount as Integer = -1, tag as Variant = nil)
- property GlobalMemoryBlock(PropertyName as String) as MemoryBlock
- property GlobalProperty(PropertyName as String) as Variant
- property GlobalPropertyJSON(PropertyName as String) as String
- property Handle as Integer
- property StringCount as Integer
- property ObjectCount as Integer
- property MemoryBlocks as Dictionary
- event Print(values() as Variant)
- event Input(values() as Variant) as Variant
- class LGLAbortedExceptionMBS
- class LGLMBS
- method Clone as LGLMBS
- method Fork as LGLMBS
- method Constructor
- method SetPhases
- method SetPhase(lit as integer)
- method ResetPhase(lit as integer)
- method Sat as Integer
- method SatMT as Integer
- method Simp(iterations as integer) as Integer
- method PrintUsage
- method PrintOptions(prefix as string, IgnoreSome as boolean)
- method PrintRangeOptions
- method PrintPCS(mixed as boolean)
- method PrintSizes
- method SetImportant(lit as integer)
- method SetAPITraceFile(File as FolderItem)
- method SetTraceFile(File as FolderItem)
- method SetOutputFile(File as FolderItem)
- method HasOption(Name as String) as Boolean
- method DefaultOption(Name as String) as Integer
- method ReadOptionFile(File as FolderItem) as Integer
- method GetOptionMinMax(Name as String, byref min as Integer, byref max as Integer) as Integer
- method SetID(tid as Integer, tids as Integer)
- method Join(Child as LGLMBS) as Integer
- method Unclone(Child as LGLMBS) as Integer
- method ParseString(Data as String, force as boolean, byref LineNo as Integer, byref Max as Integer) as String
- method ParseFile(File as FolderItem, force as boolean, byref LineNo as Integer, byref Max as Integer) as String
- method ParsePath(Path as String, force as boolean, byref LineNo as Integer, byref Max as Integer) as String
- method ParseString(Data as String, force as boolean = false) as String
- method ParseFile(File as FolderItem, force as boolean = false) as String
- method ParsePath(Path as String, force as boolean = false) as String
- method ParseStringMT(Data as String, force as boolean, byref LineNo as Integer, byref Max as Integer) as String
- method ParseFileMT(File as FolderItem, force as boolean, byref LineNo as Integer, byref Max as Integer) as String
- method ParsePathMT(Path as String, force as boolean, byref LineNo as Integer, byref Max as Integer) as String
- method ParseStringMT(Data as String, force as boolean = false) as String
- method ParseFileMT(File as FolderItem, force as boolean = false) as String
- method ParsePathMT(Path as String, force as boolean = false) as String
- method ReduceCache
- method FlushCache
- method PrintStats
- method FlushTimers
- method Freeze(lit as Integer)
- method Frozen(lit as Integer) as Integer
- method Melt(lit as Integer)
- method MeltAll
- method Usable(lit as Integer) as Integer
- method Reusable(lit as Integer) as Integer
- method Reuse(lit as Integer)
- method Lookahead as Integer
- method Representative(lit as Integer) as Integer
- method Failed(lit as Integer) as Integer
- method Deref(lit as Integer) as Integer
- method Fixed(lit as Integer) as Integer
- method Add(lit as Integer)
- method Assume(lit as Integer)
- method CAssume(lit as Integer)
- method Fixate
- method IncVar as Integer
- method Print(File as FolderItem = nil)
- method PrintAll(File as FolderItem = nil)
- method Reconstk(byref Start as Ptr, byref Top as Ptr)
- method TraverseUnits
- method TraverseEquivalences
- method TraverseRemainingClauses
- method TraverseAllClauses
- property Option(Name as String) as Integer
- property Handle as Integer
- property Aborted as Boolean
- property Prefix as String
- property Options as Dictionary
- property Confs as Int64
- property Decs as Int64
- property Props as Int64
- property Bytes as Int64
- property MegaBytes as Double
- property MaxMegaBytes as Double
- property Seconds as Double
- property Inconsistent as Boolean
- property Changed as Integer
- property MaxVar as Integer
- shared method LibVersion as String
- shared method PrintBanner(Name as String, Prefix as String, File as FolderItem = nil)
- shared property ProcessTime as Double
- shared property AbortMessage as String
- event Aborted
- event TraverseUnits(Unit as Integer)
- event TraverseEquivalences(Lit as Integer, Representation as Integer)
- event TraverseRemainingClauses(Lit as Integer)
- event TraverseAllClauses(Lit as Integer)
- class LMFitControlMBS
- class LMFitMBS
- method LMMin(NPar as Integer, Par as Ptr, mDat as Integer, control as LMFitControlMBS, status as LMFitStatusMBS, tag as variant = nil)
- method LMCurve(NPar as Integer, Par as Ptr, mDat as Integer, t as Ptr, y as Ptr, control as LMFitControlMBS, status as LMFitStatusMBS, tag as variant = nil)
- method LMMin(NPar as Integer, Par() as double, mDat as Integer, control as LMFitControlMBS, status as LMFitStatusMBS, tag as variant = nil)
- method LMCurve(NPar as Integer, Par() as double, mDat as Integer, t() as double, y() as double, control as LMFitControlMBS, status as LMFitStatusMBS, tag as variant = nil)
- property provideArrays as Boolean
- event evaluateMin(par as Ptr, nPar as Integer, parameters() as double, mDat as Integer, fvec as Ptr, tag as variant) as Integer
- event evaluateCurve(t as double, par as Ptr, nPar as Integer, parameters() as double, tag as variant) as double
- class LMFitStatusMBS
- class LTCDecoderMBS
- method Constructor(apv as Integer, queueSize as Integer)
- method Destructor
- method FlushQueue
- method WriteUInt8(data as Ptr, Count as Integer, posinfo as UInt64 = 0)
- method WriteUInt8(data as MemoryBlock, posinfo as UInt64 = 0)
- method WriteUInt8(data as String, posinfo as UInt64 = 0)
- method WriteSingle(data as Ptr, Count as Integer, posinfo as UInt64 = 0)
- method WriteSingle(data as MemoryBlock, posinfo as UInt64 = 0)
- method WriteSingle(data as String, posinfo as UInt64 = 0)
- method WriteSInt16(data as Ptr, Count as Integer, posinfo as UInt64 = 0)
- method WriteSInt16(data as MemoryBlock, posinfo as UInt64 = 0)
- method WriteSInt16(data as String, posinfo as UInt64 = 0)
- method WriteUInt16(data as Ptr, Count as Integer, posinfo as UInt64 = 0)
- method WriteUInt16(data as MemoryBlock, posinfo as UInt64 = 0)
- method WriteUInt16(data as String, posinfo as UInt64 = 0)
- method Read as LTCFrameMBS
- method Read(frame as LTCFrameMBS) as Boolean
- property Handle as Integer
- property QueueLength as Integer
- class LTCEncoderMBS
- class LTCFrameExtMBS
- class LTCFrameMBS
- class LTCSMPTETimecodeMBS
- class MarkdownDocumentMBS
- class MarkdownFootnoteMBS
- class MarkdownLineMBS
- class MarkdownParagraphMBS
- class RFCClassDescriptionMBS
- class RFCConnectionAttributesMBS
- class RFCConnectionMBS
- class RFCContainerMBS
- class RFCErrorExceptionMBS
- class RFCExceptionDescriptionMBS
- class RFCFieldDescriptionMBS
- class RFCFunctionDescriptionMBS
- class RFCFunctionMBS
- class RFCParameterDescriptionMBS
- class RFCStructureMBS
- class RFCTableMBS
- class RFCTransactionMBS
- class RFCTypeDescriptionMBS
- class SmartCardContextMBS
- class SmartCardMBS
- method ReadFile(FileID as MemoryBlock) as MemoryBlock
- method Transmit(ioSendPci as Ptr, SendBuffer as ptr, SendLength as UInt32, ioRecvPci as ptr, RecvBuffer as Ptr, byref RecvLength as UInt32)
- method Control(ControlCode as Integer, input as ptr, inputLength as UInt32, output as ptr, byref outputLength as UInt32)
- method Status(byref State as integer, byref Protocol as integer, byref CardID as string)
- method Status(byref Reader as string, byref State as integer, byref Protocol as integer, byref CardID as string)
- method SetAttrib(AttrId as UInt32, mem as Memoryblock)
- method GetAttrib(AttrId as UInt32) as Memoryblock
- method Reconnect(ShareMode as UInt32, PreferredProtocols as UInt32, Initialization as UInt32)
- method Constructor
- method CancelTransaction
- method BeginTransaction
- method Disconnect(Disposition as integer = 0)
- method EndTransaction(Disposition as integer = 0)
- property Handle as Integer
- property Lasterror as Integer
- property ActiveProtocol as Integer
- shared method SplitValues(Data as MemoryBlock) as Dictionary
- class SoundFileInfoMBS
- class SoundFileMBS
- method Seek(frames as Int64, whence as Integer) as Int64
- method WriteShortFrames(p as ptr, items as Int64) as Int64
- method ReadShortFrames(p as ptr, items as Int64) as Int64
- method WriteIntFrames(p as ptr, items as Int64) as Int64
- method ReadIntFrames(p as ptr, items as Int64) as Int64
- method WriteSingleFrames(p as ptr, items as Int64) as Int64
- method ReadSingleFrames(p as ptr, items as Int64) as Int64
- method WriteDoubleFrames(p as ptr, items as Int64) as Int64
- method ReadDoubleFrames(p as ptr, items as Int64) as Int64
- method WriteShort(p as ptr, items as Int64) as Int64
- method ReadShort(p as ptr, items as Int64) as Int64
- method WriteInt(p as ptr, items as Int64) as Int64
- method ReadInt(p as ptr, items as Int64) as Int64
- method WriteSingle(p as ptr, items as Int64) as Int64
- method ReadSingle(p as ptr, items as Int64) as Int64
- method WriteDouble(p as ptr, items as Int64) as Int64
- method ReadDouble(p as ptr, items as Int64) as Int64
- method Constructor
- method WriteSync
- method Close
- method WriteRaw(p as ptr, bytes as Int64) as Int64
- method ReadRaw(p as ptr, bytes as Int64) as Int64
- method SetString(type as Integer, text as string) as Integer
- method SetString(type as Integer, data as Memoryblock) as Integer
- method GetString(type as Integer) as string
- property Handle as Integer
- property ErrorNumber as Integer
- property ErrorMessage as String
- property Info as SoundFileInfoMBS
- shared method LoadLibrary(file as folderitem) as boolean
- shared method Loaded as Boolean
- shared method LoadErrorMessage as String
- shared method Version as string
- shared method ErrorMessage(errorNumber as integer) as string
- shared method Open(data as String) as SoundFileMBS
- shared method Open(data as MemoryBlock) as SoundFileMBS
- shared method Open(file as folderitem, readwrite As Boolean = False) as SoundFileMBS
- shared method Create(file as folderitem, Info as SoundFileInfoMBS) as SoundFileMBS
- class TagLibAudioPropertiesMBS
- class TagLibFileRefMBS
- class TagLibTagMBS
- class TidyAttributeMBS
- class TidyDocumentMBS
- method ReportDoctype as integer
- method RelatedOptionsList(Option as TidyOptionMBS) as TidyIteratorMBS
- method NextRelatedOption(Iterator as TidyIteratorMBS) as TidyOptionMBS
- method GetStringOption(OptionID as integer) as string
- method SetStringOption(OptionID as integer, value as string) as boolean
- method ParseStringOption(OptionName as string, value as string) as boolean
- method GetIntegerOption(OptionID as integer) as integer
- method SetIntegerOption(OptionID as integer, value as integer) as boolean
- method GetBooleanOption(OptionID as integer) as boolean
- method SetBooleanOption(OptionID as integer, value as boolean) as boolean
- method NextUserDeclaredTag(OptionID as integer, Iterator as TidyIteratorMBS) as string
- method NextOption(Iterator as TidyIteratorMBS) as TidyOptionMBS
- method OptionResetToDefault(OptionID as integer) as boolean
- method OptionCharcterEncodingName(OptionID as integer) as String
- method OptionCurrentPick(OptionID as integer) as String
- method OptionForID(OptionID as integer) as TidyOptionMBS
- method OptionForName(OptionName as string) as TidyOptionMBS
- method OptionIDForName(OptionName as string) as integer
- method OptionList as TidyIteratorMBS
- method UserDeclaredTagList as TidyIteratorMBS
- method SaveConfig(theOutput as TidyOutputMBS) as integer
- method SaveOutput(theOutput as TidyOutputMBS) as integer
- method ParseSource(theInput as TidyInputMBS) as integer
- method LoadConfigFileWithEncoding(Filename as string, CharacterEncoding as string) as integer
- method LoadConfigFile(filename as string) as integer
- method SaveConfigFile(filename as string) as integer
- method InstallErrorBuffer
- method Status as integer
- method DetectedHtmlVersion as integer
- method DetectedXhtml as boolean
- method DetectedGenericXml as boolean
- method ErrorCount as integer
- method WarningCount as integer
- method AccessWarningCount as integer
- method ConfigErrorCount as integer
- method SetCharacterEncoding(encodingName as string) as integer
- method SetInputCharacterEncoding(encodingName as string) as integer
- method SetOutputCharacterEncoding(encodingName as string) as integer
- method ParseString(data as string) as integer
- method ParseFile(filename as string) as integer
- method CleanAndRepair as integer
- method RunDiagnostics as integer
- method ErrorSummary
- method GeneralInfo
- method SaveFile(filename as string) as integer
- method SetErrorFile(filename as string) as boolean
- method FileExists(filename as string) as boolean
- method ErrorBuffer as string
- method SaveString as string
- method OptionsResetAllToDefault as boolean
- method OptionsSnapshot as boolean
- method OptionsResetToSnapshot as boolean
- method OptionsDifferentThanDefault as boolean
- method OptionsDifferentThanSnapshot as boolean
- method CopyConfig(otherDocument as TidyDocumentMBS) as boolean
- method Root as TidyNodeMBS
- method Html as TidyNodeMBS
- method Head as TidyNodeMBS
- method Body as TidyNodeMBS
- property Handle as Integer
- property ErrorOutput as TidyOutputMBS
- property OptionIndentSpaces as Integer
- property OptionWrap as Integer
- property OptionTabSize as Integer
- property OptionCharEncoding as Integer
- property OptionInputEncoding as Integer
- property OptionOutputEncoding as Integer
- property OptionNewline as Integer
- property OptionDoctypeMode as Integer
- property OptionDoctype as String
- property OptionRepeatedAttributes as Integer
- property OptionAltText as String
- property OptionSlideStyle as String
- property OptionErrorFile as String
- property OptionOutputFile as String
- property OptionWriteBack as Boolean
- property OptionMarkup as Boolean
- property OptionShowInfo as Boolean
- property OptionShowWarnings as Boolean
- property OptionQuiet as Boolean
- property OptionIndent as Integer
- property OptionCoerceEndtags as Boolean
- property OptionOmitOptionalTags as Boolean
- property OptionHideEndtags as Boolean
- property OptionInputXml as Boolean
- property OptionOutputXml as Boolean
- property OptionOutputXhtml as Boolean
- property OptionOutputHtml as Boolean
- property OptionAddXmlDecl as Boolean
- property OptionUppercaseTags as Boolean
- property OptionUppercaseAttributes as Boolean
- property OptionBare as Boolean
- property OptionClean as Boolean
- property OptionGdoc as Boolean
- property OptionLogicalEmphasis as Boolean
- property OptionDropProprietaryAttributes as Boolean
- property OptionDropFontTags as Boolean
- property OptionDropEmptyElements as Boolean
- property OptionDropEmptyParas as Boolean
- property OptionFixBadComments as Boolean
- property OptionBreakBeforeBr as Boolean
- property OptionSplit as Boolean
- property OptionNumericEntities as Boolean
- property OptionQuoteMarks as Boolean
- property OptionQuoteNbsp as Boolean
- property OptionQuoteAmpersand as Boolean
- property OptionWrapAttributes as Boolean
- property OptionWrapScriptLiterals as Boolean
- property OptionWrapSections as Boolean
- property OptionWrapAsp as Boolean
- property OptionWrapJste as Boolean
- property OptionWrapPhp as Boolean
- property OptionFixBackslash as Boolean
- property OptionIndentAttributes as Boolean
- property OptionAssumeXmlProcins as Boolean
- property OptionAddXmlSpace as Boolean
- property OptionEncloseText as Boolean
- property OptionEncloseBlockText as Boolean
- property OptionKeepTime as Boolean
- property OptionWord2000 as Boolean
- property OptionTidyMark as Boolean
- property OptionGnuEmacs as Boolean
- property OptionGnuEmacsFile as String
- property OptionLiteralAttributes as Boolean
- property OptionShowBodyOnly as Integer
- property OptionFixUri as Boolean
- property OptionLowerLiterals as Boolean
- property OptionHideComments as Boolean
- property OptionIndentCdata as Boolean
- property OptionForceOutput as Boolean
- property OptionShowErrors as Integer
- property OptionAsciiChars as Boolean
- property OptionJoinClasses as Boolean
- property OptionJoinStyles as Boolean
- property OptionEscapeCdata as Boolean
- property OptionLanguage as String
- property OptionNcr as Boolean
- property OptionOutputBom as Integer
- property OptionReplaceColor as Boolean
- property OptionCssPrefix as String
- property OptionNewInlineTags as String
- property OptionNewBlocklevelTags as String
- property OptionNewEmptyTags as String
- property OptionNewPreTags as String
- property OptionAccessibilityCheck as Integer
- property OptionVerticalSpace as Integer
- property OptionPunctuationWrap as Boolean
- property OptionMergeEmphasis as Boolean
- property OptionMergeDivs as Integer
- property OptionDecorateInferredUl as Boolean
- property OptionPreserveEntities as Boolean
- property OptionSortAttributes as Integer
- property OptionMergeSpans as Integer
- property OptionAnchorAsName as Boolean
- property OptionIndentWithTabs as Boolean
- property OptionSkipNested as Boolean
- property OptionStrictTagsAttributes as Boolean
- property OptionEscapeScripts as Boolean
- property OptionWrapLen as Integer
- property OptionInCharEncoding as Integer
- property OptionOutCharEncoding as Integer
- property OptionDuplicateAttrs as Integer
- property OptionErrFile as String
- property OptionOutFile as String
- property OptionShowMarkup as Boolean
- property OptionIndentContent as Integer
- property OptionXmlTags as Boolean
- property OptionXmlOut as Boolean
- property OptionXhtmlOut as Boolean
- property OptionHtmlOut as Boolean
- property OptionXmlDecl as Boolean
- property OptionUpperCaseAttrs as Boolean
- property OptionMakeBare as Boolean
- property OptionMakeClean as Boolean
- property OptionDropPropAttrs as Boolean
- property OptionFixComments as Boolean
- property OptionNumEntities as Boolean
- property OptionWrapAttVals as Boolean
- property OptionWrapScriptlets as Boolean
- property OptionWrapSection as Boolean
- property OptionXmlPIs as Boolean
- property OptionXmlSpace as Boolean
- property OptionEncloseBodyText as Boolean
- property OptionKeepFileTimes as Boolean
- property OptionMark as Boolean
- property OptionEmacs as Boolean
- property OptionEmacsFile as String
- property OptionLiteralAttribs as Boolean
- property OptionBodyOnly as Integer
- property OptionInlineTags as String
- property OptionBlockTags as String
- property OptionEmptyTags as String
- property OptionPreTags as String
- property OptionAccessibilityCheckLevel as Integer
- property OptionVertSpace as Integer
- property OptionPunctWrap as Boolean
- shared method ReleaseDate as string
- shared method LibraryVersion as string
- event Filter(level as integer, line as integer, column as integer, message as string) as boolean
- event PrettyPrintProgress(line as integer, column as integer, destLine as integer)
- class TidyInputMBS
- class TidyIteratorMBS
- class TidyNodeMBS
- class TidyOptionMBS
- class TidyOutputMBS
- class WordFileMBS
- module ClipperMBS
- method EllipsePoints(Left as Double, Top as Double, Right as Double, Bottom as Double) as ClipperPathMBS
- method TranslatePath(path as ClipperPathMBS, x as Int64, y as Int64) as ClipperPathMBS
- method TranslatePath(path as ClipperPathMBS, delta as ClipperPointMBS) as ClipperPathMBS
- method OpenPathsFromPolyTree(polytree as ClipperPolyTreeMBS, byref paths as ClipperPathsMBS)
- method ClosedPathsFromPolyTree(polytree as ClipperPolyTreeMBS, byref paths as ClipperPathsMBS)
- method PolyTreeToPaths(polytree as ClipperPolyTreeMBS, byref paths as ClipperPathsMBS)
- method MinkowskiDiff(poly1 as ClipperPathMBS, poly2 as ClipperPathMBS, byref solution as ClipperPathsMBS)
- method MinkowskiSum(pattern as ClipperPathMBS, paths as ClipperPathsMBS, byref solution as ClipperPathsMBS, pathIsClosed as boolean)
- method MinkowskiSum(pattern as ClipperPathMBS, path as ClipperPathMBS, byref solution as ClipperPathsMBS, pathIsClosed as boolean)
- method CleanPolygons(Poly as ClipperPathsMBS, distance as double = 1.415)
- method CleanPolygons(InPoly as ClipperPathsMBS, byref OutPolys as ClipperPathsMBS, distance as double = 1.415)
- method CleanPolygon(Poly as ClipperPathMBS, distance as double = 1.415)
- method CleanPolygon(InPoly as ClipperPathMBS, byref OutPolys as ClipperPathsMBS, distance as double = 1.415)
- method ReversePath(path as ClipperPathMBS)
- method ReversePaths(paths as ClipperPathsMBS)
- method PointInPolygon(path as ClipperPathMBS, pt as ClipperPointMBS) as Integer
- method Area(path as ClipperPathMBS) as double
- method Orientation(path as ClipperPathMBS) as boolean
- method Version as string
- method SimplifyPolygons(Polys as ClipperPathsMBS, fillType as Integer)
- method SimplifyPolygons(InPolys as ClipperPathsMBS, byref OutPolys as ClipperPathsMBS, fillType as Integer)
- method SimplifyPolygon(InPoly as ClipperPathMBS, byref OutPolys as ClipperPathsMBS, fillType as Integer)
- method SimplifyPolygons(Polys as ClipperPathsMBS, fillType as ClipperMBS.PolyFillType = ClipperMBS.PolyFillType.EvenOdd)
- method SimplifyPolygons(InPolys as ClipperPathsMBS, byref OutPolys as ClipperPathsMBS, fillType as ClipperMBS.PolyFillType = ClipperMBS.PolyFillType.EvenOdd)
- method SimplifyPolygon(InPoly as ClipperPathMBS, byref OutPolys as ClipperPathsMBS, fillType as ClipperMBS.PolyFillType = ClipperMBS.PolyFillType.EvenOdd)
- module CUPSMBS
- method GetJobs(name as string, OnlyMyJobs as boolean, whichjobs as integer) as CUPSJobMBS()
- method User as string
- method SetUser(user as string)
- method SetServer(server as string)
- method SetDefaultPrinter(printer as string)
- method GetPPD(name as string) as string
- method LastErrorString as string
- method LastError as integer
- method GetDefault as string
- method GetPassword(prompt as string) as string
- method Server as string
- method GetDestinations as CUPSDestinationMBS()
- method CancelJob(name as string, job as Int32)
- method PrintData(name as string, Data as String, Title as string) as integer
- method PrintFile(name as string, file as folderitem, title as string) as integer
- method PrintFile(name as string, file as folderitem, title as string, options() as CUPSOptionMBS) as integer
- method PrintFiles(name as string, files() as folderitem, title as string) as integer
- method PrintFiles(name as string, files() as folderitem, title as string, options() as CUPSOptionMBS) as integer
- module LTCMBS
- module RFCModuleMBS
- module TidyAttrIdMBS
- module TidyConfigCategoryMBS
- module TidyDoctypeModesMBS
- module TidyDupAttrModesMBS
- module TidyLineEndingMBS
- module TidyNodeTypeMBS
- module TidyOptionIdMBS
- module TidyOptionTypeMBS
- module TidyReportLevelKeysMBS
- module TidyReportLevelMBS
- module TidyTagIdMBS
- module TidyTriStateMBS