Oolite 1.91.0.7677-250528-09ed63a
All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Modules Pages
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 192 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)

References OOFileHandlingVerifierStage::dependents, dependents, OOTextureVerifierStage::nameForReverseDependencyForVerifier:, and OOOXPVerifierStage::verifier.

Referenced by OOCheckShipDataPListVerifierStage::dependents, and dependents.

Here is the call graph for this function:
Here is the caller graph for this function:

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