Package plugins :: Package misc :: Package where :: Module main :: Class XYZPlugin
[hide private]
[frames] | no frames]

Class XYZPlugin

source code

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

Plugin where

Instance Methods [hide private]
 
__init__(self, xyz) source code
 
load(self)
Restore locations on startup.
source code
 
save(self)
Save locations on shutdown
source code
Class Variables [hide private]
  NAME = u"where"
  AUTHOR = u"Max E. Kuznecov <syhpoon@syhpoon.name>"
  VERSION = u"0.2"
  BRIEF_DESCRIPTION = _(u"Save panels locations")
  FULL_DESCRIPTION = _(u"When starting load previously saved loc...
  NAMESPACE = u"misc"
  MIN_XYZ_VERSION = 4
  DOC = None
hash(x)
  HOMEPAGE = "http://xyzcmd.syhpoon.name/"
  EVENTS = None
hash(x)
Method Details [hide private]

load(self)

source code 

Restore locations on startup. File format is following: /panel-1/path /panel-2/path <Number of tabs in panel-1> <Active tab index in panel-1> <Active tab selected name in panel-1> panel-1 tab-1 path panel-1 tab-1 selected panel-1 tab-n path panel-1 tab-n selected <Number of tabs in panel-2> <Active tab index in panel-2> <Active tab selected name in panel-2> panel-2 tab-1 path panel-2 tab-1 selected panel-2 tab-n path panel-2 tab-n selected


Class Variable Details [hide private]

FULL_DESCRIPTION

Value:
_(u"When starting load previously saved locations")