|
ReactOS 0.4.16-dev-1875-g3000d45
|
#include <favorites.h>

Public Member Functions | |
| void | read (const_XMLPos &pos) |
| read bookmark folder from XBEL formated XML tree | |
| void | write (XMLPos &pos) const |
| write bookmark folder content from XBEL formated XML tree | |
Public Attributes | |
| String | _name |
| String | _description |
| BookmarkList | _bookmarks |
Definition at line 86 of file favorites.h.
| void BookmarkFolder::read | ( | const_XMLPos & | pos | ) |
read bookmark folder from XBEL formated XML tree
Definition at line 160 of file favorites.cpp.
| void BookmarkFolder::write | ( | XMLPos & | pos | ) | const |
write bookmark folder content from XBEL formated XML tree
Definition at line 176 of file favorites.cpp.
| BookmarkList BookmarkFolder::_bookmarks |
Definition at line 90 of file favorites.h.
Referenced by BookmarkList::import_IE_favorites(), read(), and write().
| String BookmarkFolder::_description |
Definition at line 89 of file favorites.h.
| String BookmarkFolder::_name |
Definition at line 88 of file favorites.h.
Referenced by BookmarkList::import_IE_favorites(), read(), and write().