home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3postim.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_POSTIMAGEEFFECTMODEL_H = 1;
- include("real/code/r3postef.js")
-
-
- var R3CLID_POSTIMAGEEFFECTMODEL = 220;
-
-
-
-
- // Description: search child effects (name references) for a match
- // Returns: Integer, TRUE, if the name of a child (recursively) matches the given name -1, if
- // a recursion loop is encountered before the named child is found FALSE otherwise
- // p3: String, name of the child effect to search for
-
- R3PIEMM_FINDCHILDBYNAME = 220001;
-
- function mR3PIEMM_FINDCHILDBYNAME(p3) {
- return DoA(this.r3obj, 220001, p3, R3TID_STRING, 0);
- }
-
- // Description: Registers a new channel use invoked effect to the system. * This information may
- // be used to configure good default effect setups.
-
- R3PIEMCM_REGISTERAUTOEFFECT = 220002;
-
- function mR3PIEMCM_REGISTERAUTOEFFECT() {
- DoA(this.r3obj, 220002, 0, R3TID_INTEGER, 0);
- }
-
-
-
-
-
-
- function r3Postimageeffectmodel () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_POSTIMAGEEFFECTMODEL, arguments);
- }
- // Methods
- this.FINDCHILDBYNAME=mR3PIEMM_FINDCHILDBYNAME;
- this.REGISTERAUTOEFFECT=mR3PIEMCM_REGISTERAUTOEFFECT;
-
- // Attributes
- }
-
- r3Postimageeffectmodel.prototype=new r3Posteffectmodel;
- // r3postim.h_H