Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

scripting
Class CJSFunctionProperty

IJSProperty
   |
   +--CJSFunctionProperty

   in ScriptableObject.h

class CJSFunctionProperty
extends IJSProperty


Field Summary
private IJSObject::GetFn m_Getter
          
private IJSObject::SetFn m_Setter
          
 
Constructor Summary
CJSFunctionProperty( IJSObject::GetFn Getter, IJSObject::SetFn Setter )
          
 
Method Summary
 jsval Get( JSContext* cx, IJSObject* obj )
          
 void Set( JSContext* cx, IJSObject* obj, jsval value )
          
   
Methods inherited from class IJSProperty
Get, Set
 

Field Detail

m_Getter

private IJSObject::GetFn m_Getter;

m_Setter

private IJSObject::SetFn m_Setter;


Constructor Detail

CJSFunctionProperty

public CJSFunctionProperty( IJSObject::GetFn Getter, IJSObject::SetFn Setter );


Method Detail

Get

public jsval Get( JSContext* cx, IJSObject* obj );

Set

public void Set( JSContext* cx, IJSObject* obj, jsval value );

 Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
Generated on September 04, 2007 at 18:13
CppDoc v2.4.0
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD