From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/a03086.html | 164 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 164 insertions(+) create mode 100644 docs/doxygen/nel/a03086.html (limited to 'docs/doxygen/nel/a03086.html') diff --git a/docs/doxygen/nel/a03086.html b/docs/doxygen/nel/a03086.html new file mode 100644 index 00000000..c278ce48 --- /dev/null +++ b/docs/doxygen/nel/a03086.html @@ -0,0 +1,164 @@ + + +NeL: NL3D::CPlayListManager::CNode struct Reference + + + +
+

NL3D::CPlayListManager::CNode Struct Reference

+ + + + + + + + + + + +

Public Member Functions

 CNode (CAnimationPlaylist *pl, CChannelMixer *mix)
 CNode ()

Data Fields

NLMISC::CRefPtr< CChannelMixerChannelMixer
NLMISC::CRefPtr< CAnimationPlaylistPlayList
+

Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + +
NL3D::CPlayListManager::CNode::CNode  )  [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 81 of file play_list_manager.h. +

+

00081 {}
+
+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
NL3D::CPlayListManager::CNode::CNode CAnimationPlaylist pl,
CChannelMixer mix
[inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 82 of file play_list_manager.h. +

+References ChannelMixer, and PlayList. +

+

00083                 {
+00084                         PlayList= pl;
+00085                         ChannelMixer= mix;
+00086                 }
+
+


Field Documentation

+

+ + + + +
+ + +
NLMISC::CRefPtr<CChannelMixer> NL3D::CPlayListManager::CNode::ChannelMixer +
+
+ + + + + +
+   + + +

+ +

+Definition at line 79 of file play_list_manager.h. +

+Referenced by NL3D::CPlayListManager::animate(), CNode(), NL3D::CPlayListManager::deleteAll(), and NL3D::CPlayListManager::setup().

+

+ + + + +
+ + +
NLMISC::CRefPtr<CAnimationPlaylist> NL3D::CPlayListManager::CNode::PlayList +
+
+ + + + + +
+   + + +

+ +

+Definition at line 78 of file play_list_manager.h. +

+Referenced by NL3D::CPlayListManager::animate(), CNode(), NL3D::CPlayListManager::deleteAll(), and NL3D::CPlayListManager::setup().

+


The documentation for this struct was generated from the following file: +
Generated on Tue Mar 16 07:01:19 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1