mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-15 17:33:37 +02:00
CProgressWindow: add overloaded constructor with string arg
Origin commit data
------------------
Branch: ni/coolstream
Commit: 5049b69c3f
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-02-15 (Wed, 15 Feb 2017)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -150,6 +150,19 @@ class CProgressWindow : public CComponentsWindow, public CMenuTarget
|
||||
sigc::signal<void,size_t, size_t, std::string> *localSignal = NULL,
|
||||
sigc::signal<void, size_t, size_t, std::string> *globalSignal = NULL);
|
||||
|
||||
/**CProgressWindow Constructor
|
||||
* @param[in] title
|
||||
* @li expects type std::string as window title
|
||||
*
|
||||
* @see For other arguments and examples, see related constructor(s)
|
||||
*/
|
||||
CProgressWindow(const std::string &title,
|
||||
const int &dx = 700,
|
||||
const int &dy = 200,
|
||||
sigc::signal<void, size_t, size_t, std::string> *status_Signal = NULL,
|
||||
sigc::signal<void,size_t, size_t, std::string> *localSignal = NULL,
|
||||
sigc::signal<void, size_t, size_t, std::string> *globalSignal = NULL);
|
||||
|
||||
/**Sets titel of window
|
||||
* @param[in] title
|
||||
* @li expects type neutrino_locale_t as window title
|
||||
|
Reference in New Issue
Block a user