Oolite 1.91.0.7668-250429-8542c40
All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Modules Pages
OONSOperationProto Class Reference

#include <OONSOperation.h>

Instance Methods

(void) - start
 
(void) - main
 
(BOOL) - isCancelled
 
(void) - cancel
 
(BOOL) - isExecuting
 
(BOOL) - isFinished
 
(BOOL) - isConcurrent
 
(BOOL) - isReady
 
(void) - addDependency:
 
(void) - removeDependency:
 
(NSArray *) - dependencies
 
(NSInteger) - queuePriority
 
(void) - setQueuePriority:
 

Detailed Description

Definition at line 102 of file OONSOperation.h.

Method Documentation

◆ addDependency:

- (void) addDependency: (NSOperation *) op

◆ cancel

- (void) cancel

References cancel.

Referenced by cancel.

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

◆ dependencies

- (NSArray *) dependencies

References dependencies.

Referenced by dependencies.

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

◆ isCancelled

- (BOOL) isCancelled

References isCancelled.

Referenced by isCancelled.

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

◆ isConcurrent

- (BOOL) isConcurrent

References isConcurrent.

Referenced by isConcurrent.

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

◆ isExecuting

- (BOOL) isExecuting

References isExecuting.

Referenced by isExecuting.

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

◆ isFinished

- (BOOL) isFinished

References isFinished.

Referenced by isFinished.

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

◆ isReady

- (BOOL) isReady

References isReady.

Referenced by isReady.

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

◆ main

- (void) main

References main.

Referenced by main.

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

◆ queuePriority

- (NSInteger) queuePriority

References queuePriority.

Referenced by queuePriority.

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

◆ removeDependency:

- (void) removeDependency: (NSOperation *) op

◆ setQueuePriority:

- (void) setQueuePriority: (NSInteger) p

◆ start

- (void) start

References start.

Referenced by start.

+ 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 file: