enigma2  2.6
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
Components.DiskInfo.DiskInfo Class Reference
Inheritance diagram for Components.DiskInfo.DiskInfo:
Components.VariableText.VariableText Components.GUIComponent.GUIComponent

Public Member Functions

def __init__ (self, path, type, update=True)
 
def update (self)
 
- Public Member Functions inherited from Components.VariableText.VariableText
def __init__ (self)
 
def setText (self, text)
 
def setMarkedPos (self, pos)
 
def getText (self)
 
def postWidgetCreate (self, instance)
 
- Public Member Functions inherited from Components.GUIComponent.GUIComponent
def __init__ (self)
 
def execBegin (self)
 
def execEnd (self)
 
def onShow (self)
 
def onHide (self)
 
def destroy (self)
 
def applySkin (self, desktop, parent)
 
def move (self, x, y=None)
 
def resize (self, x, y=None)
 
def setZPosition (self, z)
 
def show (self)
 
def hide (self)
 
def getVisible (self)
 
def setVisible (self, visible)
 
def setPosition (self, x, y)
 
def getPosition (self)
 
def getSize (self)
 
def GUIcreate (self, parent)
 
def GUIdelete (self)
 
def createWidget (self, parent)
 
def postWidgetCreate (self, instance)
 
def preWidgetRemove (self, instance)
 

Public Attributes

 type
 
 path
 
- Public Attributes inherited from Components.VariableText.VariableText
 message
 
 instance
 
- Public Attributes inherited from Components.GUIComponent.GUIComponent
 instance
 
 onVisibilityChange
 
 skinAttributes
 
 deprecationInfo
 
 width
 
 height
 

Static Public Attributes

int FREE = 0
 
int USED = 1
 
int SIZE = 2
 
 GUI_WIDGET = eLabel
 

Additional Inherited Members

- Properties inherited from Components.VariableText.VariableText
 text = property(getText, setText)
 
- Properties inherited from Components.GUIComponent.GUIComponent
 visible = property(getVisible, setVisible)
 
 position = property(getPosition, setPosition)
 

Constructor & Destructor Documentation

◆ __init__()

def Components.DiskInfo.DiskInfo.__init__ (   self,
  path,
  type,
  update = True 
)

Member Function Documentation

◆ update()

def Components.DiskInfo.DiskInfo.update (   self)

Member Data Documentation

◆ FREE

int Components.DiskInfo.DiskInfo.FREE = 0
static

◆ GUI_WIDGET

Components.DiskInfo.DiskInfo.GUI_WIDGET = eLabel
static

◆ path

Components.DiskInfo.DiskInfo.path

◆ SIZE

int Components.DiskInfo.DiskInfo.SIZE = 2
static

◆ type

Components.DiskInfo.DiskInfo.type

◆ USED

int Components.DiskInfo.DiskInfo.USED = 1
static

The documentation for this class was generated from the following file: