Kodi Documentation  18.0
Kodi is an open source media player and entertainment hub.
ProgressDialogHelper Class Reference

Public Types

enum  wait_result { TimedOut, Canceled, Success }
 

Public Member Functions

 ProgressDialogHelper (const std::string &heading)
 
 ~ProgressDialogHelper ()
 
bool HasDialog () const
 
wait_result ShowAndWait (const WaitCondition &waitObj, unsigned timeOutSec, const std::string &line1)
 

Member Enumeration Documentation

§ wait_result

Enumerator
TimedOut 
Canceled 
Success 

Constructor & Destructor Documentation

§ ProgressDialogHelper()

ProgressDialogHelper::ProgressDialogHelper ( const std::string &  heading)
inlineexplicit

§ ~ProgressDialogHelper()

ProgressDialogHelper::~ProgressDialogHelper ( )
inline

Member Function Documentation

§ HasDialog()

bool ProgressDialogHelper::HasDialog ( ) const
inline

§ ShowAndWait()

wait_result ProgressDialogHelper::ShowAndWait ( const WaitCondition waitObj,
unsigned  timeOutSec,
const std::string &  line1 
)
inline

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