MythTV master
Public Member Functions | List of all members
xbmcgui.DialogProgress Class Reference

Public Member Functions

None __init__ (self)
 
None create (self, str heading, str message="")
 
None update (self, int percent, str message="")
 
None close (self)
 
bool iscanceled (self)
 

Detailed Description

Definition at line 16 of file xbmcgui.py.

Constructor & Destructor Documentation

◆ __init__()

None xbmcgui.DialogProgress.__init__ (   self)

Definition at line 18 of file xbmcgui.py.

Member Function Documentation

◆ close()

None xbmcgui.DialogProgress.close (   self)

Definition at line 29 of file xbmcgui.py.

◆ create()

None xbmcgui.DialogProgress.create (   self,
str  heading,
str   message = "" 
)

Definition at line 21 of file xbmcgui.py.

◆ iscanceled()

bool xbmcgui.DialogProgress.iscanceled (   self)

Definition at line 32 of file xbmcgui.py.

◆ update()

None xbmcgui.DialogProgress.update (   self,
int  percent,
str   message = "" 
)

Definition at line 25 of file xbmcgui.py.


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