Determines the type of a separator in an ActionTriggerContainer. More...
| Variables | |
| const short | LINE = 0 | 
| a separator is inserted as a line. | |
| const short | SPACE = 1 | 
| a separator is inserted as a space. | |
| const short | LINEBREAK = 2 | 
| a line break is inserted. | |
Determines the type of a separator in an ActionTriggerContainer.
| const short LINE = 0 | 
a separator is inserted as a line.
| const short LINEBREAK = 2 | 
a line break is inserted.
| const short SPACE = 1 | 
a separator is inserted as a space.