// // CLStringNumberValueTransformer.h // // Created by Alex Clarke on 15/01/05. // 2005 CocoaLab. All rights reserved. // //Converts NSStrings to NSNumbers. Reversible. #import <Cocoa/Cocoa.h> @interface CLStringNumberValueTransformer : NSValueTransformer { } + (Class)transformedValueClass; + (BOOL)allowsReverseTransformation; - (id)transformedValue:(id)value; @end @interface NGAStringToNumberValueTransformer : NSValueTransformer { } + (Class)transformedValueClass; + (BOOL)allowsReverseTransformation; - (id)transformedValue:(id)value; @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. |