#import <NSPort.h>
Abgeleitet von NSObject, < NSCopying > und < NSCoding >.
Öffentliche Methoden | |
| (id) | - initWithMachPort: |
| (void) | - invalidate |
| (BOOL) | - isValid |
| (unsigned int) | - machPort |
| (void) | - setDelegate: |
| (id) | - delegate |
| (unsigned int) | - reservedSpaceLength |
| (id) | - copyWithZone: |
| (id) | - replacementObjectForCoder: |
| (Class) | - classForPortCoder |
| (Class) | - classForCoder |
| (id) | - initWithCoder: |
| (id) | - replacementObjectForPortCoder: |
| (void) | - encodeWithCoder: |
| (BOOL) | - sendBeforeDate:components:from:reserved: |
| (BOOL) | - sendBeforeDate:msgid:components:from:reserved: |
| (void) | - scheduleInRunLoop:forMode: |
| (void) | - removeFromRunLoop:forMode: |
| (void) | - addConnection:toRunLoop:forMode: |
| (void) | - removeConnection:fromRunLoop:forMode: |
Öffentliche, statische Methoden | |
| (id) | + allocWithZone: |
| (id) | + port |
| (id) | + portWithMachPort: |
Definiert in Zeile 12 der Datei NSPort.h.
| + (id) allocWithZone: | (struct _NSZone *) | fp8 |
| + (id) port |
| + (id) portWithMachPort: | (unsigned int) | fp8 |
| - (id) initWithMachPort: | (unsigned int) | fp8 |
| - (void) invalidate |
| - (BOOL) isValid |
| - (unsigned int) machPort |
| - (void) setDelegate: | (id) | fp8 |
| - (id) delegate |
| - (unsigned int) reservedSpaceLength |
| - (id) copyWithZone: | (struct _NSZone *) | fp8 |
Erneute Implementation von < NSCopying >.
| - (id) replacementObjectForCoder: | (id) | fp8 |
| - (Class) classForPortCoder |
| - (Class) classForCoder |
| - (id) initWithCoder: | (id) | fp8 |
Erneute Implementation von < NSCoding >.
| - (id) replacementObjectForPortCoder: | (id) | fp8 |
| - (void) encodeWithCoder: | (id) | fp8 |
Erneute Implementation von < NSCoding >.
| - (BOOL) sendBeforeDate: | (id) | fp8 | ||
| components: | (id) | fp12 | ||
| from: | (id) | fp16 | ||
| reserved: | (unsigned int) | fp20 | ||
| - (BOOL) sendBeforeDate: | (id) | fp8 | ||
| msgid: | (unsigned int) | fp12 | ||
| components: | (id) | fp16 | ||
| from: | (id) | fp20 | ||
| reserved: | (unsigned int) | fp24 | ||
| - (void) scheduleInRunLoop: | (id) | fp8 | ||
| forMode: | (id) | fp12 | ||
| - (void) removeFromRunLoop: | (id) | fp8 | ||
| forMode: | (id) | fp12 | ||
| - (void) addConnection: | (id) | fp8 | ||
| toRunLoop: | (id) | fp12 | ||
| forMode: | (id) | fp16 | ||
| - (void) removeConnection: | (id) | fp8 | ||
| fromRunLoop: | (id) | fp12 | ||
| forMode: | (id) | fp16 | ||