KUIML
Blue Cat's User Interface Programming Language
Kt::Action Class Reference

Used to represent actions (see ACTION element) in the scripting engine. More...

Inherits Kt::Object.

Public Member Functions

void opCall () const
 The () operator that executes the action.
 

Detailed Description

It is a reference type that behaves like a function void f(). Given an action 'myAction', it can be executed by the following code:

myAction();