Package timedrive :: Module restoredialog :: Class RestoreDialog
[frames] | no frames]

Class RestoreDialog


Local and Remote Duplicity Archive Browser

Instance Methods
 
__init__(self, parent)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
 
LoadArchive_FromSettings(self, restore_time=None)
Load the archive file list from the values in the settings
 
LoadArchive_Remote(self, archiveUrl, gnu_passphrase, AmazonS3=False)
Load the archive file list from the values in the Advanced Restore Pane of the MainWindow.
 
LoadArchive_FromTimeline(self, timeInt)
 
SetTimeline(self, timeInt)
 
LoadArchive_SetModelList(self, transferModel)
Sets the file list model, search model, and sets up the search options.
 
buttonClearSearch_Pressed(self)
 
ChangeBackupDirectory(self, modelIndex=None)
 
ClearSearch(self)
 
UpdateSearchResults(self)
 
buttonAddFiles_Pressed(self)
Adds files/folders to the restore list.
 
SetModelColumns(self)
Sets the headers and widths of the file list tree view.
 
showTimeline(self, option)
Toggles the timeline between visible and invisible.
 
enableTimeline(self, option)
Enables/disables the timieline controls
 
buttonReloadSnapshot_Pressed(self)
 
buttonSnapshotRight_Pressed(self)
 
buttonSnapshotLeft_Pressed(self)
 
LoadSliderData(self, sliderData, currentSnapshot=None)
Sets default values for the snapshot slider and associated labels.
 
isChanged(self)
 
setChanged(self, value)

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables
  changed = property(isChanged, setChanged)
Properties

Inherited from object: __class__

Method Details

__init__(self, parent)
(Constructor)

 

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

Overrides: object.__init__
(inherited documentation)