Package FreeImagePy :: Module library :: Class internlLibrary
[show private | hide private]
[frames | no frames]

Type internlLibrary

object --+
         |
        internlLibrary


Class for the real library load
Method Summary
  __init__(self, libraryName)
Initialize the library and set the self.init value to error if an exception is raise
  getStatus(self)
Return the current status Now I'm used only for cotrol the correct initialialize, but in the future...
  setBind(self, function)
Call me when you want to set a new bind
  showErrors(self, imageFormat, message)
Print message on errors.
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
x.__hash__() <==> hash(x)
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __repr__(x)
x.__repr__() <==> repr(x)
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
x.__str__() <==> str(x)

Class Variable Summary
CFuncPtrType MessageOutput = ctypes.CFunctionType

Method Details

__init__(self, libraryName=None)
(Constructor)

Initialize the library and set the self.init value to error if an exception is raise
Overrides:
__builtin__.object.__init__

getStatus(self)

Return the current status Now I'm used only for cotrol the correct initialialize, but in the future...

setBind(self, function)

Call me when you want to set a new bind

showErrors(self, imageFormat, message)

Print message on errors. Overwrite me if you want.

Generated by Epydoc 2.1 on Fri Nov 17 12:52:34 2006 http://epydoc.sf.net