Up

STSelector class documentation

Authors

Generated by Debian

Date: Generated at 2024-07-10 08:38:24 +0000

Software documentation for the STSelector class

STSelector : NSObject

Declared in:
StepTalk/STSelector.h
Description forthcoming.

Instance Variables

Method summary

initWithName: 

- (id) initWithName: (NSString*)aString;
Description forthcoming.

initWithSelector: 

- (id) initWithSelector: (SEL)aSel;
Description forthcoming.

selectorName 

- (NSString*) selectorName;
Description forthcoming.

selectorValue 

- (SEL) selectorValue;
Description forthcoming.



Instance Variables for STSelector Class

sel

@protected SEL sel;
Description forthcoming.

selectorName

@protected NSString* selectorName;
Description forthcoming.





Up