home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3rememb.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_REMEMBER_H = 1;
- include("oops/r3root.js")
-
-
- var R3CLID_REMEMBER = 300;
-
-
-
-
-
-
-
- R3REMA_Avail = 300500;
- function GetR3REMA_Avail() {
- return R3Get(this.r3obj, R3REMA_Avail, R3TID_INTEGER, 0);
- }
-
- R3REMA_Size = 300501;
- function SetR3REMA_Size(value) {
- R3Set(this.r3obj, R3REMA_Size, value, R3TID_INTEGER, 0);
- }
-
- function GetR3REMA_Size() {
- return R3Get(this.r3obj, R3REMA_Size, R3TID_INTEGER, 0);
- }
-
- R3REMA_Limit = 300502;
- function SetR3REMA_Limit(value) {
- R3Set(this.r3obj, R3REMA_Limit, value, R3TID_INTEGER, 0);
- }
-
- function GetR3REMA_Limit() {
- return R3Get(this.r3obj, R3REMA_Limit, R3TID_INTEGER, 0);
- }
-
- R3REMA_Total = 300503;
- function SetR3REMA_Total(value) {
- R3Set(this.r3obj, R3REMA_Total, value, R3TID_INTEGER, 0);
- }
-
- function GetR3REMA_Total() {
- return R3Get(this.r3obj, R3REMA_Total, R3TID_INTEGER, 0);
- }
-
- R3REMA_TotalUsed = 300504;
- function GetR3REMA_TotalUsed() {
- return R3Get(this.r3obj, R3REMA_TotalUsed, R3TID_INTEGER, R3TNF_ARRAY);
- }
-
- R3REMA_MemKey = 300505;
- function GetR3REMA_MemKey() {
- return R3ToJS(R3Get(this.r3obj, R3REMA_MemKey, R3TID_OBJECT, 0));
- }
-
-
-
- function r3Remember () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_REMEMBER, arguments);
- }
- // Methods
-
- // Attributes
- this.GetAvail=GetR3REMA_Avail;
- this.GetSize=GetR3REMA_Size;
- this.SetSize=SetR3REMA_Size;
- this.GetLimit=GetR3REMA_Limit;
- this.SetLimit=SetR3REMA_Limit;
- this.GetTotal=GetR3REMA_Total;
- this.SetTotal=SetR3REMA_Total;
- this.GetTotalUsed=GetR3REMA_TotalUsed;
- this.GetMemKey=GetR3REMA_MemKey;
- }
-
- r3Remember.prototype=new r3Root;
- // r3rememb.h_H