Home
last modified time | relevance | path

Searched refs:TagContentControllerV2 (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/yacreader/yacreader-9.8.2/YACReaderLibrary/server/controllers/v2/
H A Dtagcontentcontroller_v2.cpp13 TagContentControllerV2::TagContentControllerV2() in TagContentControllerV2() function in TagContentControllerV2
17 void TagContentControllerV2::service(HttpRequest &request, HttpResponse &response) in service()
31 void TagContentControllerV2::serviceContent(const int &library, const qulonglong &tagId, HttpRespon… in serviceContent()
H A Dtagcontentcontroller_v2.h8 class TagContentControllerV2 : public stefanfrings::HttpRequestHandler
11 Q_DISABLE_COPY(TagContentControllerV2)
14 TagContentControllerV2();
/dports/graphics/yacreader/yacreader-9.8.2/YACReaderLibrary/server/
H A Drequestmapper.cpp297 TagContentControllerV2().service(request, response); in serviceV2()