00001 //**************************************************************************/ 00002 // Copyright (c) 1998-2006 Autodesk, Inc. 00003 // All rights reserved. 00004 // 00005 // These coded instructions, statements, and computer programs contain 00006 // unpublished proprietary information written by Autodesk, Inc., and are 00007 // protected by Federal copyright law. They may not be disclosed to third 00008 // parties or copied or duplicated in any form, in whole or in part, without 00009 // the prior written consent of Autodesk, Inc. 00010 //**************************************************************************/ 00011 // FILE: animtbl.h 00012 // DESCRIPTION: Defines Animatable Classes 00013 // AUTHOR: Rolf Berteig & Dan Silva 00014 // HISTORY: created 9 September 1994 00015 //**************************************************************************/ 00016 #pragma once 00017 00018 #include "WindowsDefines.h" 00019 #include "GetCOREInterface.h" 00020 00021 00022 #include "AnimatableFlags.h" 00023 00024 #include "TimeMap.h" 00025 00026 #include "TrackHitRecord.h" 00027 00028 #include "TrackFlags.h" 00029 00030 #include "TrackScreenUtils.h" 00031 00032 #include "TrackClipObject.h" 00033 00034 #include "ParamDimension.h" 00035 00036 #include "AnimatableInterfaceIDs.h" 00037 00038 #include "AnimProperty.h" 00039 00040 #include "AnimPropertyList.h" 00041 00042 // Property IDs 00043 #include "AnimPropertyID.h" 00044 00045 // BeginEditParams flags values 00046 #include "EditParamFlags.h" 00047 00048 #include "AssetEnumCallback.h" 00049 00050 class NoteTrack; 00051 00052 #include "SysNodeContext.h" 00053 00054 #include "Animatable.h" 00055 00056 // 00057 // Callback for EnumAnimTree: 00058 // 00059 #include "AnimEnum.h" 00060 00061 #include "SubObjAxisCallback.h" 00062 00063 // --- AppData --------------------------------------------- 00064 00065 #include "AppDataChunk.h" 00066 00067 // This list is maintained by the systems. Plug-ins need not concern themselves with it. 00068 #include "AnimAppData.h" 00069 00070 #include "SchematicViewProperty.h" 00071 00072 #include "CoreFunctions.h"