Python LMF library
 All Classes Namespaces Files Functions Variables
Public Member Functions | Public Attributes | List of all members
pylmflib.pylmflib.resources.material.Material Class Reference

Material is a Resource subclass. More...

Inheritance diagram for pylmflib.pylmflib.resources.material.Material:

Public Member Functions

def __init__
 As Material is an abstract class, constructor raises an error. More...
 
def __del__
 As Material is an abstract class, desctructor raises an error. More...
 
def __new__
 Private initialization called from Material subclasses. More...
 

Public Attributes

 mediaType
 
 fileName
 
 author
 

Detailed Description

Material is a Resource subclass.

Material is an abstract class representing an audiovisual resource: an audio recording, a picture or a video. The Material class allows subclasses.

Definition at line 8 of file material.py.

Constructor & Destructor Documentation

def pylmflib.pylmflib.resources.material.Material.__init__ (   self)

As Material is an abstract class, constructor raises an error.

Definition at line 11 of file material.py.

def pylmflib.pylmflib.resources.material.Material.__del__ (   self)

As Material is an abstract class, desctructor raises an error.

Definition at line 16 of file material.py.

Member Function Documentation

def pylmflib.pylmflib.resources.material.Material.__new__ (   self)

Private initialization called from Material subclasses.

Material subinstances are owned by FormRepresentation.

Definition at line 21 of file material.py.

Member Data Documentation

pylmflib.pylmflib.resources.material.Material.author

Definition at line 27 of file material.py.

pylmflib.pylmflib.resources.material.Material.fileName

Definition at line 26 of file material.py.

pylmflib.pylmflib.resources.material.Material.mediaType

Definition at line 25 of file material.py.


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