11 #include "addons/Resource.h" 26 void OnPreUnInstall()
override;
28 bool IsAllowed(
const std::string &file)
const override;
29 std::string GetFullPath(
const std::string &filePath)
const override;
32 const std::string&
GetType()
const {
return m_type; }
35 bool HasXbt(
CURL& xbtUrl)
const;
A collection of images. The collection can have a type.
Definition: ImageResource.h:21
const std::string & GetType() const
Returns type of image collection.
Definition: ImageResource.h:32
Definition: Resource.h:19