Package plugins :: Package vfs :: Package fileinfo :: Module main :: Class XYZPlugin
[hide private]
[frames] | no frames]

Class XYZPlugin

source code

libxyz.core.plugins.BasePlugin --+
                                 |
                                XYZPlugin

Plugin fileinfo

Instance Methods [hide private]
 
__init__(self, xyz) source code
 
fileinfo(self)
Show VFS object info
source code
Class Variables [hide private]
  NAME = u"fileinfo"
  AUTHOR = u"Max E. Kuznecov"
  VERSION = u"0.1"
  BRIEF_DESCRIPTION = _(u"Show VFS object information")
  FULL_DESCRIPTION = _(u"Show detailed information provided by V...
  NAMESPACE = u"vfs"
  MIN_XYZ_VERSION = None
hash(x)
  DOC = None
hash(x)
  HOMEPAGE = u"xyzcmd.syhpoon.name"
  EVENTS = [(u"fileinfo", _(u"Event is fired upon showing file-i...
Class Variable Details [hide private]

FULL_DESCRIPTION

Value:
_(u"Show detailed information provided by VFS layer")

EVENTS

Value:
[(u"fileinfo", _(u"Event is fired upon showing file-info dialog.\n" u"\
Arguments: Currently selected VFSObject instance")),]