19#ifndef FILEWATCHER_HPP
20#define FILEWATCHER_HPP
22#include <wx/fswatcher.h>
23#include <wx/filename.h>
40 bool Add(
const wxFileName& path,
int events = wxFSW_EVENT_ALL);
41 bool Remove(
const wxFileName& path);
std::vector< std::string > vDefaultPaths
std::map< wxString, wxString > mWatchedFiles
bool isDefaultPath(const wxFileName &path)
bool Remove(const wxFileName &path)
bool Add(const wxFileName &path, int events=wxFSW_EVENT_ALL)
bool SetDefaultPaths(const std::vector< std::string > &vPaths)