LibreOffice Module pyuno (master) 1
Public Member Functions | Public Attributes | List of all members
unohelper._FactoryHelper_ Class Reference
Inheritance diagram for unohelper._FactoryHelper_:
[legend]
Collaboration diagram for unohelper._FactoryHelper_:
[legend]

Public Member Functions

def __init__ (self, clazz, implementationName, serviceNames)
 
def getImplementationName (self)
 
def supportsService (self, ServiceName)
 
def getSupportedServiceNames (self)
 
def createInstanceWithContext (self, context)
 
def createInstanceWithArgumentsAndContext (self, args, context)
 
- Public Member Functions inherited from unohelper.Base
def getTypes (self)
 
def getImplementationId (self)
 

Public Attributes

 clazz
 
 implementationName
 
 serviceNames
 

Detailed Description

Definition at line 276 of file unohelper.py.

Constructor & Destructor Documentation

◆ __init__()

def unohelper._FactoryHelper_.__init__ (   self,
  clazz,
  implementationName,
  serviceNames 
)

Definition at line 277 of file unohelper.py.

Member Function Documentation

◆ createInstanceWithArgumentsAndContext()

def unohelper._FactoryHelper_.createInstanceWithArgumentsAndContext (   self,
  args,
  context 
)

◆ createInstanceWithContext()

def unohelper._FactoryHelper_.createInstanceWithContext (   self,
  context 
)

◆ getImplementationName()

def unohelper._FactoryHelper_.getImplementationName (   self)

◆ getSupportedServiceNames()

def unohelper._FactoryHelper_.getSupportedServiceNames (   self)

◆ supportsService()

def unohelper._FactoryHelper_.supportsService (   self,
  ServiceName 
)

Member Data Documentation

◆ clazz

unohelper._FactoryHelper_.clazz

◆ implementationName

unohelper._FactoryHelper_.implementationName

Definition at line 279 of file unohelper.py.

Referenced by unohelper._FactoryHelper_.getImplementationName().

◆ serviceNames

unohelper._FactoryHelper_.serviceNames

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