Polyphase Game Engine
Loading...
Searching...
No Matches
TimelineTrack.h File Reference
#include "Factory.h"
#include "Object.h"
#include "Property.h"
#include "Stream.h"
#include "Timeline/TimelineClip.h"
#include <string>
#include <vector>

Go to the source code of this file.

Classes

class  TimelineTrack
 

Macros

#define DECLARE_TRACK(Class, Parent)
 
#define DEFINE_TRACK(Class)
 

Macro Definition Documentation

◆ DECLARE_TRACK

#define DECLARE_TRACK (   Class,
  Parent 
)
Value:
DECLARE_OBJECT(Class, Parent); \
typedef Parent Super;
#define DECLARE_FACTORY(Class, BaseClass)
Definition Factory.h:90
Definition TimelineTrack.h:25

◆ DEFINE_TRACK

#define DEFINE_TRACK (   Class)
Value:
DEFINE_OBJECT(Class);
#define DEFINE_FACTORY(Class, BaseClass)
Definition Factory.h:109