Abstract interface for storing the file system location of a dyanamically-loaded plugin.
More...
#include <pqPluginLocationInterface.h>
Abstract interface for storing the file system location of a dyanamically-loaded plugin.
Definition at line 15 of file pqPluginLocationInterface.h.
◆ ~pqPluginLocationInterface()
| virtual pqPluginLocationInterface::~pqPluginLocationInterface |
( |
| ) |
|
|
virtualdefault |
◆ pqPluginLocationInterface()
| pqPluginLocationInterface::pqPluginLocationInterface |
( |
| ) |
|
|
protected |
◆ StoreLocation()
| virtual void pqPluginLocationInterface::StoreLocation |
( |
const char * |
location | ) |
|
|
pure virtual |
Called once after the plugin is loaded.
If location is null, the plugin is static and has no file system location.
The documentation for this class was generated from the following file: