From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- .../doxygen/nel/classNL3D_1_1UPlayListManager.html | 296 +++++++++++++++++++++ 1 file changed, 296 insertions(+) create mode 100644 docs/doxygen/nel/classNL3D_1_1UPlayListManager.html (limited to 'docs/doxygen/nel/classNL3D_1_1UPlayListManager.html') diff --git a/docs/doxygen/nel/classNL3D_1_1UPlayListManager.html b/docs/doxygen/nel/classNL3D_1_1UPlayListManager.html new file mode 100644 index 00000000..37cb1cdf --- /dev/null +++ b/docs/doxygen/nel/classNL3D_1_1UPlayListManager.html @@ -0,0 +1,296 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
+
+ + +
+ + +
+Docs + +
+  + + + + + +
Documentation 
+ +
+Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  
+

NL3D::UPlayListManager Class Reference

A manager of playlist. +More... +

+#include <u_play_list_manager.h> +

+

Inheritance diagram for NL3D::UPlayListManager: +

+ +NL3D::CPlayListManagerUser + +List of all members. + + + + + + + + + + + + +

Public Methods

virtual UPlayListcreatePlayList (UAnimationSet *animSet)=0
 Create a playlist, instance of an animation set. More...

virtual void deletePlayList (UPlayList *playList)=0
 Delete a playlist. More...

virtual void animate (TGlobalAnimationTime time)=0
 Animate all the playlist. More...


Protected Methods

 UPlayListManager ()
 Constructor. More...

virtual ~UPlayListManager ()
 dtor. More...

+

Detailed Description

+A manager of playlist. +

+

+Author:
+Lionel Berenguier , Nevrax France
+Date:
+2001
+

+ +

+Definition at line 48 of file u_play_list_manager.h.


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + +
NL3D::UPlayListManager::UPlayListManager   [inline, protected]
+
+ + + + + +
+   + + +

+Constructor. +

+ +

+Definition at line 53 of file u_play_list_manager.h.

+

+ + + + +
+ + + + + + + + + +
virtual NL3D::UPlayListManager::~UPlayListManager   [inline, protected, virtual]
+
+ + + + + +
+   + + +

+dtor. +

+ +

+Definition at line 55 of file u_play_list_manager.h.

+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
virtual void NL3D::UPlayListManager::animate TGlobalAnimationTime   time [pure virtual]
+
+ + + + + +
+   + + +

+Animate all the playlist. +

+Only the globals channels are animated. NB: all objects registered to the playLists (see registerTransform) are updated, BUT the detail channels (like materials channels) which may be updated during UScene::render(), only if they are visibles...

+Parameters:
+ + +
time  +the effective currentTime in second.
+
+

+Implemented in NL3D::CPlayListManagerUser.

+

+ + + + +
+ + + + + + + + + + +
virtual UPlayList* NL3D::UPlayListManager::createPlayList UAnimationSet  animSet [pure virtual]
+
+ + + + + +
+   + + +

+Create a playlist, instance of an animation set. +

+nlerror if(animSet==NULL).

+Parameters:
+ + +
animSet  +the UAnimationSet you want to instanciate into a UPlayList.
+
+Returns:
+the new created playlist.
+

+Implemented in NL3D::CPlayListManagerUser.

+

+ + + + +
+ + + + + + + + + + +
virtual void NL3D::UPlayListManager::deletePlayList UPlayList  playList [pure virtual]
+
+ + + + + +
+   + + +

+Delete a playlist. +

+nlerror if not found. no-op if playList==NULL.

+Parameters:
+ + +
playList  +the playList you want to delete.
+
+

+Implemented in NL3D::CPlayListManagerUser.

+


The documentation for this class was generated from the following file: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1