Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

axlSessionSignalSignature

axlSessionSignalSignature( 
t_session 
t_signal 
) 
=> t_signature / nil

Description

Returns the signature of a given signal that is emitted by a session. This function serves as a utility function to determine how to implement the slot or callback function in SKILL.

Arguments

t_session

String representing the ADE session.

t_signal

Name of a known signal that is emitted by session.

Value Returned

t_signature

The signature of the given signal is returned.

nil

The signature of the given signal is not returned.

Examples

Returns the signature of the runModeChanged signal:

session = axlGetWindowSession(hiGetCurrentWindow())
signature = axlSessionSignalSignature(session "runModeChanged")
signature => "runModeChanged(QString)"

Related Topics

axlSessionConnect

axlSessionRegisterCreationCallback

axlSessionSignalList

axlSessionSignalList

Working with Signals or Triggers


Return to top
 ⠀
X