Up
Authors
- Stefan Urbanek (
stefanurbanek@yahoo.fr
)
-
Date: Generated at 2024-07-10 08:38:24 +0000
Copyright: (C) 2002 Stefan Urbanek
- Declared in:
- StepTalk/STFileScript.h
Description forthcoming.
Instance Variables
Method summary
+ (id)
scriptWithFile: (
NSString*)file;
Description forthcoming.
- (
NSString*)
fileName;
Return file name of the receiver.
- (id)
initWithFile: (
NSString*)aFile;
Create a new script from file aFile>.
Script information will be read from 'aFile.stinfo'
file containing a dictionary property list.
- (
NSString*)
localizedName;
Returns localized name of the receiver script.
- (
NSString*)
scriptDescription;
Returns localized description of the script.
- (
NSString*)
scriptName;
Returns a script name by which the script is
identified
Instance Variables for STFileScript Class
@protected NSString* description;
Description forthcoming.
@protected NSString* fileName;
Description forthcoming.
@protected NSString* localizedName;
Description forthcoming.
@protected NSString* menuKey;
Description forthcoming.
Up