Enumerations | |
enum | OverlapResult { InvalidSelection = 0, NoOverlap = 1, PartialOverlap = 2, ExactMatch = 3 } |
Definition at line 34 of file EventSelector.h.
00034 {InvalidSelection = 0, 00035 NoOverlap = 1, 00036 PartialOverlap = 2, 00037 ExactMatch = 3};