synfig-core  1.0.3
Classes | Namespaces | Macros | Typedefs
waypoint.h File Reference

Waypoint class header. More...

#include "time.h"
#include "real.h"
#include "value.h"
#include "uniqueid.h"
#include <vector>
#include "guid.h"
#include "interpolation.h"

Go to the source code of this file.

Classes

class  synfig::Waypoint
 Waypoint is used to handle variations along the time of the ValueNodes. More...
class  synfig::Waypoint::Model

Namespaces

namespace  synfig
 Where every function and class of the synfig library can be found.

Macros

#define FLAG_MACRO(x)   bool get_##x##_flag()const { return x##_flag; } void set_##x##_flag(bool y) { x##_flag=y; }
 Get & Set members for the flags.

Typedefs

typedef std::vector< Waypoint > synfig::WaypointList

Detailed Description

Waypoint class header.

$Id$

Macro Definition Documentation

#define FLAG_MACRO (   x)    bool get_##x##_flag()const { return x##_flag; } void set_##x##_flag(bool y) { x##_flag=y; }

Get & Set members for the flags.