Programming language Chora: Project members
Every Embedded Wizard project consists of various members individually representing your particular GUI components, used image and font resources, localized constants and much more. The following table provides an overview of all available Embedded Wizard project members:
Member type |
Short description |
---|---|
Specifies the configuration parameters for your project. |
|
Defines a code fragment to use wherever the macro name appears within your project implementation. |
|
Determines languages available for localization of your application. |
|
Defines a switch to control the class, autoobject, constant, bitmap resource and font resource variant derivation. |
|
Provides the space where you can put GUI components and associated bitmap and font resources as well as all other project relevant members. |
|
Includes a native code (e.g. C) snippet. |
|
Adds a user-defined enumeration data type. |
|
Adds a user-defined set data type. |
|
Defines an immutable global and localizable value. |
|
Overridden version of a constant member. |
|
Includes image files to your project. |
|
Overridden version of a bitmap resource member. |
|
Includes fonts to your project. |
|
Overridden version of a font resource member. |
|
Defines an object-oriented software component, in particular a GUI component. |
|
Overridden version of a class definitions. |
|
Defines a global instance of a particular class. |
|
Overridden version of an autoobject member. |
|
Stores state information within a component. |
|
Stores state information within a component. |
|
Implements interface to exchange data with an instance of a component. |
|
With embedded objects you can nest instances of one class within another class. |
|
Implements the common behavior (the logic) of a component. |
|
Implements the logic to execute when an associated property is evaluated within an expression. |
|
Implements the logic to execute when an associated property is modified. |
|
Implements the logic to execute when the slot method receives a signal. |
|
For documentation purpose: adds comments and hints to your project. |
|
For documentation purpose: helps to label and group several project members. |
|
For documentation purpose: points to a particular project member. |