Evince
Evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript.
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
NPClass Struct Reference

#include <npruntime.h>

+ Collaboration diagram for NPClass:

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 295 of file npruntime.h.

Field Documentation

NPAllocateFunctionPtr NPClass::allocate

Definition at line 298 of file npruntime.h.

NPConstructFunctionPtr NPClass::construct

Definition at line 309 of file npruntime.h.

NPDeallocateFunctionPtr NPClass::deallocate

Definition at line 299 of file npruntime.h.

NPEnumerationFunctionPtr NPClass::enumerate

Definition at line 308 of file npruntime.h.

NPGetPropertyFunctionPtr NPClass::getProperty

Definition at line 305 of file npruntime.h.

NPHasMethodFunctionPtr NPClass::hasMethod

Definition at line 301 of file npruntime.h.

NPHasPropertyFunctionPtr NPClass::hasProperty

Definition at line 304 of file npruntime.h.

NPInvalidateFunctionPtr NPClass::invalidate

Definition at line 300 of file npruntime.h.

NPInvokeFunctionPtr NPClass::invoke

Definition at line 302 of file npruntime.h.

NPInvokeDefaultFunctionPtr NPClass::invokeDefault

Definition at line 303 of file npruntime.h.

NPRemovePropertyFunctionPtr NPClass::removeProperty

Definition at line 307 of file npruntime.h.

NPSetPropertyFunctionPtr NPClass::setProperty

Definition at line 306 of file npruntime.h.

uint32_t NPClass::structVersion

Definition at line 297 of file npruntime.h.


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