Classes | |
class | ImageStore |
class | ImageStoreImpl |
class | ImageStoreProxy |
Typedefs | |
using | ImageStorePtr = qi::Object< ImageStore > |
Functions | |
ImageStorePtr | getImageStore () |
QI_REGISTER_IMPLEMENTATION (ImageStore, ImageStoreImpl) | |
QI_REGISTER_OBJECT (ImageStore, storeImage, getImage) | |
QI_REGISTER_PROXY_INTERFACE (ImageStoreProxy, ImageStore) | |
using alice::ImageStorePtr = typedef qi::Object<ImageStore> |
Definition at line 26 of file imagestore.hpp.
ALICE_SERVICE_API ImageStorePtr alice::getImageStore | ( | ) |
Definition at line 83 of file imagestore.cpp.
alice::QI_REGISTER_IMPLEMENTATION | ( | ImageStore | , |
ImageStoreImpl | |||
) |
alice::QI_REGISTER_OBJECT | ( | ImageStore | , |
storeImage | , | ||
getImage | |||
) |
alice::QI_REGISTER_PROXY_INTERFACE | ( | ImageStoreProxy | , |
ImageStore | |||
) |