|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NL3D::CPlayListManager Class ReferenceThis class handles a list of pair PlayList/ChannelMixer RefPointer.
More...
#include <play_list_manager.h>
List of all members.
Detailed Description
This class handles a list of pair PlayList/ChannelMixer RefPointer.
It is just a container, with a animate() method. PlayList/ChannelMixer are sotred with RefPtr. They are auto-removed from the list if the playlist or the channelmixer is deleted (done in animate()). -
Author(s):
-
Lionel Berenguier , Nevrax France
-
Date:
-
2001
Definition at line 48 of file play_list_manager.h.
Member Typedef Documentation
Constructor & Destructor Documentation
NL3D::CPlayListManager::CPlayListManager (
|
) [inline]
|
|
Member Function Documentation
|
add a playlist/channelmixer to the manager. nlassert(plist). chanMixer replaced if playlist already IN.
Definition at line 34 of file play_list_manager.cpp. |
|
animate all the playlist: setupMixer() the channelMixer, and eval(false) (eval global part).
If a playlist/channelmixer has been deleted (RefPtr), the node is removed from the list.
Definition at line 54 of file play_list_manager.cpp. |
Member Data Documentation
The documentation for this class was generated from the following files:
|
|