App::ExtensionPythonT< ExtensionT > Class Template Reference

Generic Python extension class which allows every extension derived class to behave as a Python extension – simply by subclassing. More...

#include <Extension.h>

Public Types

typedef ExtensionT Inherited
 

Public Member Functions

 ExtensionPythonT ()
 
virtual ~ExtensionPythonT ()
 

Public Attributes

PropertyPythonObject ExtensionProxy
 

Detailed Description

template<class ExtensionT>
class App::ExtensionPythonT< ExtensionT >

Generic Python extension class which allows every extension derived class to behave as a Python extension – simply by subclassing.

Member Typedef Documentation

◆ Inherited

template<class ExtensionT >
typedef ExtensionT App::ExtensionPythonT< ExtensionT >::Inherited

Constructor & Destructor Documentation

◆ ExtensionPythonT()

template<class ExtensionT >
App::ExtensionPythonT< ExtensionT >::ExtensionPythonT ( )

◆ ~ExtensionPythonT()

template<class ExtensionT >
virtual App::ExtensionPythonT< ExtensionT >::~ExtensionPythonT ( )
virtual

Member Data Documentation

◆ ExtensionProxy

template<class ExtensionT >
PropertyPythonObject App::ExtensionPythonT< ExtensionT >::ExtensionProxy

The documentation for this class was generated from the following file:
  • src/App/Extension.h