diff options
Diffstat (limited to 'detailView.h')
-rw-r--r-- | detailView.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/detailView.h b/detailView.h index 38cbdba..9398fc2 100644 --- a/detailView.h +++ b/detailView.h @@ -19,15 +19,18 @@ public: virtual eOSState NavigateBack(); plexclient::Video* GetVideo() { return m_pVideo; }; virtual void Clear(); + bool DrawTime(); private: std::shared_ptr<skindesignerapi::cViewElement> m_pBackground; std::shared_ptr<skindesignerapi::cViewElement> m_pfooter; std::shared_ptr<skindesignerapi::cViewElement> m_pInfo; std::shared_ptr<skindesignerapi::cViewElement> m_pScrollbar; + std::shared_ptr<skindesignerapi::cViewElement> m_pWatch; plexclient::Video *m_pVideo; bool m_drawall; + int m_lastsecond; void DrawBackground(); void DrawFooter(); |