#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.
◆ 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 DEFINE_FACTORY(Class, BaseClass)
Definition Factory.h:109