/* * ENUM: SE_GRID_OVERLAP_OP_ENUM * * Describes how overlapping <Property Grids> should be interpreted */
| typedef | enum | |
| { | ||
| SE_DT_OP_BASE, | (notes) | |
| SE_DT_OP_REPLACE, | (notes) | |
| SE_DT_OP_MERGE, | (notes) | |
| SE_DT_OP_ADD, | (notes) | |
| SE_DT_OP_AVERAGE | (notes) |
Reserved for priority 0
Replace next lower priority in overlap
Merge op in overlap is table type dependent
Add values to next lower priority in overlap
Add and divide by twoPrev: SE_GRAPHIC_FORMAT_ENUM. Next: SE_HS_MULTIPLICITY_INTERPRETATION_ENUM. Up:Index