enigma2  2.6
Classes | Functions | Variables
Screens.HarddiskSetup Namespace Reference

Classes

class  HarddiskDriveSelection
 
class  HarddiskDriveSetup
 
class  HarddiskMountpointBrowser
 
class  HarddiskWait
 
class  StorageInformation
 

Functions

def updateVideoDirs (uuid=None)
 
def doFstabUpgrade (uuid, path, mp, callConfirmApply, applyCallback=None, answer=None, selection=None)
 
def hddConfirmed (confirmed, stype, hdd, partition=None, callback=None)
 

Variables

int HARDDISK_INITIALIZE = 1
 
int HARDDISK_CHECK = 2
 
dictionary harddisk_description = {'desc': _("hard disk"),'Desc': _("Hard disk")}
 
dictionary storagedevice_description = {'desc': _("storage device"),'Desc': _("Storage device")}
 

Function Documentation

◆ doFstabUpgrade()

def Screens.HarddiskSetup.doFstabUpgrade (   uuid,
  path,
  mp,
  callConfirmApply,
  applyCallback = None,
  answer = None,
  selection = None 
)

◆ hddConfirmed()

def Screens.HarddiskSetup.hddConfirmed (   confirmed,
  stype,
  hdd,
  partition = None,
  callback = None 
)

◆ updateVideoDirs()

def Screens.HarddiskSetup.updateVideoDirs (   uuid = None)

Variable Documentation

◆ HARDDISK_CHECK

int Screens.HarddiskSetup.HARDDISK_CHECK = 2

◆ harddisk_description

dictionary Screens.HarddiskSetup.harddisk_description = {'desc': _("hard disk"),'Desc': _("Hard disk")}

◆ HARDDISK_INITIALIZE

int Screens.HarddiskSetup.HARDDISK_INITIALIZE = 1

◆ storagedevice_description

dictionary Screens.HarddiskSetup.storagedevice_description = {'desc': _("storage device"),'Desc': _("Storage device")}