#include <mediascanner/mediaroot.h>
mediascanner::MediaRootManager::MediaRootManager |
( |
) | |
|
mediascanner::MediaRootManager::~MediaRootManager |
( |
) | |
|
void mediascanner::MediaRootManager::add_listener |
( |
Listener * |
listener) | |
|
void mediascanner::MediaRootManager::AddManualRoot |
( |
const std::string & |
path) | |
|
MediaRoot mediascanner::MediaRootManager::AddRelativeRoot |
( |
const std::string & |
relative_path) | |
|
bool mediascanner::MediaRootManager::enabled |
( |
) | |
const |
void mediascanner::MediaRootManager::initialize |
( |
) | |
|
Explicitly runs the initializer instead of waiting for the main loop to trigger initialization.
MediaRoot mediascanner::MediaRootManager::make_root |
( |
const std::string & |
path) | |
const |
std::vector<std::string> mediascanner::MediaRootManager::manual_roots |
( |
) | |
const |
std::vector<MediaRoot> mediascanner::MediaRootManager::media_roots |
( |
) | |
const |
void mediascanner::MediaRootManager::remove_listener |
( |
Listener * |
listener) | |
|
void mediascanner::MediaRootManager::set_enabled |
( |
bool |
enabled) | |
|