home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / plugins / postproc / lightspr / r3lsprmd.js < prev   
Encoding:
Text File  |  2005-04-04  |  2.6 KB  |  99 lines

  1.  
  2. // This JavaScript file was autogenerated from inc/plugins/postproc/lightspr/r3lsprmd.h
  3. // Do not modify by hand
  4. // Copyrights 2001, Realsoft Graphics, Finland
  5.  
  6. include("real/code/r3postim.js")
  7. var R3CLID_LSPRMODEL = 1547;
  8.  
  9. R3LSPRMDM_ = 1547000;
  10.  
  11. function _R3LSPRMDM_() {
  12.   return this.r3Do(R3LSPRMDM_, arguments);
  13. }
  14.  
  15. R3LSPRMDA_Size = 1547500;
  16. function SetR3LSPRMDA_Size(value) {
  17.   this.r3Set(R3LSPRMDA_Size, value);
  18. }
  19.  
  20. function GetR3LSPRMDA_Size() {
  21.   var value = 0;
  22.   return this.r3Get(R3LSPRMDA_Size, value); // R3FLOAT *
  23. }
  24.  
  25. R3LSPRMDA_Brightness = 1547501;
  26. function SetR3LSPRMDA_Brightness(value) {
  27.   this.r3Set(R3LSPRMDA_Brightness, value);
  28. }
  29.  
  30. function GetR3LSPRMDA_Brightness() {
  31.   var value = 0;
  32.   return this.r3Get(R3LSPRMDA_Brightness, value); // R3FLOAT *
  33. }
  34.  
  35. R3LSPRMDA_Channel = 1547502;
  36. function SetR3LSPRMDA_Channel(value) {
  37.   this.r3Set(R3LSPRMDA_Channel, value);
  38. }
  39.  
  40. function GetR3LSPRMDA_Channel() {
  41.   var value = 0;
  42.   return this.r3Get(R3LSPRMDA_Channel, value); // char **
  43. }
  44.  
  45. R3LSPRMDA_TriggerChanne = 1547503;
  46. function SetR3LSPRMDA_TriggerChanne(value) {
  47.   this.r3Set(R3LSPRMDA_TriggerChannel, value);
  48. }
  49.  
  50. function GetR3LSPRMDA_TriggerChanne() {
  51.   var value = 0;
  52.   return this.r3Get(R3LSPRMDA_TriggerChannel, value); // char **
  53. }
  54.  
  55. R3LSPRMDA_TriggerLevel = 1547504;
  56. function SetR3LSPRMDA_TriggerLevel(value) {
  57.   this.r3Set(R3LSPRMDA_TriggerLevel, value);
  58. }
  59.  
  60. function GetR3LSPRMDA_TriggerLevel() {
  61.   var value = 0;
  62.   return this.r3Get(R3LSPRMDA_TriggerLevel, value); // R3FLOAT *
  63. }
  64.  
  65. R3LSPRMDA_Accuracy = 1547505;
  66. function SetR3LSPRMDA_Accuracy(value) {
  67.   this.r3Set(R3LSPRMDA_Accuracy, value);
  68. }
  69.  
  70. function GetR3LSPRMDA_Accuracy() {
  71.   var value = 0;
  72.   return this.r3Get(R3LSPRMDA_Accuracy, value); // R3FLOAT *
  73. }
  74.  
  75. function r3Lsprmodel () { 
  76.    this.base = r3God;
  77.    if(arguments.length) {
  78.       this.base(R3CLID_LSPRMODEL, arguments);
  79.    }
  80.    // Methods
  81.    this.=_R3LSPRMDM_;
  82.  
  83.    // Attributes
  84.    this.GetSize=GetR3LSPRMDA_Size;
  85.    this.SetSize=SetR3LSPRMDA_Size;
  86.    this.GetBrightness=GetR3LSPRMDA_Brightness;
  87.    this.SetBrightness=SetR3LSPRMDA_Brightness;
  88.    this.GetChannel=GetR3LSPRMDA_Channel;
  89.    this.SetChannel=SetR3LSPRMDA_Channel;
  90.    this.GetTriggerChanne=GetR3LSPRMDA_TriggerChanne;
  91.    this.SetTriggerChanne=SetR3LSPRMDA_TriggerChanne;
  92.    this.GetTriggerLevel=GetR3LSPRMDA_TriggerLevel;
  93.    this.SetTriggerLevel=SetR3LSPRMDA_TriggerLevel;
  94.    this.GetAccuracy=GetR3LSPRMDA_Accuracy;
  95.    this.SetAccuracy=SetR3LSPRMDA_Accuracy;
  96. }
  97.  
  98. r3Lsprmodel.prototype=new r3Postimageeffectmodel;
  99. // inc/plugins/postproc/lightspr/r3lsprmd.h_H