|
Public Types |
| enum | Lock {
PX_ASPECT = (1<<0),
PX_AREA = (1<<1),
PX_W = (1<<2),
PX_H = (1<<3),
IM_ASPECT = (1<<4),
IM_SPAN = (1<<5),
IM_W = (1<<6),
IM_H = (1<<7),
IM_ZOOMIN = (1<<8),
IM_ZOOMOUT = (1<<9),
LINK_PX_ASPECT = (1<<10),
LINK_PX_AREA = (1<<11),
LINK_IM_ASPECT = (1<<12),
LINK_IM_SPAN = (1<<13),
LINK_IM_CENTER = (1<<14)
} |
| enum | {
ANTIALIAS_UNIFORM,
ANTIALIAS_MONTE_CARLO,
ANTIALIAS_JITTERED,
ANTIALIAS_ADAPTIVE,
ANTIALIAS_QUINTCUNX
} |
Public Member Functions |
| | RendDesc () |
| | Default Constructor.
|
| RendDesc & | apply (const RendDesc &x) |
| const Color & | get_bg_color () const |
| RendDesc & | set_bg_color (const Color &bg) |
| int | get_w () const |
| | Return the width of the composition in pixels.
|
| RendDesc & | set_w (int x) |
| | Set the width of the composition in pixels.
|
| int | get_h () const |
| | Return the height of the composition in pixels.
|
| RendDesc & | set_h (int y) |
| | Set the height of the composition in pixels.
|
| RendDesc & | set_wh (int x, int y) |
| | Sets the width and height of the composition in pixels.
|
| Real | get_x_res () const |
| | Returns the horizontal resolution (in dots per meter).
|
| RendDesc & | set_x_res (Real x) |
| | Sets the horizontal resolution (in dots per meter).
|
| Real | get_y_res () const |
| | Returns the vertical resolution (in dots per meter).
|
| RendDesc & | set_y_res (Real y) |
| | Sets the vertical resolution (in dots per meter).
|
| Real | get_physical_w () const |
| | Return the physical width of the composition in meters.
|
| Real | get_physical_h () const |
| | Return the physical height of the composition in meters.
|
| RendDesc & | set_physical_w (Real w) |
| | Set the physical width of the composition in meters.
|
| RendDesc & | set_physical_h (Real h) |
| | Set the physical height of the composition in meters.
|
| int | get_frame_start () const |
| | Return the index of the first frame.
|
| RendDesc & | set_frame_start (int x) |
| | Set the index of the first frame.
|
| int | get_frame_end () const |
| | Return the index of the last frame.
|
| RendDesc & | set_frame_end (int x) |
| | Set the index of the last frame.
|
| const Time | get_time_start () const |
| | Return the starting time of the animation.
|
| RendDesc & | set_time_start (Time x) |
| | Set the time that the animation will start.
|
| const Time | get_time_end () const |
| | Return the end time of the animation.
|
| RendDesc & | set_time_end (Time x) |
| | Set the time that the animation will end.
|
| RendDesc & | set_time (Time x) |
| | Setup for one frame at the given time.
|
| RendDesc & | set_frame (int x) |
| | Setup for one frame.
|
| const float & | get_frame_rate () const |
| | Return the frame rate (frames-per-second).
|
| RendDesc & | set_frame_rate (float x) |
| | Set the frame rate (frames-per-second).
|
| const bool & | get_interlaced () const |
| | Return the status of the interlaced flag.
|
| RendDesc & | set_interlaced (bool x) |
| | Set the interlace flag.
|
| const bool & | get_clamp () const |
| | Return the status of the clamp flag.
|
| RendDesc & | set_clamp (bool x) |
| | Set the clamp flag.
|
| RendDesc & | set_flags (const int &x) |
| | Set constraint flags.
|
| RendDesc & | clear_flags () |
| | Clear constraint flags.
|
| int | get_flags () const |
| | Get constraint flags.
|
| Point::value_type | get_pixel_aspect () const |
| | Return the aspect ratio of a single pixel.
|
| Point::value_type | get_image_aspect () const |
| | Return the aspect ratio of the entire image.
|
| const int & | get_antialias () const |
| | Return the antialias amount.
|
| RendDesc & | set_antialias (const int &x) |
| | Set the antilaias amount.
|
| Real | get_span () const |
| | Return the distance from the bottom-right to the top-left.
|
| RendDesc & | set_span (const Real &x) |
| | Set the span distance.
|
| const Point & | get_focus () const |
| RendDesc & | set_focus (const Point &x) |
| const Point & | get_tl () const |
| RendDesc & | set_tl (const Point &x) |
| const Point & | get_br () const |
| RendDesc & | set_br (const Point &x) |
| Rect | get_rect () const |
| RendDesc & | set_viewport (const Point &__tl, const Point &__br) |
| RendDesc & | set_viewport (Vector::value_type a, Vector::value_type b, Vector::value_type c, Vector::value_type d) |
| Real | get_pw () const |
| | Returns the width of one pixel.
|
| Real | get_ph () const |
| | Returns the height of one pixel.
|
| RendDesc & | set_subwindow (int x, int y, int w, int h) |
| | Sets viewport to represent the screen at the give pixel coordinates.
|
Public Attributes |
| enum synfig::RendDesc:: { ... } | AntialiasFilter |