EvEmu  0.8.4
11 September 2021
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
BookmarkDB Member List

This is the complete list of members for BookmarkDB, including all inherited members.

ChangeOwner(uint32 bookmarkID, uint32 ownerID=1)BookmarkDB
CreateNewAccount(const char *login, const char *pass, const char *passHash, int64 role)ServiceDBprotectedstatic
DeleteBookmark(uint32 ownerID, uint32 bookmarkID)BookmarkDB
DeleteBookmarks(std::vector< int32 > *bookmarkList)BookmarkDB
DeleteFolder(int32 folderID)BookmarkDB
GetAccountInformation(CryptoChallengePacket &ccp, AccountData &aData, std::string &failMsg)ServiceDBstatic
GetBookmarkByFolderID(int32 folderID, std::vector< int32 > &bmIDs)BookmarkDB
GetBookmarkDescription(uint32 bookmarkID)BookmarkDBstatic
GetBookmarkInformation(uint32 bookmarkID, uint32 &itemID, uint16 &typeID, uint32 &locationID, double &x, double &y, double &z)BookmarkDB
GetBookmarkName(uint32 bookmarkID)BookmarkDBstatic
GetBookmarks(uint32 ownerID)BookmarkDB
GetBookmarksInFolder(uint32 folderID)BookmarkDB
GetConstant(const char *name, uint32 &into)ServiceDBstatic
GetCorpHangarNames(uint32 corpID, std::map< uint8, std::string > &hangarNames)ServiceDBstatic
GetFolders(uint32 ownerID)BookmarkDB
GetStationOwner(uint32 stationID)ServiceDB
GetVoucherData(BmData &data)BookmarkDB
IncrementLoginCount(uint32 accountID)ServiceDBstatic
LookupChars(const char *match, bool exact=false)ServiceDBstatic
LookupCorporations(const std::string &)ServiceDBstatic
LookupCorporationTickers(const std::string &)ServiceDBstatic
LookupFactions(const std::string &)ServiceDBstatic
LookupKnownLocationsByGroup(const std::string &, uint32)ServiceDBstatic
LookupOwners(const char *match, bool exact=false)ServiceDBstatic
LookupStations(const std::string &)ServiceDBstatic
MoveBookmarkToFolder(int32 folderID, std::vector< int32 > *bookmarkList)BookmarkDB
PrimeOwners(std::vector< int32 > &itemIDs)ServiceDBstatic
ProcessIntChange(const char *key, uint32 oldValue, uint32 newValue, PyDict *notif, std::vector< std::string > &dbQ)ServiceDBprotected
ProcessLongChange(const char *key, int64 oldValue, int64 newValue, PyDict *notif, std::vector< std::string > &dbQ)ServiceDBprotected
ProcessRealChange(const char *key, double oldValue, double newValue, PyDict *notif, std::vector< std::string > &dbQ)ServiceDBprotected
ProcessStringChange(const char *key, const std::string &oldValue, std::string newValue, PyDict *notif, std::vector< std::string > &dbQ)ServiceDBprotected
SaveKillOrLoss(CharKillData &data)ServiceDBstatic
SaveNewBookmark(BmData &data)BookmarkDB
SaveNewFolder(std::string folderName, uint32 ownerID)BookmarkDB
SaveServerStats(double threads, float rss, float vm, float user, float kernel, uint32 items, uint32 bubbles)ServiceDBstatic
SetAccountBanStatus(uint32 accountID, bool banned=false)ServiceDBstatic
SetAccountOnlineStatus(uint32 accountID, bool online=false)ServiceDBstatic
SetCharacterOnlineStatus(uint32 char_id, bool online=false)ServiceDBstatic
SetClientSeed()ServiceDBstatic
SetServerOnlineStatus(bool online=false)ServiceDBstatic
UpdateAccountHash(const char *username, std::string &hash)ServiceDBstatic
UpdateBookmark(uint32 bookmarkID, uint32 ownerID, std::string memo, std::string note, uint32 folderID=0)BookmarkDB
UpdateFolder(int32 folderID, std::string folderName)BookmarkDB
UpdatePassword(uint32 accountID, const char *pass)ServiceDBstatic
ValidateAccountName(CryptoChallengePacket &ccp, std::string &failMsg)ServiceDBstatic