[Prev: Built-in Functions] [Home] [Next: debug()]

connect()

connect( signallingObject, signal, receivingObject, slot )

This function is used to create signals and slots connections between objects. Usually these connections are created visually using , but the connect() function is provided for making such connections dynamically in code.

See the simplescript example program's example-script for an example.

[Prev: Built-in Functions] [Home] [Next: debug()]