setEnableCommand method

void setEnableCommand(
  1. bool flag
)

Implementation

void setEnableCommand( bool flag ){
	_enableCommand = flag;
}