Package wx :: Class MemoryFSHandler
[frames | no frames]

Type MemoryFSHandler

          object --+    
                   |    
CPPFileSystemHandler --+
                       |
                      MemoryFSHandler


Proxy of C++ MemoryFSHandler class


Method Summary
MemoryFSHandler __init__(self)
  __repr__(self)
  AddFile(filename, dataItem, imgType)
Add 'file' to the memory filesystem. (Static method)
bool CanOpen(self, location)
String FindFirst(self, spec, flags)
String FindNext(self)
FSFile OpenFile(self, fs, location)
  RemoveFile(filename)
(Static method)
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
Return hash(x)...
  __new__(T, S, ...)
Return a new object with type S, a subtype of T...
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
Return str(x)...

Static Method Details

AddFile(filename, dataItem, imgType=-1)

Add 'file' to the memory filesystem. The dataItem parameter can either be a wx.Bitmap, wx.Image or a string that can contain arbitrary data. If a bitmap or image is used then the imgType parameter should specify what kind of image file it should be written as, wx.BITMAP_TYPE_PNG, etc.


Generated by Epydoc 2.1.20050511.rpd on Sat Jun 16 16:50:53 2007 http://epydoc.sf.net