Module wallpaper :: Class BPFSHandler
[hide private]
[frames] | no frames]

Class BPFSHandler

source code

                   object --+        
                            |        
wx._core.CPPFileSystemHandler --+    
                                |    
       wx._core.FileSystemHandler --+
                                    |
                                   BPFSHandler

Instance Methods [hide private]
FileSystemHandler
__init__(self, wallpapermanager)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
_GetCache(self, location, statinfo)
Return the cached item, or None
source code
 
_AddCache(self, location, statinfo, value)
Add the item to the cache
source code
 
CanOpen(self, location)
CanOpen(self, String location) -> bool
source code
 
OpenFile(self, filesystem, location)
OpenFile(self, FileSystem fs, String location) -> FSFile
source code
 
_OpenFile(self, filesystem, location) source code
 
OpenBPUserImageFile(self, location, name, **kwargs) source code
 
OpenBPImageFile(self, location, name, **kwargs) source code

Inherited from wx._core.FileSystemHandler: FindFirst, FindNext, GetAnchor, GetLeftLocation, GetMimeTypeFromExt, GetProtocol, GetRightLocation

Inherited from wx._core.FileSystemHandler (private): _setCallbackInfo

Inherited from wx._core.CPPFileSystemHandler: __del__, __repr__, __swig_destroy__

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__

Class Variables [hide private]
  CACHELOWWATER = 80
  CACHEHIGHWATER = 100
Properties [hide private]

Inherited from wx._core.FileSystemHandler: Anchor, LeftLocation, MimeTypeFromExt, Protocol, RightLocation, thisown

Inherited from object: __class__

Method Details [hide private]

__init__(self, wallpapermanager)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Returns: FileSystemHandler
Overrides: object.__init__
(inherited documentation)

_GetCache(self, location, statinfo)

source code 

Return the cached item, or None

Note that the location value includes the filename and the parameters such as width/height

CanOpen(self, location)

source code 

CanOpen(self, String location) -> bool

Overrides: wx._core.FileSystemHandler.CanOpen
(inherited documentation)

OpenFile(self, filesystem, location)

source code 

OpenFile(self, FileSystem fs, String location) -> FSFile

Overrides: wx._core.FileSystemHandler.OpenFile
(inherited documentation)