|
Olive
|
#include "effectloaders.h"#include "project/effect.h"#include "project/transition.h"#include "io/path.h"#include "panels/panels.h"#include "panels/effectcontrols.h"#include "io/crossplatformlib.h"#include "io/config.h"#include <QDir>#include <QXmlStreamReader>#include <QDebug>#include <frei0r.h>Typedefs | |
| typedef void(* | f0rGetPluginInfo) (f0r_plugin_info_t *info) |
Functions | |
| void | load_internal_effects () |
| void | load_shader_effects () |
| void | init_effects () |
| void | load_frei0r_effects_worker (const QString &dir, EffectMeta &em, QVector< QString > &loaded_names) |
| void | load_frei0r_effects () |
| typedef void(* f0rGetPluginInfo) (f0r_plugin_info_t *info) |
| void init_effects | ( | ) |
| void load_frei0r_effects | ( | ) |
| void load_frei0r_effects_worker | ( | const QString & | dir, |
| EffectMeta & | em, | ||
| QVector< QString > & | loaded_names | ||
| ) |
| void load_internal_effects | ( | ) |
| void load_shader_effects | ( | ) |
1.8.15