EvEmu
0.8.4
11 September 2021
|
#include "BookmarkDB.h"
Public Attributes | |
uint16 | typeID |
uint32 | bookmarkID |
uint32 | ownerID |
uint32 | itemID |
uint32 | locationID |
uint32 | folderID |
uint32 | creatorID |
int64 | created |
GPoint | point |
std::string | memo |
std::string | note |
Definition at line 42 of file BookmarkDB.h.
uint32 BmData::bookmarkID |
Definition at line 45 of file BookmarkDB.h.
Referenced by BookmarkDB::GetVoucherData(), and BookmarkDB::SaveNewBookmark().
int64 BmData::created |
Definition at line 51 of file BookmarkDB.h.
Referenced by BookmarkDB::GetVoucherData().
uint32 BmData::creatorID |
Definition at line 50 of file BookmarkDB.h.
Referenced by BookmarkDB::GetVoucherData(), and BookmarkDB::SaveNewBookmark().
uint32 BmData::folderID |
Definition at line 49 of file BookmarkDB.h.
Referenced by BookmarkDB::GetVoucherData(), and BookmarkDB::SaveNewBookmark().
uint32 BmData::itemID |
Definition at line 47 of file BookmarkDB.h.
Referenced by BookmarkDB::GetVoucherData(), and BookmarkDB::SaveNewBookmark().
uint32 BmData::locationID |
Definition at line 48 of file BookmarkDB.h.
Referenced by BookmarkDB::GetVoucherData(), and BookmarkDB::SaveNewBookmark().
std::string BmData::memo |
Definition at line 53 of file BookmarkDB.h.
Referenced by BookmarkDB::GetVoucherData(), and BookmarkDB::SaveNewBookmark().
std::string BmData::note |
Definition at line 54 of file BookmarkDB.h.
Referenced by BookmarkDB::GetVoucherData(), and BookmarkDB::SaveNewBookmark().
uint32 BmData::ownerID |
Definition at line 46 of file BookmarkDB.h.
Referenced by BookmarkDB::GetVoucherData(), and BookmarkDB::SaveNewBookmark().
GPoint BmData::point |
Definition at line 52 of file BookmarkDB.h.
Referenced by BookmarkDB::GetVoucherData(), and BookmarkDB::SaveNewBookmark().
uint16 BmData::typeID |
Definition at line 44 of file BookmarkDB.h.
Referenced by BookmarkDB::GetVoucherData(), and BookmarkDB::SaveNewBookmark().