mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 01:41:12 +02:00
CNeutrinoApp: add signal OnAfterSetupFonts
This allows to implement methodes already inside classes without any
additional external var constructions.
Origin commit data
------------------
Branch: ni/coolstream
Commit: a87d16f62a
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-03-02 (Wed, 02 Mar 2016)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1742,6 +1742,7 @@ void CNeutrinoApp::SetupFonts(int fmode)
|
|||||||
/* recalculate infobar position */
|
/* recalculate infobar position */
|
||||||
if (g_InfoViewer)
|
if (g_InfoViewer)
|
||||||
g_InfoViewer->start();
|
g_InfoViewer->start();
|
||||||
|
OnAfterSetupFonts();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**************************************************************************************
|
/**************************************************************************************
|
||||||
|
@@ -239,6 +239,7 @@ public:
|
|||||||
void screensaver(bool);
|
void screensaver(bool);
|
||||||
//signal/event handler before restart of neutrino gui
|
//signal/event handler before restart of neutrino gui
|
||||||
sigc::signal<bool> OnBeforeRestart;
|
sigc::signal<bool> OnBeforeRestart;
|
||||||
|
sigc::signal<void> OnAfterSetupFonts;
|
||||||
void channelRezap();
|
void channelRezap();
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user