From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- .../nel/class_NL3D__CPlayListManagerUser.html | 313 +++++++++++++++++++++ 1 file changed, 313 insertions(+) create mode 100644 docs/doxygen/nel/class_NL3D__CPlayListManagerUser.html (limited to 'docs/doxygen/nel/class_NL3D__CPlayListManagerUser.html') diff --git a/docs/doxygen/nel/class_NL3D__CPlayListManagerUser.html b/docs/doxygen/nel/class_NL3D__CPlayListManagerUser.html new file mode 100644 index 00000000..317d6cad --- /dev/null +++ b/docs/doxygen/nel/class_NL3D__CPlayListManagerUser.html @@ -0,0 +1,313 @@ + + + + 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::CPlayListManagerUser Class Reference

UPlayListManager implementation. +More... +

+#include <play_list_manager_user.h> +

+Inheritance diagram for NL3D::CPlayListManagerUser

Inheritance graph
+ + + +
[legend]
Collaboration diagram for NL3D::CPlayListManagerUser:

Collaboration graph
+ + + + + +
[legend]
List of all members. + + + + + + + + + + + + +

Public Methods

 CPlayListManagerUser ()
 Constructor. More...

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

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

virtual void animate (CAnimationTime time)
 Animate all the playlist. More...


Private Attributes

CPlayListManager _PlayListManager
CPtrSet<CPlayListUser_PlayLists
+

Detailed Description

+UPlayListManager implementation. +

+

+Author(s):
+ Lionel Berenguier , Nevrax France
+Date:
+ 2001
+

+ +

+Definition at line 48 of file play_list_manager_user.h.


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + +
+NL3D::CPlayListManagerUser::CPlayListManagerUser ( + +) [inline] +
+
+ + + + + +
+   + + +

+Constructor. +

+ +

+Definition at line 58 of file play_list_manager_user.h.

+


Member Function Documentation

+

+ + + + +
+ + + + + + +
+void NL3D::CPlayListManagerUser::animate ( + +CAnimationTime time ) [inline, virtual] +
+
+ + + + + +
+   + + +

+Animate all the playlist. +

+Only the globals channels are animated. NB: all AnimationTime are in second. +

+Reimplemented from NL3D::UPlayListManager. +

+Definition at line 93 of file play_list_manager_user.h.

+

+ + + + +
+ + + + + + +
+UPlayList * NL3D::CPlayListManagerUser::createPlayList ( + +UAnimationSet * animSet ) [inline, virtual] +
+
+ + + + + +
+   + + +

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

+nlerror if(animSet==NULL). +

+Reimplemented from NL3D::UPlayListManager. +

+Definition at line 65 of file play_list_manager_user.h.

+

+ + + + +
+ + + + + + +
+void NL3D::CPlayListManagerUser::deletePlayList ( + +UPlayList * playList ) [inline, virtual] +
+
+ + + + + +
+   + + +

+Delete a playlist. +

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

+Reimplemented from NL3D::UPlayListManager. +

+Definition at line 80 of file play_list_manager_user.h.

+


Member Data Documentation

+

+ + + + +
+ + + + + +
+CPlayListManager NL3D::CPlayListManagerUser::_PlayListManager [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 51 of file play_list_manager_user.h.

+

+ + + + +
+ + + + + +
+CPtrSet< CPlayListUser > NL3D::CPlayListManagerUser::_PlayLists [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 52 of file play_list_manager_user.h.

+


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