|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <favorites.h>

Public Member Functions | |
| Bookmark () | |
| bool | read_url (LPCTSTR path) |
| read .URL file | |
| bool | read (const_XMLPos &pos) |
| convert XBEL bookmark node | |
| void | write (XMLPos &pos) const |
| write XBEL bookmark node | |
Public Attributes | |
| String | _name |
| String | _description |
| String | _url |
| String | _icon_path |
| int | _icon_idx |
| char | bookmarkName [16] |
| char | name [64] |
| char | user [64] |
| char | pass [64] |
| char | acct [64] |
| char | dir [160] |
| char | ldir [160] |
| int | xferType |
| unsigned int | port |
| time_t | lastCall |
| int | hasSIZE |
| int | hasMDTM |
| int | hasPASV |
| int | isUnix |
| char | lastIP [32] |
| char | comment [128] |
| int | xferMode |
| int | hasUTIME |
| int | deleted |
Definition at line 32 of file favorites.h.
|
inline |
Definition at line 34 of file favorites.h.
| bool Bookmark::read | ( | const_XMLPos & | pos | ) |
convert XBEL bookmark node
Definition at line 86 of file favorites.cpp.
Referenced by BookmarkList::read().
read .URL file
Definition at line 54 of file favorites.cpp.
Referenced by BookmarkList::import_IE_favorites().
| void Bookmark::write | ( | XMLPos & | pos | ) | const |
write XBEL bookmark node
Definition at line 125 of file favorites.cpp.
Referenced by BookmarkList::write().
| String Bookmark::_description |
Definition at line 37 of file favorites.h.
Referenced by FavoritesMenu::AddEntries(), read(), and write().
| int Bookmark::_icon_idx |
Definition at line 40 of file favorites.h.
Referenced by FavoritesMenu::AddEntries(), BookmarkList::fill_tree(), read(), and write().
| String Bookmark::_icon_path |
Definition at line 39 of file favorites.h.
Referenced by FavoritesMenu::AddEntries(), BookmarkList::fill_tree(), read(), read_url(), and write().
| String Bookmark::_name |
Definition at line 36 of file favorites.h.
Referenced by FavoritesMenu::AddEntries(), BookmarkList::fill_tree(), BookmarkList::import_IE_favorites(), read(), and write().
| String Bookmark::_url |
Definition at line 38 of file favorites.h.
Referenced by FavoritesMenu::AddEntries(), FavoritesMenu::Command(), read(), read_url(), write(), and BookmarkList::write().
| char Bookmark::acct[64] |
Definition at line 14 of file bookmark.h.
Referenced by CurrentURL(), OpenCmd(), and SetStartupURL().
| char Bookmark::bookmarkName[16] |
Definition at line 10 of file bookmark.h.
Referenced by BookmarkCmd(), PrintHosts(), and SaveCurrentAsBookmark().
| char Bookmark::comment[128] |
Definition at line 25 of file bookmark.h.
| int Bookmark::deleted |
Definition at line 29 of file bookmark.h.
| char Bookmark::dir[160] |
Definition at line 15 of file bookmark.h.
Referenced by CurrentURL(), DoOpen(), and SaveUnsavedBookmark().
| int Bookmark::hasMDTM |
Definition at line 21 of file bookmark.h.
Referenced by OpenCmd(), and SetStartupURL().
| int Bookmark::hasPASV |
Definition at line 22 of file bookmark.h.
Referenced by OpenCmd(), and SetStartupURL().
| int Bookmark::hasSIZE |
Definition at line 20 of file bookmark.h.
Referenced by OpenCmd(), and SetStartupURL().
| int Bookmark::hasUTIME |
Definition at line 27 of file bookmark.h.
Referenced by OpenCmd(), and SetStartupURL().
| int Bookmark::isUnix |
Definition at line 23 of file bookmark.h.
| time_t Bookmark::lastCall |
Definition at line 19 of file bookmark.h.
Referenced by DoOpen().
| char Bookmark::lastIP[32] |
Definition at line 24 of file bookmark.h.
Referenced by DoOpen().
| char Bookmark::ldir[160] |
Definition at line 16 of file bookmark.h.
Referenced by DoOpen().
| char Bookmark::name[64] |
Definition at line 11 of file bookmark.h.
Referenced by CurrentURL(), OpenCmd(), and SetStartupURL().
| char Bookmark::pass[64] |
Definition at line 13 of file bookmark.h.
Referenced by CurrentURL(), OpenCmd(), SaveCurrentAsBookmark(), and SetStartupURL().
Definition at line 18 of file bookmark.h.
Referenced by CurrentURL(), OpenCmd(), and SetStartupURL().
| char Bookmark::user[64] |
Definition at line 12 of file bookmark.h.
Referenced by CurrentURL(), OpenCmd(), and SetStartupURL().
| int Bookmark::xferMode |
Definition at line 26 of file bookmark.h.
| int Bookmark::xferType |
Definition at line 17 of file bookmark.h.
Referenced by GetCmd(), PutCmd(), SpoolGetCmd(), SpoolPutCmd(), and TypeCmd().