Table Of Contents
NO DOCUMENTATION (module kivy.uix.recycleview)¶
-
class
kivy.lib.osc.OSC.CallbackManager[ソース]¶ ベースクラス:
builtins.objectThis utility class maps OSC addresses to callables.
The CallbackManager calls its callbacks with a list of decoded OSC arguments, including the address and the typetags as the first two arguments.
-
kivy.lib.osc.OSC.OSCArgument(data)[ソース]¶ Convert some Python types to their OSC binary representations, returning a (typetag, data) tuple.
-
kivy.lib.osc.OSC.OSCBlob(next)[ソース]¶ Convert a string into an OSC Blob, returning a (typetag, data) tuple.
-
class
kivy.lib.osc.OSC.OSCMessage[ソース]¶ ベースクラス:
builtins.objectBuilds typetagged OSC messages.
-
kivy.lib.osc.OSC.parseArgs(args)[ソース]¶ Given a list of strings, produces a list where those strings have been parsed (where possible) as floats or integers.
-
kivy.lib.osc.OSC.readDouble(data)[ソース]¶ Tries to interpret the next 8 bytes of the data as a 64-bit double float.
-
kivy.lib.osc.OSC.readLong(data)[ソース]¶ Tries to interpret the next 8 bytes of the data as a 64-bit signed integer.