CUpnpBrowserGui: rework broken detail info

- apply current dline functionality
- use footer class to paint footer, So footer is usable as object.
- use infobox to show content and time info
This commit is contained in:
2016-02-25 22:23:39 +01:00
parent a87d16f62a
commit b3a19f4d8f
2 changed files with 59 additions and 65 deletions

View File

@@ -102,6 +102,8 @@ class CUpnpBrowserGui : public CMenuTarget, public CListHelpers
bool m_playing_entry_is_shown;
time_t timeout;
CComponentsDetailLine * dline;
CComponentsFooter footer;
CComponentsInfoBox ibox, timebox;
bool discoverDevices();
void splitProtocol(std::string &protocol, std::string &prot, std::string &network, std::string &mime, std::string &additional);