mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
osd_setup: introduce g_settings.window_size to scale some windows
* remove g_settings.big_windows
* add setup window (use up/down to change size)
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6ed30528f9
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-09-02 (Mon, 02 Sep 2013)
Origin message was:
------------------
- osd_setup: introduce g_settings.window_size to scale some windows
* remove g_settings.big_windows
* add setup window (use up/down to change size)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
#ifndef __osd_setup__
|
||||
#define __osd_setup__
|
||||
|
||||
#include <gui/components/cc_item_shapes.h>
|
||||
#include <gui/widget/menue.h>
|
||||
|
||||
#include <driver/framebuffer.h>
|
||||
@@ -43,12 +44,15 @@
|
||||
class COsdSetup : public CMenuTarget, public CChangeObserver
|
||||
{
|
||||
private:
|
||||
CFrameBuffer *frameBuffer;
|
||||
CColorSetupNotifier *colorSetupNotifier;
|
||||
CFontSizeNotifier *fontsizenotifier;
|
||||
CMenuWidget *osd_menu;
|
||||
CMenuWidget *submenu_menus;
|
||||
CMenuForwarder *mfFontFile, *mfTtxFontFile;
|
||||
CMenuForwarder *mfFontFile, *mfTtxFontFile, *mfWindowSize;
|
||||
char window_size_value[6];
|
||||
std::string osdFontFile, osdTtxFontFile;
|
||||
CComponentsShapeSquare *win_demo;
|
||||
|
||||
int width;
|
||||
bool is_wizard;
|
||||
|
Reference in New Issue
Block a user