Message routing modes.
More...
|
| MessageRoutingBubbling =(2) |
| Identifies the bubbling phase, during which a message travels up the node tree from the node where the message
originated to the first child node of the Screen node (the root node).
|
|
| MessageRoutingTunneling =(1) |
| Identifies the tunneling phase, during which a message travels down the node tree from the first child node of
the Screen node (the root node) to the node where the message originated.
|
|
| MessageRoutingTunnelingBubbling =(3) |
| Identifies both, the tunneling and the bubbling phase.
|
|
◆ MessageRouting() [1/2]
Constructs a MessageRouting of an integer value.
- Parameters
-
value | Integer value to convert to enumeration constant. |
◆ MessageRouting() [2/2]
Constructs a copy of a MessageRouting object.
- Parameters
-
enum_ | MessageRouting to be copy constructed. |
◆ getValue()
Returns the integer value of the enumeration constant.
- Returns
- Integer value.
Implements Enum.
◆ swigToEnum()
Converts an integer value to the matching enumeration constant.
Used internally by SWIG generated code.
- Parameters
-
swigValue | Integer value to convert to enumeration constant. |
- Returns
- Enumeration constant matching the integer value.
◆ swigValue()
Returns the integer value of the enumeration constant.
Used internally by SWIG generated code.
- Returns
- Integer value.
◆ toEnum()
Converts an integer value to the matching enumeration constant.
- Parameters
-
value | Integer value to convert to enumeration constant. |
- Returns
- Enumeration constant matching the integer value.