mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-03 02:41:21 +02:00
CCTypes: outsource type variables and methods into own inheritable class
This commit is contained in:
@@ -38,7 +38,7 @@ Basic paint attributes and member functions for component classes
|
||||
*/
|
||||
|
||||
class CComponentsTimer;
|
||||
class CCDraw : public COSDFader, public CComponentsSignals
|
||||
class CCDraw : public COSDFader, public CComponentsSignals, public CCTypes
|
||||
{
|
||||
protected:
|
||||
///pixel buffer handling, returns pixel buffer depends of given parameters
|
||||
|
Reference in New Issue
Block a user