|
__init__(self,
xyz,
size,
path,
enc,
active=False)
@param xyz: XYZData instance
@param size: Block widget size
@type size: L{libxyz.ui.Size}
@param enc: Local encoding
@param active: Boolean flag, True if block is active |
source code
|
|
|
|
|
|
|
|
|
|
|
render(self,
(maxcol,),
focus=False)
Render block |
source code
|
|
|
|
|
|
|
_get_visible(self,
rows,
cols,
reload=False)
Get currently visible piece of entries |
source code
|
|
|
_process_skin_rulesets(self)
Process defined fs.* rulesets |
source code
|
|
|
|
|
_set_info(self,
vfsobj,
cols)
Set info text |
source code
|
|
|
_set_custom_info(self,
custom_text,
cols)
Set custom info text |
source code
|
|
|
_update_vindex(self,
rows)
Calculate vindex according to selected position |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
get_selected(self)
Get selected VFSObject instance |
source code
|
|
|
get_current(self)
Get current VFSObject instance |
source code
|
|
|
get_tagged(self)
Return list of tagged VFSObject instances |
source code
|
|
|
get_untagged(self)
Return list of not tagged VFSObject instances |
source code
|
|
|
toggle_tag(self)
Toggle tagged selected file |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
action(self)
Perform action on selected file |
source code
|
|
|
chdir(self,
path,
reload=True,
active=True)
Change directory If reload is not True only execute os.chdir, without
reloading directory contents If active is False do not call os.chdir |
source code
|
|
|
|
|
|
|
search_cycle(self)
Search from current position downwards and then from top to currently
selected |
source code
|
|
|
|
|
|
|
_before_switch_tab_hook(self,
block,
index)
Before switch tab hook |
source code
|
|
|
_switch_tab_hook(self,
block,
index)
Switch tab hook |
source code
|
|
|
_new_tab_hook(self,
block,
_index)
New tab hook |
source code
|
|
|
_del_tab_hook(self,
block,
index)
Delete tab hook |
source code
|
|
|
|