// // NGAValuePropagator.h // // Created by Michael Bishop on 11/3/11. // Copyright (c) 2011 Numerical Garden LLC. All rights reserved. // #import <Foundation/Foundation.h> @interface NSObject (NGASimpleBinding) -(BOOL)addPropagationOfValueForKeyPath:(NSString*)keyPath intoTargetObject:(id)target keyPath:(NSString*)targetKeyPath; -(BOOL)removePropagationOfValueForKeyPath:(NSString*)keyPath intoTargetObject:(id)target keyPath:(NSString*)targetKeyPath; -(BOOL)addSynchronizationOfValueForKeyPath:(NSString*)keyPath withTargetObject:(id)target keyPath:(NSString*)targetKeyPath; -(BOOL)removeSynchronizationOfValueForKeyPath:(NSString*)keyPath withTargetObject:(id)target keyPath:(NSString*)targetKeyPath; @end
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 8331 | Matt Attaway |
Adding initial version of MacMenu for Perforce MacMenu is a helpful Perforce client that sits in your toolbar. It allows you to run standard Perforce operations on the document that is open the currently active editor/viewer. |