MailboxUid Klassenreferenz

#import <MailboxUid.h>

Abgeleitet von NSObject.

Basisklasse für _RootlessMailboxUid.

Aufstellung aller Elemente


Öffentliche Methoden

(void) - dealloc
(id) - init
(id) - initWithAccount:
(id) - initWithName:attributes:forAccount:permanentTag:
(id) - uniqueId
(id) - displayName
(void) - setPendingNameChange:
(id) - name
(id) - displayNameUsingSpecialNames
(void) - setName:
(id) - permanentTag
(void) - setPermanentTag:
(unsigned int) - attributes
(void) - setAttributes:
(unsigned int) - unreadCount
(BOOL) - setUnreadCount:
(unsigned int) - nonDeletedCount
(id) - children
(BOOL) - hasChildren
(void) - invalidateCachedNumberOfGenericChildren
(unsigned int) - numberOfGenericChildren
(id) - childEnumerator
(id) - childEnumeratorIncludingHiddenChildren:
(id) - depthFirstEnumerator
(unsigned int) - numberOfChildren
(id) - childAtIndex:
(unsigned int) - indexOfChild:
(id) - childWithName:
(id) - childWithPermanentTag:
(id) - descendantWithPermanentTag:
(id) - mutableCopyOfChildren
(void) - _deleteChildrenWithURLsIfInvalid:fullPaths:
(BOOL) - setChildren:
(void) - sortChildren
(id) - parent
(void) - setParent:
(void) - flushCriteria
(void) - setRepresentedAccount:
(id) - representedAccount
(id) - account
(BOOL) - isValid
(void) - invalidate
(BOOL) - isContainer
(BOOL) - isStore
(BOOL) - isSpecialMailboxUid
(BOOL) - isOutgoingMailboxUid
(id) - accountRelativePath
(id) - fullPathNonNil
(id) - fullPath
(id) - realFullPath
(id) - tildeAbbreviatedPath
(id) - pathRelativeToMailbox:
(id) - URL
(id) - URLStringWithAccount:
(id) - oldURLString
(id) - URLString
(int) - compareWithMailboxUid:
(int) - indexToInsertChildMailboxUid:
(BOOL) - isDescendantOfMailbox:
(id) - description
(int) - type
(void) - setType:
(BOOL) - isVisible
(id) - _loadUserInfo
(id) - userInfoObjectForKey:
(void) - setUserInfoObject:forKey:
(BOOL) - userInfoBoolForKey:
(void) - setUserInfoBool:forKey:
(void) - saveUserInfo
(id) - userInfoDictionary
(void) - setUserInfoWithDictionary:
(id) - userInfo
(id) - ancestralAccount
(id) - criterion
(void) - setCriterion:
(id) - store
(id) - copyWithZone:
(BOOL) - isSelectable

Öffentliche, statische Methoden

(id) + specialNameForType:
(id) + specialMailboxUids

Geschützte Attribute

NSStringuniqueId
id _accountOrPathComponent
unsigned int _attributes
void * _tree
NSStringpendingNameChange
MessageCriterion_criterion
BOOL allCriteriaMustBeSatisfied
NSString_realFullPath
unsigned int _numberOfGenericChildren
NSString_permanentTag

Ausführliche Beschreibung

Definiert in Zeile 11 der Datei MailboxUid.h.


Dokumentation der Elementfunktionen

+ (id) specialNameForType: (int)  fp8  

+ (id) specialMailboxUids  

- (void) dealloc  

Implementiert NSObject.

- (id) init  

- (id) initWithAccount: (id)  fp8  

- (id) initWithName: (id)  fp8
attributes: (unsigned int)  fp12
forAccount: (id)  fp16
permanentTag: (id)  fp20 

- (id) uniqueId  

- (id) displayName  

Implementiert in _RootlessMailboxUid.

- (void) setPendingNameChange: (id)  fp8  

- (id) name  

- (id) displayNameUsingSpecialNames  

- (void) setName: (id)  fp8  

- (id) permanentTag  

- (void) setPermanentTag: (id)  fp8  

- (unsigned int) attributes  

- (void) setAttributes: (unsigned int)  fp8  

- (unsigned int) unreadCount  

- (BOOL) setUnreadCount: (unsigned int)  fp8  

- (unsigned int) nonDeletedCount  

- (id) children  

- (BOOL) hasChildren  

- (void) invalidateCachedNumberOfGenericChildren  

- (unsigned int) numberOfGenericChildren  

- (id) childEnumerator  

- (id) childEnumeratorIncludingHiddenChildren: (BOOL)  fp8  

- (id) depthFirstEnumerator  

- (unsigned int) numberOfChildren  

- (id) childAtIndex: (unsigned int)  fp8  

- (unsigned int) indexOfChild: (id)  fp8  

- (id) childWithName: (id)  fp8  

- (id) childWithPermanentTag: (id)  fp8  

- (id) descendantWithPermanentTag: (id)  fp8  

- (id) mutableCopyOfChildren  

- (void) _deleteChildrenWithURLsIfInvalid: (id)  fp8
fullPaths: (id)  fp12 

- (BOOL) setChildren: (id)  fp8  

- (void) sortChildren  

- (id) parent  

- (void) setParent: (id)  fp8  

- (void) flushCriteria  

- (void) setRepresentedAccount: (id)  fp8  

- (id) representedAccount  

- (id) account  

- (BOOL) isValid  

- (void) invalidate  

- (BOOL) isContainer  

- (BOOL) isStore  

- (BOOL) isSpecialMailboxUid  

- (BOOL) isOutgoingMailboxUid  

- (id) accountRelativePath  

- (id) fullPathNonNil  

- (id) fullPath  

Implementiert in _RootlessMailboxUid.

- (id) realFullPath  

- (id) tildeAbbreviatedPath  

Implementiert in _RootlessMailboxUid.

- (id) pathRelativeToMailbox: (id)  fp8  

- (id) URL  

- (id) URLStringWithAccount: (id)  fp8  

- (id) oldURLString  

- (id) URLString  

- (int) compareWithMailboxUid: (id)  fp8  

- (int) indexToInsertChildMailboxUid: (id)  fp8  

- (BOOL) isDescendantOfMailbox: (id)  fp8  

- (id) description  

- (int) type  

- (void) setType: (int)  fp8  

- (BOOL) isVisible  

- (id) _loadUserInfo  

- (id) userInfoObjectForKey: (id)  fp8  

- (void) setUserInfoObject: (id)  fp8
forKey: (id)  fp12 

- (BOOL) userInfoBoolForKey: (id)  fp8  

- (void) setUserInfoBool: (BOOL)  fp8
forKey: (id)  fp12 

- (void) saveUserInfo  

- (id) userInfoDictionary  

- (void) setUserInfoWithDictionary: (id)  fp8  

- (id) userInfo  

- (id) ancestralAccount  

- (id) criterion  

- (void) setCriterion: (id)  fp8  

- (id) store  

- (id) copyWithZone: (id)  fp8  

- (BOOL) isSelectable  


Dokumentation der Datenelemente

- (NSString*) uniqueId [protected]

Definiert in Zeile 13 der Datei MailboxUid.h.

- (id) _accountOrPathComponent [protected]

Definiert in Zeile 14 der Datei MailboxUid.h.

- (unsigned int) _attributes [protected]

Definiert in Zeile 15 der Datei MailboxUid.h.

- (void*) _tree [protected]

Definiert in Zeile 16 der Datei MailboxUid.h.

- (NSString*) pendingNameChange [protected]

Definiert in Zeile 17 der Datei MailboxUid.h.

- (MessageCriterion*) _criterion [protected]

Definiert in Zeile 18 der Datei MailboxUid.h.

- (BOOL) allCriteriaMustBeSatisfied [protected]

Definiert in Zeile 19 der Datei MailboxUid.h.

- (NSString*) _realFullPath [protected]

Definiert in Zeile 20 der Datei MailboxUid.h.

- (unsigned int) _numberOfGenericChildren [protected]

Definiert in Zeile 21 der Datei MailboxUid.h.

- (NSString*) _permanentTag [protected]

Definiert in Zeile 22 der Datei MailboxUid.h.


Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: