|
0 A.D. | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
IJSProperty | +--CJSValPropertyin ScriptableObject.h
Field Summary | |
private friend |
class CJSObject
|
private jsval |
m_Data
|
Constructor Summary | |
CJSValProperty( jsval Data )
|
|
~CJSValProperty()
|
Method Summary | |
jsval |
Get( JSContext* UNUSED( cx ), IJSObject* UNUSED( object ) )
|
void |
Root()
|
void |
Set( JSContext* UNUSED( cx ), IJSObject* UNUSED( owner ), jsval value )
|
void |
Uproot()
|
Methods inherited from class IJSProperty |
Get, Set |
Field Detail |
private friend class CJSObject;
private jsval m_Data;
Constructor Detail |
public CJSValProperty( jsval Data );
public ~CJSValProperty();
Method Detail |
public jsval Get( JSContext* UNUSED( cx ), IJSObject* UNUSED( object ) );
public void Root();
public void Set( JSContext* UNUSED( cx ), IJSObject* UNUSED( owner ), jsval value );
public void Uproot();
|
0 A.D.
Generated on September 04, 2007 at 18:13 CppDoc v2.4.0 |
|||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |