HAL
plugin_manager.cpp File Reference
Include dependency graph for plugin_manager.cpp:

Go to the source code of this file.

Namespaces

 hal
 
 hal::plugin_manager
 

Functions

std::filesystem::path hal::plugin_manager::get_plugin_path (std::string plugin_name)
 
bool hal::plugin_manager::has_valid_file_extension (std::filesystem::path file_name)
 
std::set< std::string > hal::plugin_manager::get_plugin_names ()
 
std::vector< PluginFeature > hal::plugin_manager::get_plugin_features (std::string name)
 
std::unordered_map< std::string, std::string > hal::plugin_manager::get_cli_plugin_flags ()
 
std::unordered_map< std::string, std::string > hal::plugin_manager::get_ui_plugin_flags ()
 
ProgramOptions hal::plugin_manager::get_cli_plugin_options ()
 
bool hal::plugin_manager::load_all_plugins (const std::vector< std::filesystem::path > &directory_names)
 
bool hal::plugin_manager::load (const std::string &plugin_name, const std::filesystem::path &file_path_or_empty)
 
bool hal::plugin_manager::unload_all_plugins ()
 
bool hal::plugin_manager::unload (const std::string &plugin_name)
 
BasePluginInterface * hal::plugin_manager::get_plugin_instance (const std::string &plugin_name, bool initialize, bool silent)
 
u64 hal::plugin_manager::add_model_changed_callback (std::function< void(bool, std::string const &, std::string const &)> callback)
 
void hal::plugin_manager::remove_model_changed_callback (u64 id)
 
void hal::plugin_manager::add_existing_options_description (const ProgramOptions &existing_options)