Trade equipment common library.  1.0.0
Public Member Functions | List of all members
TEPluginBase Class Referenceabstract

#include <teplugin.h>

Inheritance diagram for TEPluginBase:
TEPlugin< Type >

Public Member Functions

 TEPluginBase ()
 
 ~TEPluginBase ()
 
virtual QStringList keys () const =0
 
virtual TEBasecreate (const QString &key)=0
 

Detailed Description

Class for work with extensions

Constructor & Destructor Documentation

◆ TEPluginBase()

TEPluginBase::TEPluginBase ( )

Constructs a Ananas extension plugin. This is invoked automatically by the Q_EXPORT_PLUGIN macro.

◆ ~TEPluginBase()

TEPluginBase::~TEPluginBase ( )

Destroys the Ananas extension plugin.

You never have to call this explicitly. Qt destroys a plugin automatically when it is no longer used.


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