OpenSpace3D libs
OpenSpace 3D libraries for plugITs and OS3D developer
|
Public Member Functions | |
PLUG_sFile (S) | |
plugin definition file name | |
PLUG_sDir (S) | |
plugin directory | |
PLUG_channel (Chn) | |
plugin execution channel | |
PLUG_sName (S) | |
plugin name | |
PLUG_sDesc (S) | |
plugin description | |
PLUG_sDescLoc (S) | |
plugin description loc | |
PLUG_sHelp (S) | |
plugin help Url | |
PLUG_sKeywords (S) | |
plugin search keywords | |
PLUG_tColors ([I I]) | |
plugin colors | |
PLUG_lAction ([S r1]) | |
action list | |
PLUG_lEvent ([S r1]) | |
event list | |
PLUG_lDefAction ([S r1]) | |
action list | |
PLUG_lDefEvent ([S r1]) | |
event list | |
PLUG_cbAddInstance (fun[PInstance] I) | |
callback function for add new instance | |
PLUG_cbDelInstance (fun[PInstance] I) | |
callback function for deleted instance | |
PLUG_cbNewUser (fun[UserI] I) | |
new user connected | |
PLUG_cbDelUser (fun[UserI] I) | |
new user disconnected | |
PLUG_sFile | ( | S | ) |
plugin definition file name
PLUG_sDir | ( | S | ) |
plugin directory
PLUG_channel | ( | Chn | ) |
plugin execution channel
PLUG_sName | ( | S | ) |
plugin name
PLUG_sDesc | ( | S | ) |
plugin description
PLUG_sDescLoc | ( | S | ) |
plugin description loc
PLUG_sHelp | ( | S | ) |
plugin help Url
PLUG_sKeywords | ( | S | ) |
plugin search keywords
PLUG_tColors | ( | ) |
plugin colors
PLUG_lAction | ( | ) |
action list
PLUG_lEvent | ( | ) |
event list
PLUG_lDefAction | ( | ) |
action list
PLUG_lDefEvent | ( | ) |
event list
PLUG_cbAddInstance | ( | fun | I[PInstance] | ) |
callback function for add new instance
PLUG_cbDelInstance | ( | fun | I[PInstance] | ) |
callback function for deleted instance
PLUG_cbNewUser | ( | fun | I[UserI] | ) |
new user connected
PLUG_cbDelUser | ( | fun | I[UserI] | ) |
new user disconnected