Panda3D
Public Member Functions | Static Public Member Functions | Protected Member Functions
BindAnimRequest Class Reference

This class object manages an asynchronous load-and-bind animation request, as issued through PartBundle::load_bind_anim(). More...

#include "bindAnimRequest.h"

Inheritance diagram for BindAnimRequest:
ModelLoadRequest AsyncTask AsyncTaskBase TypedReferenceCount Namable TypedObject ReferenceCount MemoryBase MemoryBase MemoryBase

List of all members.

Public Member Functions

 BindAnimRequest (const string &name, const Filename &filename, const LoaderOptions &options, Loader *loader, AnimControl *control, int hierarchy_match_flags, const PartSubset &subset)
virtual TypeHandle force_init_type ()
virtual TypeHandle get_type () const

Static Public Member Functions

static TypeHandle get_class_type ()
static void init_type ()

Protected Member Functions

virtual DoneStatus do_task ()
 Performs the task: that is, loads and binds the animation.

Detailed Description

This class object manages an asynchronous load-and-bind animation request, as issued through PartBundle::load_bind_anim().

Definition at line 31 of file bindAnimRequest.h.


Member Function Documentation

AsyncTask::DoneStatus BindAnimRequest::do_task ( ) [protected, virtual]

Performs the task: that is, loads and binds the animation.

Reimplemented from ModelLoadRequest.

Definition at line 47 of file bindAnimRequest.cxx.

References PartBundle::do_bind_anim(), AnimBundleNode::find_anim_bundle(), and ModelLoadRequest::get_model().


The documentation for this class was generated from the following files:
 All Classes Functions Variables Enumerations