; ; Purpose: ; Class definition for the IDLitObjDesc class ; pro IDLitObjDesc__Define compile_opt idl2, hidden void = {IDLitObjDesc, $ inherits IDLitComponent, $ inherits IDLitPropertyBag, $ _bFactory : 0b, $ ; This is a class factory _bInInstance : 0b, $ ; Creating instance _singleton : 0b, $ ; is this a singleton? _classname : '', $ ; The class name _oObject : obj_new() $ ; Object storage } end