xsi_mixer.h Source File
 
 
 
xsi_mixer.h
Go to the documentation of this file.
00001 //*****************************************************************************
00011 //*****************************************************************************
00012 #if (_MSC_VER > 1000) || defined(SGI_COMPILER)
00013 #pragma once
00014 #endif
00015 
00016 #ifndef __XSIMIXER_H__
00017 #define __XSIMIXER_H__
00018 
00019 #include <xsi_clipcontainer.h>
00020 
00021 namespace XSI {
00022 
00023 
00024 //*****************************************************************************
00136 //*****************************************************************************
00137 class SICPPSDKDECL Mixer : public ClipContainer
00138 {
00139 public:
00141         Mixer();
00142 
00144         ~Mixer();
00145 
00149         Mixer(const CRef& in_ref);
00150 
00154         Mixer(const Mixer& in_obj);
00155 
00160         bool IsA( siClassID in_ClassID) const;
00161 
00165         siClassID GetClassID() const;
00166 
00172         Mixer& operator=(const Mixer& in_obj);
00173 
00179         Mixer& operator=(const CRef& in_ref);
00180 
00181         private:
00182         Mixer * operator&() const;
00183         Mixer * operator&();
00184 };
00185 
00186 }
00187 
00188 #endif // __XSIMIXER_H__