|
0 A.D. | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
IJSProperty | +--CJSNonsharedPropertyin ScriptableObject.h
| Field Summary | |
private T* |
m_Data
|
| Constructor Summary | |
CJSNonsharedProperty( T* Data )
|
|
| Method Summary | |
jsval |
Get( JSContext* UNUSED( cx ), IJSObject* UNUSED( owner ) )
|
void |
Set( JSContext* cx, IJSObject* UNUSED( owner ), jsval Value )
|
| Methods inherited from class IJSProperty |
Get, Set |
| Field Detail |
private T* m_Data;
| Constructor Detail |
public CJSNonsharedProperty( T* Data );
| Method Detail |
public jsval Get( JSContext* UNUSED( cx ), IJSObject* UNUSED( owner ) );
public void Set( JSContext* cx, IJSObject* UNUSED( owner ), jsval Value );
|
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 | |||||||