Instance Method
applyToPaths(inAllLayers:sender:process:) applyToPathsInAllLayers:sender:process: applyToPathsInAllLayers_sender_process_
Declaration
func applyToPaths(inAllLayers forAll: Bool, sender: NSMenuItem?, process block: @escaping ApplyAllLayersPathHandler)Declaration
- (void) applyToPathsInAllLayers:(BOOL) forAll sender:(NSMenuItem *) sender process:(ApplyAllLayersPathHandler) block;Declaration
applyToPathsInAllLayers_sender_process_(forAll: bool, sender: NSMenuItem, block: ApplyAllLayersPathHandler)