setEnable method

void setEnable(
  1. bool flag
)

Implementation

void setEnable(bool flag) {
  _enabled = flag;
}