newspeoplefor developersdocumentationdownloads

nApplication Script Interface

napplication:

Super Class:

C++ Class:

Info

Main class of the Nebula2 simple application framework.

Commands:


setcompanyname

Command Input:
s(CompanyName)
Command Output:
v
Command Description:
Set the company name. This will be used together with the application name to identify the application in various places of the system (for instance the Windows registry, etc...).

getcompanyname

Command Input:
v
Command Output:
s(CompanyName)
Command Description:
Get the company name.

setappname

Command Input:
s(AppName)
Command Output:
v
Command Description:
Set the application name. This will be used together with the company name to identify the application in various places of the system (for instance the Windows registry, etc...).

getappname

Command Input:
v
Command Output:
s(AppName)
Command Description:
Get the application name.

getcurrentstate

Command Input:
v
Command Output:
s
Command Description:
Retrieve name of the current state.
04-Oct-04 kims created


setstate

Command Input:
s
Command Output:
v
Command Description:
Specify the state with given string of the state name.
04-Oct-04 kims created


Copyright © 1999-2005 by the contributing authors. Ideas, requests, problems: Send feedback.