#include <AttributeChecker.h>
This class is used to test story options for recomposition by IGlobalRecompose.
- See Also
- IGlobalRecompose
| virtual bool16 StoryOptionsChecker::operator() | ( | IStoryOptions * | storyOptions, | | | UID | story, | | | TextIndex | start, | | | int32 | length | | ) | | const |
| pure virtual |
- Parameters
| storyOptions | is the storyOptions for the story in question. |
| story | is the story being examined. |
| start | is the beginning position of the line in question. |
| length | is the length of the line. |
- Returns
- kTrue if the desired story should be damaged, kFalse to leave the story alone.