Programming language Chora: Built-in variables
Chora provides a set of built-in variables you can access, evaluate and in some cases also modify. Following variables are available:
Variable name |
Short description |
---|---|
Stores the name of the currently selected language in a multi-lingual application. |
|
Refers to the immediate parent object of this object. |
|
Refers to the sender object of a signal when processing the signal in a slot method. |
|
Stores the set of active styles in a multi-variant application. |
|
Refers to the object, in context of which a method is executed. |
|
Stores the new value assigned to a property when executing the corresponding onset method. |