mirror of
https://projects.vdr-developer.org/git/vdr-plugin-tvguide.git
synced 2023-10-05 13:01:48 +00:00
rewrote epg grid handling and scrolling, added status header
This commit is contained in:
8
config.h
8
config.h
@@ -13,6 +13,10 @@ class cTvguideConfig {
|
||||
int channelCols;
|
||||
int displayTime;
|
||||
int minuteHeight;
|
||||
int displayStatusHeader;
|
||||
int statusHeaderPercent;
|
||||
int statusHeaderHeight;
|
||||
int scaleVideo;
|
||||
int timeColWidth;
|
||||
int headerHeight;
|
||||
int footerHeight;
|
||||
@@ -32,6 +36,8 @@ class cTvguideConfig {
|
||||
int fontIndex;
|
||||
const char *fontNameDefault;
|
||||
int fontHeaderSize;
|
||||
int fontStatusHeaderSize;
|
||||
int fontStatusHeaderLargeSize;
|
||||
int fontGridSize;
|
||||
int fontGridSmallSize;
|
||||
int fontTimeLineWeekdaySize;
|
||||
@@ -45,6 +51,8 @@ class cTvguideConfig {
|
||||
int fontMessageBoxSize;
|
||||
int fontMessageBoxLargeSize;
|
||||
const cFont *FontHeader;
|
||||
const cFont *FontStatusHeader;
|
||||
const cFont *FontStatusHeaderLarge;
|
||||
const cFont *FontGrid;
|
||||
const cFont *FontGridSmall;
|
||||
const cFont *FontTimeLineWeekday;
|
||||
|
Reference in New Issue
Block a user