mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-14 00:43:42 +02:00
CComponents: add new header file cc_signals.h with some basic members
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user