Scribus
Open source desktop publishing at your fingertips
control_actions.h
1 /*
2  * control_actions.h
3  *
4  *
5  * Created by Andreas Vox on 02.06.06.
6  * Copyright 2006 under GPL2. All rights reserved.
7  *
8  */
9 
10 
11 #ifndef CONTROL_ACTIONS_H
12 #define CONTROL_ACTIONS_H
13 
14 /*****
15 
16  Defines the following actions:
17 
18  Error( msg ) - -> -
19  Fail( msg ) - -> -
20  Subset<D>( RuleSet ) - -> -
21  Trigger( name bool ) - -> -
22  OnlyIf( name, action) - -> -
23  OnlyIfNot( name, action ) - -> -
24  Pop() X -> -
25 
26 *****/
27 
28 #endif