Up

GSWeb: Class GSWImageButton

Authors

Manuel Guesdon (mguesdon@orange-concept.com)

Version: 1.4

Date: 2004/03/01 16:46:26

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


Contents -

  1. Software documentation for the GSWImageButton class
  2. Software documentation for the GSWImageButton(GSWImageButtonA) category
  3. Software documentation for the GSWImageButton(GSWImageButtonB) category
  4. Software documentation for the GSWImageButton(GSWImageButtonC) category

Software documentation for the GSWImageButton class

GSWImageButton : GSWInput

Declared in:
Foundation/GSWImageButton.h
Standards:

Description forthcoming.


Instance Variables

Method summary

description 

- (NSString*) description;

Description forthcoming.


elementName 

- (NSString*) elementName;

Description forthcoming.


initWithName: associations: contentElements: 

- (id) initWithName: (NSString*)name associations: (NSDictionary*)associations contentElements: (NSArray*)elements;

Description forthcoming.




Instance Variables for GSWImageButton Class

_action

@protected GSWAssociation* _action;

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.


_actionClass

@protected GSWAssociation* _actionClass;

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.


_cidKey

@protected GSWAssociation* _cidKey;

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.


_cidStore

@protected GSWAssociation* _cidStore;

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.


_data

@protected GSWAssociation* _data;

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.


_directActionName

@protected GSWAssociation* _directActionName;

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.


_filename

@protected GSWAssociation* _filename;

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.


_framework

@protected GSWAssociation* _framework;

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.


_imageMapFileName

@protected GSWAssociation* _imageMapFileName;

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.


_imageMapRegions

@protected GSWAssociation* _imageMapRegions;

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.


_imageMapString

@protected GSWAssociation* _imageMapString;

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.


_key

@protected GSWAssociation* _key;

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.


_mimeType

@protected GSWAssociation* _mimeType;

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.


_src

@protected GSWAssociation* _src;

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.


_xAssoc

@protected GSWAssociation* _xAssoc;

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.


_yAssoc

@protected GSWAssociation* _yAssoc;

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 GSWImageButton(GSWImageButtonA) category

GSWImageButton(GSWImageButtonA)

Declared in:
Foundation/GSWImageButton.h
Standards:

Description forthcoming.

Method summary

hitTestX: y: inRegions: 

- (GSWAssociation*) hitTestX: (int)x y: (int)y inRegions: (NSArray*)regions;

Description forthcoming.


Software documentation for the GSWImageButton(GSWImageButtonB) category

GSWImageButton(GSWImageButtonB)

Declared in:
Foundation/GSWImageButton.h
Standards:

Description forthcoming.

Method summary

_appendDirectActionToResponse: inContext: 

- (void) _appendDirectActionToResponse: (GSWResponse*)response inContext: (GSWContext*)context;

Warning the underscore at the start of the name of this method indicates that it is private, for internal use only, and you should not use the method in your code.


_imageURLInContext: 

- (id) _imageURLInContext: (GSWContext*)context;

Warning the underscore at the start of the name of this method indicates that it is private, for internal use only, and you should not use the method in your code.


appendGSWebObjectsAssociationsToResponse: inContext: 

- (void) appendGSWebObjectsAssociationsToResponse: (GSWResponse*)response inContext: (GSWContext*)context;

Description forthcoming.


appendToResponse: inContext: 

- (void) appendToResponse: (GSWResponse*)response inContext: (GSWContext*)context;

Description forthcoming.


frameworkNameInContext: 

- (NSString*) frameworkNameInContext: (GSWContext*)context;

Description forthcoming.


invokeActionForRequest: inContext: 

- (GSWElement*) invokeActionForRequest: (GSWRequest*)request inContext: (GSWContext*)context;

Description forthcoming.


takeValuesFromRequest: inContext: 

- (void) takeValuesFromRequest: (GSWRequest*)request inContext: (GSWContext*)context;

Description forthcoming.


Software documentation for the GSWImageButton(GSWImageButtonC) category

GSWImageButton(GSWImageButtonC)

Declared in:
Foundation/GSWImageButton.h
Standards:

Description forthcoming.

Method summary

appendStringAtLeft: withMapping: 

- (BOOL) appendStringAtLeft: (id)unkwnon withMapping: (char*)mapping;

Description forthcoming.


appendStringAtRight: withMapping: 

- (BOOL) appendStringAtRight: (id)unkwnon withMapping: (char*)mapping;

Description forthcoming.



Up