| Home | Trees | Index | Help |
|
|---|
| Package wx :: Class MemoryFSHandler |
|
object --+
|
CPPFileSystemHandler --+
|
MemoryFSHandler
| Method Summary | |
|---|---|
| MemoryFSHandler | __init__(self)
|
__repr__(self)
| |
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) | |
| Static Method Details |
|---|
AddFile(filename, dataItem, imgType=-1)Add 'file' to the memory filesystem. The dataItem parameter can either be awx.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. |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1.20040428.rpd on Tue Nov 9 17:03:19 2004 | http://epydoc.sf.net |