mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
CProgressWindow: add member showStatus()
This displays only one progress bar instead two and shows the global status. That's senseful , if only one progress bar is required.
This commit is contained in:
@@ -48,10 +48,11 @@ class CProgressWindow : public CComponentsWindow, public CMenuTarget
|
||||
|
||||
virtual int exec( CMenuTarget* parent, const std::string & actionKey );
|
||||
|
||||
virtual void showGlobalStatus(const unsigned int prog);
|
||||
virtual unsigned int getGlobalStatus(void);
|
||||
virtual void showLocalStatus(const unsigned int prog);
|
||||
virtual void showStatusMessageUTF(const std::string & text); // UTF-8
|
||||
void showStatus(const unsigned int prog);
|
||||
void showGlobalStatus(const unsigned int prog);
|
||||
unsigned int getGlobalStatus(void);
|
||||
void showLocalStatus(const unsigned int prog);
|
||||
void showStatusMessageUTF(const std::string & text); // UTF-8
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user