Instance Method
applyToComponent(inAllLayers:sender:process:) applyToComponentInAllLayers:sender:process: applyToComponentInAllLayers_sender_process_
Declaration
func applyToComponent(inAllLayers forAll: Bool, sender: NSMenuItem?, process block: @escaping ApplyAllLayersComponentHandler)Declaration
- (void) applyToComponentInAllLayers:(BOOL) forAll sender:(NSMenuItem *) sender process:(ApplyAllLayersComponentHandler) block;Declaration
applyToComponentInAllLayers_sender_process_(forAll: bool, sender: NSMenuItem, block: ApplyAllLayersComponentHandler)