Up

GSWeb: Class GSWRequest

Authors

Manuel Guesdon (mguesdon@orange-concept.com)

Version: 1.4

Date: 2003/03/21 14:32:54

Copyright: (C) 1999-2003 Free Software Foundation, Inc.


Contents -

  1. Software documentation for the GSWArcRegion class
  2. Software documentation for the GSWCircularRegion class
  3. Software documentation for the GSWEllipseRegion class
  4. Software documentation for the GSWGeometricRegion class
  5. Software documentation for the GSWPolygonRegion class
  6. Software documentation for the GSWRectangularRegion class

Software documentation for the GSWArcRegion class

GSWArcRegion : GSWGeometricRegion

Declared in:
Foundation/GSWGeometricRegion.h
Standards:

Description forthcoming.


Instance Variables

Method summary

arcRegionWithShape: center: size: start: stop: userDefinedString: userDefinedValue: 

+ (id) arcRegionWithShape: (NSString*)shape center: (NSPoint)center size: (NSSize)size start: (int)start stop: (int)stop userDefinedString: (NSString*)userDefinedString userDefinedValue: (id)userDefinedValue;

Description forthcoming.


copyWithZone: 

- (id) copyWithZone: (NSZone*)zone;

Description forthcoming.


description 

- (NSString*) description;

Description forthcoming.


hitTestX: y: 

- (BOOL) hitTestX: (int)x y: (int)y;

Description forthcoming.


initWithShape: center: size: start: stop: userDefinedString: 

- (id) initWithShape: (NSString*)shape center: (NSPoint)center size: (NSSize)size start: (int)start stop: (int)stop userDefinedString: (NSString*)userDefinedString;

Description forthcoming.


initWithShape: center: size: start: stop: userDefinedString: userDefinedValue: 

- (id) initWithShape: (NSString*)shape center: (NSPoint)center size: (NSSize)size start: (int)start stop: (int)stop userDefinedString: (NSString*)userDefinedString userDefinedValue: (id)userDefinedValue;

Description forthcoming.


initWithShape: coordinates: userDefinedString: 

- (id) initWithShape: (NSString*)shape coordinates: (NSArray*)coords userDefinedString: (NSString*)userDefinedString;

Description forthcoming.


initWithShape: coordinates: userDefinedString: userDefinedValue: 

- (id) initWithShape: (NSString*)shape coordinates: (NSArray*)coords userDefinedString: (NSString*)userDefinedString userDefinedValue: (id)userDefinedValue;

Description forthcoming.




Instance Variables for GSWArcRegion Class

_center

@protected NSPoint _center;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_size

@protected NSSize _size;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_start

@protected int _start;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_stop

@protected int _stop;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.





Software documentation for the GSWCircularRegion class

GSWCircularRegion : GSWEllipseRegion

Declared in:
Foundation/GSWGeometricRegion.h
Standards:

Description forthcoming.

Method summary

circularRegionWithShape: center: diameter: userDefinedString: userDefinedValue: 

+ (id) circularRegionWithShape: (NSString*)shape center: (NSPoint)center diameter: (int)diameter userDefinedString: (NSString*)userDefinedString userDefinedValue: (id)userDefinedValue;

Description forthcoming.


description 

- (NSString*) description;

Description forthcoming.


initWithShape: center: diameter: userDefinedString: 

- (id) initWithShape: (NSString*)shape center: (NSPoint)center diameter: (int)diameter userDefinedString: (NSString*)userDefinedString;

Description forthcoming.


initWithShape: center: diameter: userDefinedString: userDefinedValue: 

- (id) initWithShape: (NSString*)shape center: (NSPoint)center diameter: (int)diameter userDefinedString: (NSString*)userDefinedString userDefinedValue: (id)userDefinedValue;

Description forthcoming.


initWithShape: coordinates: userDefinedString: 

- (id) initWithShape: (NSString*)shape coordinates: (NSArray*)coords userDefinedString: (NSString*)userDefinedString;

Description forthcoming.


initWithShape: coordinates: userDefinedString: userDefinedValue: 

- (id) initWithShape: (NSString*)shape coordinates: (NSArray*)coords userDefinedString: (NSString*)userDefinedString userDefinedValue: (id)userDefinedValue;

Description forthcoming.


Software documentation for the GSWEllipseRegion class

GSWEllipseRegion : GSWArcRegion

Declared in:
Foundation/GSWGeometricRegion.h
Standards:

Description forthcoming.

Method summary

ellipseRegionWithShape: center: size: userDefinedString: userDefinedValue: 

+ (id) ellipseRegionWithShape: (NSString*)shape center: (NSPoint)center size: (NSSize)size userDefinedString: (NSString*)userDefinedString userDefinedValue: (id)userDefinedValue;

Description forthcoming.


description 

- (NSString*) description;

Description forthcoming.


initWithShape: center: size: userDefinedString: 

- (id) initWithShape: (NSString*)shape center: (NSPoint)center size: (NSSize)size userDefinedString: (NSString*)userDefinedString;

Description forthcoming.


initWithShape: center: size: userDefinedString: userDefinedValue: 

- (id) initWithShape: (NSString*)shape center: (NSPoint)center size: (NSSize)size userDefinedString: (NSString*)userDefinedString userDefinedValue: (id)userDefinedValue;

Description forthcoming.


initWithShape: coordinates: userDefinedString: 

- (id) initWithShape: (NSString*)shape coordinates: (NSArray*)coords userDefinedString: (NSString*)userDefinedString;

Description forthcoming.


initWithShape: coordinates: userDefinedString: userDefinedValue: 

- (id) initWithShape: (NSString*)shape coordinates: (NSArray*)coords userDefinedString: (NSString*)userDefinedString userDefinedValue: (id)userDefinedValue;

Description forthcoming.


Software documentation for the GSWGeometricRegion class

GSWGeometricRegion : NSObject

Declared in:
Foundation/GSWGeometricRegion.h
Conforms to:
NSCopying
Standards:

Description forthcoming.


Instance Variables

Method summary

geometricRegionsWithString: 

+ (NSArray*) geometricRegionsWithString: (NSString*)string;

Description forthcoming.


hitTestX: y: inRegions: 

+ (GSWGeometricRegion*) hitTestX: (int)x y: (int)y inRegions: (NSArray*)regions;

Description forthcoming.


regionWithShape: coordinates: userDefinedString: 

+ (GSWGeometricRegion*) regionWithShape: (NSString*)shape coordinates: (NSArray*)coords userDefinedString: (NSString*)userDefinedString;

Description forthcoming.


regionWithShape: coordinates: userDefinedString: userDefinedValue: 

+ (GSWGeometricRegion*) regionWithShape: (NSString*)shape coordinates: (NSArray*)coords userDefinedString: (NSString*)userDefinedString userDefinedValue: (id)userDefinedValue;

Description forthcoming.


copyWithZone: 

- (id) copyWithZone: (NSZone*)zone;

Description forthcoming.


dealloc 

- (void) dealloc;

Description forthcoming.


description 

- (NSString*) description;

Description forthcoming.


hitTest: 

- (BOOL) hitTest: (NSPoint*)point;

Description forthcoming.


hitTestX: y: 

- (BOOL) hitTestX: (int)x y: (int)y;

Description forthcoming.


initWithShape: coordinates: userDefinedString: 

- (id) initWithShape: (NSString*)shape coordinates: (NSArray*)coords userDefinedString: (NSString*)userDefinedString;

Description forthcoming.


initWithShape: coordinates: userDefinedString: userDefinedValue: 

- (id) initWithShape: (NSString*)shape coordinates: (NSArray*)coords userDefinedString: (NSString*)userDefinedString userDefinedValue: (id)userDefinedValue;

Description forthcoming.


userDefinedString 

- (NSString*) userDefinedString;

Description forthcoming.


userDefinedValue 

- (id) userDefinedValue;

Description forthcoming.




Instance Variables for GSWGeometricRegion Class

_userDefinedString

@protected NSString* _userDefinedString;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_userDefinedValue

@protected id _userDefinedValue;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.





Software documentation for the GSWPolygonRegion class

GSWPolygonRegion : GSWGeometricRegion

Declared in:
Foundation/GSWGeometricRegion.h
Standards:

Description forthcoming.


Instance Variables

Method summary

polygonRegionWithShape: coordinates: userDefinedString: userDefinedValue: 

+ (id) polygonRegionWithShape: (NSString*)shape coordinates: (NSArray*)coords userDefinedString: (NSString*)userDefinedString userDefinedValue: (id)userDefinedValue;

Description forthcoming.


description 

- (NSString*) description;

Description forthcoming.


hitTestX: y: 

- (BOOL) hitTestX: (int)x y: (int)y;

Description forthcoming.


initWithShape: coordinates: userDefinedString: 

- (id) initWithShape: (NSString*)shape coordinates: (NSArray*)coords userDefinedString: (NSString*)userDefinedString;

Description forthcoming.


initWithShape: coordinates: userDefinedString: userDefinedValue: 

- (id) initWithShape: (NSString*)shape coordinates: (NSArray*)coords userDefinedString: (NSString*)userDefinedString userDefinedValue: (id)userDefinedValue;

Description forthcoming.




Instance Variables for GSWPolygonRegion Class

_points

@protected NSArray* _points;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.





Software documentation for the GSWRectangularRegion class

GSWRectangularRegion : GSWGeometricRegion

Declared in:
Foundation/GSWGeometricRegion.h
Standards:

Description forthcoming.


Instance Variables

Method summary

rectangularRegionWithShape: rect: userDefinedString: userDefinedValue: 

+ (id) rectangularRegionWithShape: (NSString*)shape rect: (NSRect)rect userDefinedString: (NSString*)userDefinedString userDefinedValue: (id)userDefinedValue;

Description forthcoming.


description 

- (NSString*) description;

Description forthcoming.


hitTestX: y: 

- (BOOL) hitTestX: (int)x y: (int)y;

Description forthcoming.


initWithShape: coordinates: userDefinedString: 

- (id) initWithShape: (NSString*)shape coordinates: (NSArray*)coords userDefinedString: (NSString*)userDefinedString;

Description forthcoming.


initWithShape: coordinates: userDefinedString: userDefinedValue: 

- (id) initWithShape: (NSString*)shape coordinates: (NSArray*)coords userDefinedString: (NSString*)userDefinedString userDefinedValue: (id)userDefinedValue;

Description forthcoming.


initWithShape: rect: userDefinedString: 

- (id) initWithShape: (NSString*)shape rect: (NSRect)rect userDefinedString: (NSString*)userDefinedString;

Description forthcoming.


initWithShape: rect: userDefinedString: userDefinedValue: 

- (id) initWithShape: (NSString*)shape rect: (NSRect)rect userDefinedString: (NSString*)userDefinedString userDefinedValue: (id)userDefinedValue;

Description forthcoming.




Instance Variables for GSWRectangularRegion Class

_rect

@protected NSRect _rect;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.






Up