xentara-plugin v2.0.1
The Xentara Plugin Framework
Loading...
Searching...
No Matches
xentara::plugin::Plugin Class Referenceabstract

deprecated Deprecated base class for deprecated Xentara plugin objects More...

#include <xentara/plugin/Plugin.hpp>

+ Inheritance diagram for xentara::plugin::Plugin:

Classes

class  Registry
 Deprecated registry for plugin objects. More...
 

Public Member Functions

virtual ~Plugin ()=0
 Virtual destructor.
 
virtual auto registerObjects (Registry &) -> void=0
 Deprecated callback that is no longer called.
 

Detailed Description

deprecated Deprecated base class for deprecated Xentara plugin objects

Deprecated:
This class is no longer needed. Skills are now registered automatically in the constructor of xentara::skill::Skill::Class

Constructor & Destructor Documentation

◆ ~Plugin()

xentara::plugin::Plugin::~Plugin ( )
pure virtualdefault

Virtual destructor.

Member Function Documentation

◆ registerObjects()

virtual auto xentara::plugin::Plugin::registerObjects ( Registry ) -> void
pure virtual

Deprecated callback that is no longer called.

Skills are now registered automatically in the constructor of skill::Skill::Class.