Up
Authors
- Manuel Guesdon (
mguesdon@orange-concept.com
)
-
Date: Generated at 2024-07-11 05:00:48 +0000
Copyright: (C) 2000-2002,2003,2004,2005,2006,2007,2010
- Declared in:
- EOControl/EONSAddOns.h
Description forthcoming.
Method summary
+ (BOOL)
diffOldArray: (
NSArray*)oldArray
newArray: (
NSArray*)newArray
returnsRemovedValues: (
NSArray**)removedValues
addedValues: (
NSArray**)addedValues;
Description forthcoming.
- (
NSArray*)
arrayByReplacingObject: (id)object1
withObject: (id)object2;
Description forthcoming.
- (
NSArray*)
arrayExcludingObject: (id)object;
Description forthcoming.
- (
NSArray*)
arrayExcludingObjectsInArray: (
NSArray*)array;
Description forthcoming.
- (BOOL)
containsIdenticalObjectsWithArray: (
NSArray*)array;
return YES
if the 2 arrays contains
exactly identical objects (compared by address)
(i.e. only the order may change), NO
otherwise
- (id)
firstObject;
Description forthcoming.
- (
NSArray*)
resultsOfPerformingSelector: (SEL)sel;
Description forthcoming.
- (
NSArray*)
resultsOfPerformingSelector: (SEL)sel
defaultResult: (id)defaultResult;
Description forthcoming.
- (
NSArray*)
resultsOfPerformingSelector: (SEL)sel
withObject: (id)obj1;
Description forthcoming.
- (
NSArray*)
resultsOfPerformingSelector: (SEL)sel
withObject: (id)obj1
defaultResult: (id)defaultResult;
Description forthcoming.
- (
NSArray*)
resultsOfPerformingSelector: (SEL)sel
withObject: (id)obj1
withObject: (id)obj2;
Description forthcoming.
- (
NSArray*)
resultsOfPerformingSelector: (SEL)sel
withObject: (id)obj1
withObject: (id)obj2
defaultResult: (id)defaultResult;
Description forthcoming.
- Declared in:
- EOControl/EONSAddOns.h
Description forthcoming.
Method summary
+ (
NSDictionary*)
dictionaryWithNullValuesForKeys: (
NSArray*)keys;
creates an new dictionary with EONull for the
keys
- (BOOL)
containsAnyNullObject;
return YES
if any EONull is into
receiver. otherwise return NO
.
- Declared in:
- EOControl/EONSAddOns.h
Description forthcoming.
Method summary
+ (
NSMutableDictionary*)
dictionaryWithDictionary: (
NSDictionary*)otherDictionary
keys: (
NSArray*)keys;
Creates an autoreleased mutable dictionary based on
otherDictionary but only with
keys from the keys array.
- (void)
overrideEntriesWithObjectsFromDictionary: (
NSDictionary*)dict
forKeys: (
NSArray*)keys;
Override self values with values from
dict for keys
- (void)
translateFromKeys: (
NSArray*)currentKeys
toKeys: (
NSArray*)newKeys;
replaces the current keys with the new ones
without changing the contents only keys from
currentKeys are left in the receiver.
- Declared in:
- EOControl/EONSAddOns.h
Description forthcoming.
Method summary
- Declared in:
- EOControl/EONSAddOns.h
Description forthcoming.
Method summary
- (
NSArray*)
resultsOfPerformingSelector: (SEL)sel
withEachObjectInArray: (
NSArray*)array;
Description forthcoming.
- (
NSArray*)
resultsOfPerformingSelector: (SEL)sel
withEachObjectInArray: (
NSArray*)array
defaultResult: (id)defaultResult;
Description forthcoming.
- Declared in:
- EOControl/EONSAddOns.h
Description forthcoming.
Method summary
- (id)
performSelector: (SEL)selector
withObject: (id)object1
withObject: (id)object2
withObject: (id)object3;
Causes the receiver to execute the method
implementation corresponding to
selector and returns the result.
The method must be one which takes three arguments and
returns an object.
Raises
NSInvalidArgumentException if
given a null selector.
Causes the
receiver to execute the method implementation
corresponding to aSelector and returns the
result.
The method must be one which takes
three arguments and returns an object.
Raises
NSInvalidArgumentException if
given a null selector.
- (id)
performSelector: (SEL)selector
withPointer: (void*)ptr;
Description forthcoming.
- Declared in:
- EOControl/EONSAddOns.h
Description forthcoming.
Method summary
- (
NSString*)
firstComponentFromRelationshipPath;
Description forthcoming.
- (
NSString*)
lastComponentFromRelationshipPath;
Description forthcoming.
- (
NSString*)
relationshipPathByDeletingFirstComponent;
Description forthcoming.
- (
NSString*)
relationshipPathByDeletingLastComponent;
Description forthcoming.
- (BOOL)
relationshipPathIsMultiHop;
Description forthcoming.
- Declared in:
- EOControl/EONSAddOns.h
Description forthcoming.
Method summary
- (
NSString*)
initialCapitalizedString;
Description forthcoming.
- Declared in:
- EOControl/EONSAddOns.h
Description forthcoming.
Method summary
- (long)
longValue;
Description forthcoming.
- (short)
shortValue;
Description forthcoming.
- (unsigned int)
unsignedIntValue;
Description forthcoming.
- (unsigned long long)
unsignedLongLongValue;
Description forthcoming.
- (unsigned long)
unsignedLongValue;
Description forthcoming.
- (unsigned short)
unsignedShortValue;
Description forthcoming.
- Declared in:
- EOControl/EONSAddOns.h
Description forthcoming.
Method summary
- (int)
parsedFirstVersionSubstring;
Description forthcoming.
- Declared in:
- EOControl/EONSAddOns.h
Description forthcoming.
Method summary
- (BOOL)
isYorYES;
Description forthcoming.
GDL2_BUFFER(ID, SIZE, TYPE)
This define is experimental. Expect it to be replaced.
void GDL2_Activate(Class sup, Class cls);
Description forthcoming.
BOOL GSUseStrictWO451Compatibility(NSString* key);
This define is experimental. Expect it to be replaced.
Up