Command Queue Bridge
interface CommandQueueBridge
Abstraction of calls to the native command queue.
Allows for mocking in tests.
Functions
Link copied to clipboard
Link copied to clipboard
abstract fun cppAppendToList(pointer: Long, viewModelInstanceHandle: Long, propertyPath: String, itemHandle: Long)
Link copied to clipboard
abstract fun cppBindViewModelInstance(pointer: Long, requestID: Long, stateMachineHandle: Long, viewModelInstanceHandle: Long)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun cppCreateDefaultStateMachine(pointer: Long, requestID: Long, artboardHandle: Long): Long
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun cppDeleteViewModelInstance(pointer: Long, requestID: Long, viewModelInstanceHandle: Long)
Link copied to clipboard
Link copied to clipboard
abstract fun cppFireTriggerProperty(pointer: Long, viewModelInstanceHandle: Long, propertyPath: String)
Link copied to clipboard
Link copied to clipboard
abstract fun cppGetBooleanProperty(pointer: Long, requestID: Long, viewModelInstanceHandle: Long, propertyPath: String)
Link copied to clipboard
abstract fun cppGetColorProperty(pointer: Long, requestID: Long, viewModelInstanceHandle: Long, propertyPath: String)
Link copied to clipboard
abstract fun cppGetDefaultViewModelInfo(pointer: Long, requestID: Long, fileHandle: Long, artboardHandle: Long)
Link copied to clipboard
abstract fun cppGetEnumProperty(pointer: Long, requestID: Long, viewModelInstanceHandle: Long, propertyPath: String)
Link copied to clipboard
Link copied to clipboard
abstract fun cppGetListSize(pointer: Long, requestID: Long, viewModelInstanceHandle: Long, propertyPath: String)
Link copied to clipboard
abstract fun cppGetNumberProperty(pointer: Long, requestID: Long, viewModelInstanceHandle: Long, propertyPath: String)
Link copied to clipboard
Link copied to clipboard
abstract fun cppGetStringProperty(pointer: Long, requestID: Long, viewModelInstanceHandle: Long, propertyPath: String)
Link copied to clipboard
abstract fun cppGetViewModelInstanceNames(pointer: Long, requestID: Long, fileHandle: Long, viewModelName: String)
Link copied to clipboard
Link copied to clipboard
abstract fun cppGetViewModelProperties(pointer: Long, requestID: Long, fileHandle: Long, viewModelName: String)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun cppRemoveFromList(pointer: Long, viewModelInstanceHandle: Long, propertyPath: String, itemHandle: Long)
Link copied to clipboard
abstract fun cppRemoveFromListAtIndex(pointer: Long, viewModelInstanceHandle: Long, propertyPath: String, index: Int)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun cppSetArtboardProperty(pointer: Long, viewModelInstanceHandle: Long, propertyPath: String, artboardHandle: Long)
Link copied to clipboard
abstract fun cppSetBooleanProperty(pointer: Long, viewModelInstanceHandle: Long, propertyPath: String, value: Boolean)
Link copied to clipboard
abstract fun cppSetColorProperty(pointer: Long, viewModelInstanceHandle: Long, propertyPath: String, value: Int)
Link copied to clipboard
abstract fun cppSetEnumProperty(pointer: Long, viewModelInstanceHandle: Long, propertyPath: String, value: String)
Link copied to clipboard
abstract fun cppSetImageProperty(pointer: Long, viewModelInstanceHandle: Long, propertyPath: String, imageHandle: Long)
Link copied to clipboard
abstract fun cppSetNumberProperty(pointer: Long, viewModelInstanceHandle: Long, propertyPath: String, value: Float)
Link copied to clipboard
abstract fun cppSetStringProperty(pointer: Long, viewModelInstanceHandle: Long, propertyPath: String, value: String)
Link copied to clipboard
Link copied to clipboard
abstract fun cppSetViewModelInstanceProperty(pointer: Long, viewModelInstanceHandle: Long, propertyPath: String, valueHandle: Long)
Link copied to clipboard
abstract fun cppSubscribeToProperty(pointer: Long, viewModelInstanceHandle: Long, propertyPath: String, propertyType: Int)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard