#include <processing.h>
Collaboration diagram for XePProcessingRule_s:
Public Attributes | |
char * | id |
The name of the rule. | |
XePProcessingCondition * | condition |
Pointer to a condition. | |
XePProcessingAction * | action |
Pointer to an action. | |
char * | condition_ref |
Reference to a condition. | |
char * | action_ref |
Reference to an action. | |
int | enabled |
Global "enabled" flag. |
|
Pointer to an action.
|
|
Reference to an action. Ignored if the action member is not NULL. |
|
Pointer to a condition.
|
|
Reference to a condition. Ignored if the condition member is not NULL. |
|
Global "enabled" flag.
|
|
The name of the rule.
|