User interface for showing data set information.
Methods
|
|
|
|
__init__
|
__init__ (
self,
dialog,
parent,
)
|
|
cache_size_cb
|
cache_size_cb ( self, event )
|
|
cache_use_cb
|
cache_use_cb ( self )
|
|
duplicate_cb
|
duplicate_cb ( self )
|
|
list_region
|
list_region ( self, line )
|
|
open_subsamples
|
open_subsamples (
self,
data_region,
grid_object,
cell_size,
)
|
|
open_subsamplings
|
open_subsamplings ( self, grid_objects )
|
|
open_subsamplings_cb
|
open_subsamplings_cb ( self )
|
|
region_selection_cb
|
region_selection_cb ( self, event )
|
|
remove_listed_region
|
remove_listed_region ( self, index )
|
|
reset_origin_cb
|
reset_origin_cb ( self )
|
|
reset_step_cb
|
reset_step_cb ( self )
|
|
selected_list_regions
|
selected_list_regions ( self )
|
|
set_subsample_menu
|
set_subsample_menu ( self, data_region )
|
|
show_when_opened
|
show_when_opened ( self, data_region )
Decide whether a data region is small enough to show when opened.
|
|
subsample_menu_cb
|
subsample_menu_cb ( self )
Currently don't do anything when subsample menu selection is changed.
|
|
update_data_gui
|
update_data_gui ( self, data_region )
|
|
update_data_position_from_gui
|
update_data_position_from_gui ( self, data_region )
|
|
update_origin
|
update_origin ( self, xyz_origin )
|
|
update_step
|
update_step ( self, xyz_step )
|
|
update_subsample_menu
|
update_subsample_menu ( self, data_region )
|