#import <PDCommentAuthor.h>
Abgeleitet von NSObject.
Öffentliche Methoden | |
| (id) | - init |
| (void) | - dealloc |
| (unsigned int) | - id |
| (void) | - setId: |
| (id) | - name |
| (void) | - setName: |
| (id) | - initials |
| (void) | - setInitials: |
| (unsigned int) | - colorIndex |
| (void) | - setColorIndex: |
Geschützte Attribute | |
| unsigned int | mId |
| NSString * | mName |
| NSString * | mInitials |
| unsigned int | mColorIndex |
Definiert in Zeile 11 der Datei PDCommentAuthor.h.
| - (id) init |
| - (void) dealloc |
Implementiert NSObject.
| - (unsigned int) id |
| - (void) setId: | (unsigned int) | fp8 |
| - (id) name |
| - (void) setName: | (id) | fp8 |
| - (id) initials |
| - (void) setInitials: | (id) | fp8 |
| - (unsigned int) colorIndex |
| - (void) setColorIndex: | (unsigned int) | fp8 |
- (unsigned int) mId [protected] |
Definiert in Zeile 13 der Datei PDCommentAuthor.h.
Definiert in Zeile 14 der Datei PDCommentAuthor.h.
Definiert in Zeile 15 der Datei PDCommentAuthor.h.
- (unsigned int) mColorIndex [protected] |
Definiert in Zeile 16 der Datei PDCommentAuthor.h.