#include "Factory.h"
#include "Object.h"
#include "Property.h"
#include "Stream.h"
#include "Timeline/TimelineTypes.h"
#include <string>
#include <vector>
Go to the source code of this file.
◆ DECLARE_CLIP
| #define DECLARE_CLIP |
( |
|
Class, |
|
|
|
Parent |
|
) |
| |
Value:
DECLARE_OBJECT(
Class, Parent); \
typedef Parent Super;
#define DECLARE_FACTORY(Class, BaseClass)
Definition Factory.h:90
Definition TimelineClip.h:24
◆ DEFINE_CLIP
| #define DEFINE_CLIP |
( |
|
Class | ) |
|
Value:
#define DEFINE_FACTORY(Class, BaseClass)
Definition Factory.h:109