FreeWRL / FreeX3D 4.3.0
NPClass Struct Reference

Data Fields

uint32_t structVersion
 
NPAllocateFunctionPtr allocate
 
NPDeallocateFunctionPtr deallocate
 
NPInvalidateFunctionPtr invalidate
 
NPHasMethodFunctionPtr hasMethod
 
NPInvokeFunctionPtr invoke
 
NPInvokeDefaultFunctionPtr invokeDefault
 
NPHasPropertyFunctionPtr hasProperty
 
NPGetPropertyFunctionPtr getProperty
 
NPSetPropertyFunctionPtr setProperty
 
NPRemovePropertyFunctionPtr removeProperty
 
NPEnumerationFunctionPtr enumerate
 
NPConstructFunctionPtr construct
 

Detailed Description

Definition at line 327 of file npruntime.h.

Field Documentation

◆ allocate

NPAllocateFunctionPtr NPClass::allocate

Definition at line 330 of file npruntime.h.

◆ construct

NPConstructFunctionPtr NPClass::construct

Definition at line 341 of file npruntime.h.

◆ deallocate

NPDeallocateFunctionPtr NPClass::deallocate

Definition at line 331 of file npruntime.h.

◆ enumerate

NPEnumerationFunctionPtr NPClass::enumerate

Definition at line 340 of file npruntime.h.

◆ getProperty

NPGetPropertyFunctionPtr NPClass::getProperty

Definition at line 337 of file npruntime.h.

◆ hasMethod

NPHasMethodFunctionPtr NPClass::hasMethod

Definition at line 333 of file npruntime.h.

◆ hasProperty

NPHasPropertyFunctionPtr NPClass::hasProperty

Definition at line 336 of file npruntime.h.

◆ invalidate

NPInvalidateFunctionPtr NPClass::invalidate

Definition at line 332 of file npruntime.h.

◆ invoke

NPInvokeFunctionPtr NPClass::invoke

Definition at line 334 of file npruntime.h.

◆ invokeDefault

NPInvokeDefaultFunctionPtr NPClass::invokeDefault

Definition at line 335 of file npruntime.h.

◆ removeProperty

NPRemovePropertyFunctionPtr NPClass::removeProperty

Definition at line 339 of file npruntime.h.

◆ setProperty

NPSetPropertyFunctionPtr NPClass::setProperty

Definition at line 338 of file npruntime.h.

◆ structVersion

uint32_t NPClass::structVersion

Definition at line 329 of file npruntime.h.


The documentation for this struct was generated from the following file: