5 #ifndef __EVENT_PATH_H__ 6 #define __EVENT_PATH_H__ 14 const std::string PATH_EVENT =
"df::path";
35 void setResult(SearchResult new_result);
38 SearchResult getResult()
const;
41 void setPath(
Path new_path);
48 #endif // __EVENT_PATH_H__
SearchResult m_result
Result of search.
Definition: EventPath.h:25
A 2-d bounding box.
Definition: Box.h:10
Definition: EventPath.h:22
Path m_path
Path found, if successful.
Definition: EventPath.h:26