- [Main Page](index.md)
- [Classes](annotated.md)
- [Files](files.md)
- [Directories](dirs.md)
- [Related Pages](pages.md)
- [Class List](annotated.md)
- [Alphabetical List](classes.md)
- [Class Hierarchy](hierarchy.md)
- [Class Members](functions.md)
TimeLineSelection Class Reference¶
#include <TimeRang.h>
Collaboration diagram for TimeLineSelection:
Collaboration graph
[legend]
| Public Member Functions | |
| TimeLineSelection () | |
| TimeLineSelection (const TimeLineSelection &other) | |
| TimeLineSelection (Time start, Time end) | |
| void | Clear () | 
| void | operator+= (const TimeLineSelection &other) | 
| void | operator+= (int line) | 
| void | operator= (const TimeLineSelection &other) | 
| BOOL | IsInSelection (int line) | 
| Public Attributes | |
| TimeRange | m_timerange | 
| CArray< int, int > | m_linearray |