bool selGraph( int index ){ if( (index < 0) || (index >= _infoNum) ){ return false; } _curIndex = index; return true; }