From 502b2764d93cd78796dbca410f6e07cee6b924b1 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Mon, 23 Apr 2012 15:17:02 +0000 Subject: [PATCH] Monotone-Parent: b2a750dba2c2bf3d145e44d412e5a647e552cf59 Monotone-Revision: 4db7d3fdd4a7987df1c5a8025f88b58228fa357c Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-04-23T15:17:02 Monotone-Branch: ca.inverse.sogo --- SOPE/NGCards/CardElement.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/SOPE/NGCards/CardElement.h b/SOPE/NGCards/CardElement.h index b15b2175d..7bccaa46f 100644 --- a/SOPE/NGCards/CardElement.h +++ b/SOPE/NGCards/CardElement.h @@ -106,17 +106,18 @@ - (void) addType: (NSString *) aType; +/* rendering */ - (NSArray *) orderOfAttributeKeys; - (NSArray *) orderOfValueKeys; - - (NSString *) versitString; - (CardGroup *) searchParentOfClass: (Class) parentClass; +/* conversion */ - (id) elementWithClass: (Class) elementClass; +/* copy */ - (void) setAttributesAsCopy: (NSMutableDictionary *) someAttributes; - - (NSMutableArray *) deepCopyOfArray: (NSArray *) oldArray withZone: (NSZone *) aZone; - (NSMutableDictionary *) deepCopyOfDictionary: (NSDictionary *) oldDictionary