CComponents: add new header file cc_signals.h with some basic members

Origin commit data
------------------
Branch: ni/coolstream
Commit: 4731521070
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-08-03 (Sun, 03 Aug 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
2014-08-03 19:27:14 +02:00
committed by [CST] Focus
parent 872fc73a1e
commit 10a0f86449
5 changed files with 266 additions and 2 deletions

View File

@@ -27,6 +27,7 @@
#define __COMPONENTS__
#include "cc_types.h"
#include "cc_signals.h"
#include <gui/widget/textbox.h>
#include <vector>
#include <string>
@@ -38,7 +39,7 @@
Basic attributes and member functions for component sub classes
*/
class CComponents : public COSDFader
class CComponents : public CComponentsSignals, public COSDFader
{
private:
///pixel buffer handling, returns pixel buffer depends of given parameters