setEnabled abstract method
- bool enable
Sets whether or not the layer is enabled to be drawn.
enableTrueto enable the layer,falseto disable it.
Implementation
void setEnabled(bool enable);
Sets whether or not the layer is enabled to be drawn.
enable True to enable the layer, false to disable it.void setEnabled(bool enable);