// // Created by chris on 03.04.16. // #ifndef VDR_PLUGIN_PLEX_SDGENERICVIEWELEMENTS_H #define VDR_PLUGIN_PLEX_SDGENERICVIEWELEMENTS_H #include #include class cSdClock { private: int m_lastsecond = 0; protected: std::shared_ptr m_pWatch = nullptr; public: cSdClock(std::shared_ptr pViewelement); bool DrawTime(); }; #endif //VDR_PLUGIN_PLEX_SDGENERICVIEWELEMENTS_H