Public Member Functions | Protected Member Functions | List of all members
pqPluginLocationInterface Class Referenceabstract

Abstract interface for storing the file system location of a dyanamically-loaded plugin. More...

#include <pqPluginLocationInterface.h>

Inheritance diagram for pqPluginLocationInterface:
Inheritance graph
[legend]

Public Member Functions

virtual ~pqPluginLocationInterface ()=default
 
virtual void StoreLocation (const char *location)=0
 Called once after the plugin is loaded. More...
 

Protected Member Functions

 pqPluginLocationInterface ()
 

Detailed Description

Abstract interface for storing the file system location of a dyanamically-loaded plugin.

Definition at line 15 of file pqPluginLocationInterface.h.

Constructor & Destructor Documentation

◆ ~pqPluginLocationInterface()

virtual pqPluginLocationInterface::~pqPluginLocationInterface ( )
virtualdefault

◆ pqPluginLocationInterface()

pqPluginLocationInterface::pqPluginLocationInterface ( )
protected

Member Function Documentation

◆ 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.

Implemented in vtkPVBivariatePluginLocationImplementation.


The documentation for this class was generated from the following file: