KFbxEventUpdateSystemLibrary
#include<kfbxlibrary.h>

Inherits KFbxEvent.

List of all members.

Detailed Description

This library event is triggered when an application requires an update to a specific library.

Definition at line374of filekfbxlibrary.h.


Constructor and Destructor

 KFbxEventUpdateSystemLibrary(KFbxLibrary*pLibrary)
 Constructor.

Member access

KFbxLibraryGetLibrary() const
 Retrieve the library.

Constructor&Destructor Documentation

Constructor.

Parameters:
pLibrary 

Definition at line386of filekfbxlibrary.h.

Member Function Documentation

KFbxLibrary* GetLibrary( ) const[inline]

Retrieve the library.

Definition at line396of filekfbxlibrary.h.