setStart method

void setStart(
  1. double start
)

Implementation

void setStart( double start ){
	_info[_curIndex]._start = start;
}