#include <transformeffect.h>
|
| | TransformEffect (ClipPtr c, const EffectMeta *em) |
| |
| void | refresh () |
| |
| void | process_coords (double timecode, GLTextureCoords &coords, int data) |
| |
| void | gizmo_draw (double timecode, GLTextureCoords &coords) |
| |
| | Effect (ClipPtr c, const EffectMeta *em) |
| |
| | ~Effect () |
| |
| EffectRow * | add_row (const QString &name, bool savable=true, bool keyframable=true) |
| |
| EffectRow * | row (int i) |
| |
| int | row_count () |
| |
| EffectGizmo * | add_gizmo (int type) |
| |
| EffectGizmo * | gizmo (int i) |
| |
| int | gizmo_count () |
| |
| bool | is_enabled () |
| |
| void | set_enabled (bool b) |
| |
| virtual EffectPtr | copy (ClipPtr c) |
| |
| void | copy_field_keyframes (EffectPtr e) |
| |
| virtual void | load (QXmlStreamReader &stream) |
| |
| virtual void | custom_load (QXmlStreamReader &stream) |
| |
| virtual void | save (QXmlStreamWriter &stream) |
| |
| void | load_from_string (const QByteArray &s) |
| |
| QByteArray | save_to_string () |
| |
| bool | is_open () |
| |
| void | open () |
| |
| void | close () |
| |
| bool | is_glsl_linked () |
| |
| virtual void | startEffect () |
| |
| virtual void | endEffect () |
| |
| int | getIterations () |
| |
| void | setIterations (int i) |
| |
| virtual void | process_image (double timecode, uint8_t *input, uint8_t *output, int size) |
| |
| virtual void | process_shader (double timecode, GLTextureCoords &, int iteration) |
| |
| virtual GLuint | process_superimpose (double timecode) |
| |
| virtual void | process_audio (double timecode_start, double timecode_end, quint8 *samples, int nb_bytes, int channel_count) |
| |
| void | gizmo_move (EffectGizmo *sender, int x_movement, int y_movement, double timecode, bool done) |
| |
| void | gizmo_world_to_screen () |
| |
| bool | are_gizmos_enabled () |
| |
◆ TransformEffect()
◆ gizmo_draw()
| void TransformEffect::gizmo_draw |
( |
double |
timecode, |
|
|
GLTextureCoords & |
coords |
|
) |
| |
|
virtual |
◆ process_coords()
| void TransformEffect::process_coords |
( |
double |
timecode, |
|
|
GLTextureCoords & |
coords, |
|
|
int |
data |
|
) |
| |
|
virtual |
◆ refresh()
| void TransformEffect::refresh |
( |
| ) |
|
|
virtual |
◆ toggle_uniform_scale
| void TransformEffect::toggle_uniform_scale |
( |
bool |
enabled | ) |
|
|
slot |
◆ anchor_gizmo
◆ anchor_x_box
◆ anchor_y_box
◆ blend_mode_box
◆ bottom_center_gizmo
◆ bottom_left_gizmo
◆ bottom_right_gizmo
◆ left_center_gizmo
◆ opacity
◆ position_x
◆ position_y
◆ rect_gizmo
◆ right_center_gizmo
◆ rotate_gizmo
◆ rotation
◆ scale_x
◆ scale_y
◆ set
| bool TransformEffect::set |
|
private |
◆ top_center_gizmo
◆ top_left_gizmo
◆ top_right_gizmo
◆ uniform_scale_field
The documentation for this class was generated from the following files: