|
WoW Model Viewer
Your premiere tool for viewing, equipping and animating World of Warcraft models.
|
Abstract base class for URL-based import plugins (Armory, Wowhead, etc.). More...
#include <ImporterPlugin.h>
Public Member Functions | |
| ImporterPlugin ()=default | |
| virtual | ~ImporterPlugin ()=default |
| virtual bool | acceptURL (const std::string &url) const =0 |
| virtual NPCInfos * | importNPC (const std::string &url) const =0 |
| virtual ItemRecord * | importItem (const std::string &url) const =0 |
| virtual CharInfos * | importChar (const std::string &url) const =0 |
Abstract base class for URL-based import plugins (Armory, Wowhead, etc.).
Subclasses detect whether they can handle a given URL and import character, NPC, or item data from it.
Definition at line 13 of file ImporterPlugin.h.
|
default |
|
virtualdefault |
|
pure virtual |
Implemented in WowheadImporter, and ArmoryImporter.
|
pure virtual |
|
pure virtual |
|
pure virtual |