Oolite 1.91.0.7644-241112-7f5034b
Loading...
Searching...
No Matches
OOTextureHandlingStage Class Reference

#include <OOTextureVerifierStage.h>

+ Inheritance diagram for OOTextureHandlingStage:
+ Collaboration diagram for OOTextureHandlingStage:

Instance Methods

(NSSet *) - dependents [implementation]
 
- Instance Methods inherited from OOFileHandlingVerifierStage
(NSSet *) - dependencies [implementation]
 
- Instance Methods inherited from OOOXPVerifierStage
(OOOXPVerifier *) - verifier
 
(BOOL) - completed
 
(NSString *) - name
 
(BOOL) - shouldRun
 
(void) - run
 
(id) - init [implementation]
 
(void) - dealloc [implementation]
 
(id) - description [implementation]
 
(void) - setVerifier: [implementation]
 
(BOOL) - isDependentOf: [implementation]
 
(void) - registerDependency: [implementation]
 
(void) - dependencyRegistrationComplete [implementation]
 
(BOOL) - canRun [implementation]
 
(void) - performRun [implementation]
 
(void) - noteSkipped [implementation]
 
(NSSet *) - resolvedDependencies [implementation]
 
(NSSet *) - resolvedDependents [implementation]
 
(void) - registerDepedent: [implementation]
 
(void) - dependencyCompleted: [implementation]
 

Detailed Description

Definition at line 53 of file OOTextureVerifierStage.h.

Method Documentation

◆ dependents

- (NSSet *) dependents
implementation

Reimplemented from OOFileHandlingVerifierStage.

Reimplemented in OOCheckShipDataPListVerifierStage.

Definition at line 34 of file OOTextureVerifierStage.m.

193{
194 NSMutableSet *result = [[super dependents] mutableCopy];
195 [result addObject:[OOTextureVerifierStage nameForReverseDependencyForVerifier:[self verifier]]];
196 return [result autorelease];
197}
NSString * nameForReverseDependencyForVerifier:(OOOXPVerifier *verifier)

The documentation for this class was generated from the following files: