mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
reduce impact of zapit/frontend_c.h header
down from ~217 files to ~57...
This commit is contained in:
committed by
M. Liebmann
parent
47b1a8b642
commit
98b2461da7
@@ -58,6 +58,7 @@ extern "C" {
|
||||
#define TSHIFT_MODE_REWIND 3
|
||||
|
||||
class CFrontend;
|
||||
class CZapitChannel;
|
||||
|
||||
//FIXME
|
||||
enum record_error_msg_t
|
||||
|
@@ -31,6 +31,7 @@
|
||||
#include <neutrino.h>
|
||||
#include "cc_frm_signalbars.h"
|
||||
#include <driver/fontrenderer.h>
|
||||
#include <zapit/include/zapit/frontend_c.h>
|
||||
#include <sstream>
|
||||
|
||||
#define SB_MIN_HEIGHT 12
|
||||
|
@@ -36,7 +36,6 @@
|
||||
#include <gui/components/cc_item_progressbar.h>
|
||||
#include <gui/components/cc_item_text.h>
|
||||
#include <gui/components/cc_text_screen.h>
|
||||
#include <zapit/include/zapit/frontend_c.h>
|
||||
#include <driver/neutrinofonts.h>
|
||||
|
||||
/// Basic class for signalbars
|
||||
@@ -48,6 +47,7 @@ CSignalBar() and their sub classes based up CComponentsForm() and are usable lik
|
||||
CSignalBar() is intended to show signal rate.
|
||||
*/
|
||||
|
||||
class CFrontend;
|
||||
class CSignalBar : public CComponentsForm, public CCTextScreen
|
||||
{
|
||||
public:
|
||||
|
Reference in New Issue
Block a user