Main Page   Modules   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

Episode.h

Go to the documentation of this file.
00001 
00009 #pragma once
00010 
00011 #include "ManagedObject.h"
00012 #include "WDError.h"
00013 
00014 class EpisodeGroup;
00015 
00021 class Episode: public ManagedObject
00022 {
00023 public:
00029     WDError initRef(void *inNode, IObjectManager *inManager, IObjectEventHandler *inEventHandler);
00030 
00036     WDError initRef(EpisodeGroup *inParent, int inIndex, IObjectEventHandler *inEventHandler);
00037 
00042     WDError initNew(EpisodeGroup *inParent, IObjectEventHandler *inEventHandler);
00043 };
00044 

Generated on Mon Apr 15 15:22:58 2002 for WhiteDwarf by doxygen1.2.15