synfig-core  1.0.3
Classes | Namespaces | Macros | Functions
renddesc.h File Reference

Class that defines the parameters needed by the Renderer to render a context to a surface. More...

#include "vector.h"
#include "color.h"
#include "types.h"
#include <cmath>
#include "rect.h"
#include "matrix.h"

Go to the source code of this file.

Classes

class  synfig::RendDesc

Namespaces

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

Macros

#define DPM2DPI(x)   (float(x)/39.3700787402f)
#define DPI2DPM(x)   (float(x)*39.3700787402f)

Functions

RendDesc::Lock synfig::operator| (RendDesc::Lock lhs, RendDesc::Lock rhs)
 This operator allows the combining of RendDesc::Lock flags using the '|' operator.
RendDesc::Lock synfig::operator& (RendDesc::Lock lhs, RendDesc::Lock rhs)
 This operator allows the masking of RendDesc::Lock flags using the '&' operator.
RendDesc::Lock synfig::operator~ (RendDesc::Lock rhs)
 This operator allows the inverting of RendDesc::Lock flags using the '~' operator.

Detailed Description

Class that defines the parameters needed by the Renderer to render a context to a surface.

$Id$

Macro Definition Documentation

#define DPM2DPI (   x)    (float(x)/39.3700787402f)
#define DPI2DPM (   x)    (float(x)*39.3700787402f)