KFbxEvent Class Template Reference

#include <kfbxevents.h>
Inheritance diagram for KFbxEvent:
Inheritance graph
[legend]

List of all members.


Detailed Description

template<typename EventT>
class kfbxevents::KFbxEvent< EventT >

Definition at line 136 of file kfbxevents.h.


Public Member Functions

virtual  ~KFbxEvent ()
virtual int  GetTypeId () const
  Note that this may be called from multiple threads.

Static Public Member Functions

static void  ForceTypeId (int pTypeId)
static int  GetStaticTypeId ()

Constructor & Destructor Documentation

virtual ~KFbxEvent (  )  [inline, virtual]

Definition at line 139 of file kfbxevents.h.


Member Function Documentation

static void ForceTypeId ( int  pTypeId  )  [inline, static]

Definition at line 140 of file kfbxevents.h.

virtual int GetTypeId (  )  const [inline, virtual]

Note that this may be called from multiple threads.

Implements KFbxEventBase.

Definition at line 151 of file kfbxevents.h.

static int GetStaticTypeId (  )  [inline, static]

Definition at line 156 of file kfbxevents.h.

Referenced by KFbxEvent< KFbxEventPreImport >::GetTypeId().