Fawkes API
Fawkes Development Version
|
23 #ifndef _LIBS_WEBVIEW_NAV_MANAGER_H_
24 #define _LIBS_WEBVIEW_NAV_MANAGER_H_
37 typedef std::map<std::string, std::string>
NavMap;
Mutex mutual exclusion lock.
~WebNavManager()
Destructor.
WebNavManager()
Constructor.
Manage visible navigation entries.
Mutex * mutex()
Get mutex for navigation entries.
Fawkes library namespace.
void remove_nav_entry(std::string baseurl)
Remove a navigation entry.
std::map< std::string, std::string > NavMap
Navigation map type, mapping URLs to labels.
const NavMap & get_nav_entries() const
Get navigation entries.
void add_nav_entry(std::string baseurl, std::string name)
Add a navigation entry.