Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
kodi::gui::dialogs::CExtendedProgress Class Reference

#include <ExtendedProgress.h>

Public Member Functions

 CExtendedProgress (const std::string &title="")
 
 ~CExtendedProgress ()
 
std::string Title () const
 Get the used title.
 
void SetTitle (const std::string &title)
 To set the title of dialog.
 
std::string Text () const
 Get the used text information string.
 
void SetText (const std::string &text)
 To set the used text information string.
 
bool IsFinished () const
 To ask dialog is finished.
 
void MarkFinished ()
 Mark progress finished.
 
float Percentage () const
 Get the current progress position as percent.
 
void SetPercentage (float percentage)
 To set the current progress position as percent.
 
void SetProgress (int currentItem, int itemCount)
 To set progress position with predefined places.
 

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