#include "BookmarkService.h"
|
enum | CacheCheckTime {
check_Always = 0,
check_Never,
check_in_year,
check_in_6_months,
check_in_3_months,
check_in_1_month,
check_in_1_week,
check_in_1_day,
check_in_12_hours,
check_in_6_hours,
check_in_3_hours,
check_in_2_hours,
check_in_1_hour,
check_in_30_minutes,
check_in_15_minutes,
check_in_5_minutes,
check_in_1_minute,
check_in_30_seconds,
check_in_15_seconds,
check_in_5_seconds,
check_in_1_second,
_checkCount
} |
|
static const char *const | s_checkTimeStrings [_checkCount] |
|
Definition at line 34 of file BookmarkService.h.
BookmarkService::~BookmarkService |
( |
| ) |
|
|
virtual |
bool BookmarkService::LookupBookmark |
( |
uint32 |
bookmarkID, |
|
|
uint32 & |
itemID, |
|
|
uint16 & |
typeID, |
|
|
uint32 & |
locationID, |
|
|
double & |
x, |
|
|
double & |
y, |
|
|
double & |
z |
|
) |
| |
Definition at line 74 of file BookmarkService.cpp.
References BookmarkDB::GetBookmarkInformation(), and m_db.
itemID[count] Create count or of the specified() x() y(z)-Jump to the specified position in space.Stopped." ) COMMAND( translocate
bool GetBookmarkInformation(uint32 bookmarkID, uint32 &itemID, uint16 &typeID, uint32 &locationID, double &x, double &y, double &z)
typeID Spawn an NPC with the specified type text Search for items matching the specified query() type()() itemID() copy() materialLevel()() itemID(attributeID)-Retrieves attribute value." ) COMMAND( setattr
BookmarkService::PyCallable_DECL_CALL |
( |
GetBookmarks |
| ) |
|
|
protected |
BookmarkService::PyCallable_DECL_CALL |
( |
BookmarkLocation |
| ) |
|
|
protected |
BookmarkService::PyCallable_DECL_CALL |
( |
DeleteBookmarks |
| ) |
|
|
protected |
BookmarkService::PyCallable_DECL_CALL |
( |
CreateFolder |
| ) |
|
|
protected |
BookmarkService::PyCallable_DECL_CALL |
( |
UpdateFolder |
| ) |
|
|
protected |
BookmarkService::PyCallable_DECL_CALL |
( |
DeleteFolder |
| ) |
|
|
protected |
BookmarkService::PyCallable_DECL_CALL |
( |
MoveBookmarksToFolder |
| ) |
|
|
protected |
BookmarkService::PyCallable_DECL_CALL |
( |
CopyBookmarks |
| ) |
|
|
protected |
BookmarkService::PyCallable_DECL_CALL |
( |
AddBookmarkFromVoucher |
| ) |
|
|
protected |
BookmarkService::PyCallable_DECL_CALL |
( |
BookmarkScanResult |
| ) |
|
|
protected |
Dispatcher* const BookmarkService::m_dispatch |
|
protected |
uint32 BookmarkService::nextBookmarkID |
|
protected |
The documentation for this class was generated from the following files: