#include "effectloaders.h"
#include "effects/effect.h"
#include "effects/transition.h"
#include "global/path.h"
#include "panels/panels.h"
#include "panels/effectcontrols.h"
#include "global/config.h"
#include <QDir>
#include <QXmlStreamReader>
#include <QLibrary>
#include <QDebug>
#include <frei0r.h>
Typedefs | |
typedef void(* | f0rGetPluginInfo )(f0r_plugin_info_t *info) |
Functions | |
void | load_internal_effects () |
void | load_shader_effects_worker (const QString &effects_path) |
void | load_shader_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 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 | ( | ) |
void load_shader_effects_worker | ( | const QString & | effects_path | ) |