Oolite 1.91.0.7644-241112-7f5034b
Loading...
Searching...
No Matches
OOGraphicsResetManager(Singleton) Category Reference

Instance Methods

(id) - copyWithZone: [implementation]
 
(id) - retain [implementation]
 
(NSUInteger) - retainCount [implementation]
 
(void) - release [implementation]
 
(id) - autorelease [implementation]
 

Class Methods

(id) + allocWithZone: [implementation]
 

Detailed Description

Definition at line 102 of file OOGraphicsResetManager.m.

Method Documentation

◆ allocWithZone:

+ (id) allocWithZone: (NSZone *) inZone
implementation

Extends class OOGraphicsResetManager.

Definition at line 33 of file OOGraphicsResetManager.m.

111 :(NSZone *)inZone
112{
113 if (sSingleton == nil)
114 {
115 sSingleton = [super allocWithZone:inZone];
116 return sSingleton;
117 }
118 return nil;
119}
static OODebugMonitor * sSingleton
return nil

References nil, and sSingleton.

◆ autorelease

- (id) autorelease
implementation

Extends class OOGraphicsResetManager.

Definition at line 33 of file OOGraphicsResetManager.m.

145{
146 return self;
147}

◆ copyWithZone:

- (id) copyWithZone: (NSZone *) inZone
implementation

Extends class OOGraphicsResetManager.

Definition at line 33 of file OOGraphicsResetManager.m.

122 :(NSZone *)inZone
123{
124 return self;
125}

◆ release

- (void) release
implementation

Extends class OOGraphicsResetManager.

Definition at line 33 of file OOGraphicsResetManager.m.

141{}

◆ retain

- (id) retain
implementation

Extends class OOGraphicsResetManager.

Definition at line 33 of file OOGraphicsResetManager.m.

129{
130 return self;
131}

◆ retainCount

- (NSUInteger) retainCount
implementation

Extends class OOGraphicsResetManager.

Definition at line 33 of file OOGraphicsResetManager.m.

135{
136 return UINT_MAX;
137}

The documentation for this category was generated from the following file: