Instance Method
setToolFor(_:)setToolForClass:setToolForClass_
The activate a tool based on its class
Declaration
func setToolFor(_ aClass: AnyClass)Declaration
- (void) setToolForClass:(Class) aClass;Declaration
setToolForClass_(aClass: type)Parameters
aClassThe class of the tool that should be activated.