vdr 2.7.6
cSetup Class Reference

#include <config.h>

Public Member Functions

 cSetup (void)
cSetupoperator= (const cSetup &s)
bool Load (const char *FileName)
bool Save (void)
Public Member Functions inherited from cConfig< cSetupLine >
 cConfig (const char *NeedsLocking=NULL)
virtual ~cConfig () override
const char * FileName (void)
bool Load (const char *FileName=NULL, bool AllowComments=false, bool MustExist=false)
bool Save (void) const
Public Member Functions inherited from cList< cSetupLine >
 cList (const char *NeedsLocking=NULL)
const cSetupLineGet (int Index) const
const cSetupLineFirst (void) const
const cSetupLineLast (void) const
const cSetupLinePrev (const cSetupLine *Object) const
const cSetupLineNext (const cSetupLine *Object) const
Public Member Functions inherited from cListBase
virtual ~cListBase ()
bool Lock (cStateKey &StateKey, bool Write=false, int TimeoutMs=0) const
void SetSyncStateKey (cStateKey &StateKey)
void SetUseGarbageCollector (void)
void SetExplicitModify (void)
void SetModified (void)
void Add (cListObject *Object, cListObject *After=NULL)
void Ins (cListObject *Object, cListObject *Before=NULL)
void Del (cListObject *Object, bool DeleteObject=true)
virtual void Move (int From, int To)
void Move (cListObject *From, cListObject *To)
bool Contains (const cListObject *Object) const
const cListObjectGet (int Index) const
cListObjectGet (int Index)
int Count (void) const
void Sort (void)

Public Attributes

int __BeginData__
char OSDLanguage [I18N_MAX_LOCALE_LEN]
char OSDSkin [MaxSkinName]
char OSDTheme [MaxThemeName]
int PrimaryDVB
int ShowInfoOnChSwitch
int TimeoutRequChInfo
int MenuScrollPage
int MenuScrollWrap
int MenuKeyCloses
int MarkInstantRecord
char NameInstantRecord [NAME_MAX+1]
int InstantRecordTime
int LnbSLOF
int LnbFrequLo
int LnbFrequHi
int DiSEqC
int UsePositioner
int SiteLat
int SiteLon
int PositionerSpeed
int PositionerSwing
int PositionerLastLon
int SetSystemTime
int TimeSource
int TimeTransponder
int StandardCompliance
int MarginStart
int MarginStop
int AudioLanguages [I18N_MAX_LANGUAGES+1]
int DisplaySubtitles
int SubtitleLanguages [I18N_MAX_LANGUAGES+1]
int SubtitleOffset
int SubtitleFgTransparency
int SubtitleBgTransparency
int EPGLanguages [I18N_MAX_LANGUAGES+1]
int EPGScanMaxChannel
int EPGPauseAfterScan
int EPGScanTimeout
int EPGBugfixLevel
int EPGLinger
int SVDRPTimeout
int SVDRPPeering
char SVDRPHostName [HOST_NAME_MAX]
char SVDRPDefaultHost [HOST_NAME_MAX]
int ZapTimeout
int ChannelEntryTimeout
int RcRepeatDelay
int RcRepeatDelta
int DefaultPriority
int DefaultLifetime
int RecordKeyHandling
int PauseKeyHandling
int PausePriority
int PauseLifetime
int UseSubtitle
int UseVps
int VpsMargin
int RecordingDirs
int FoldersInTimerMenu
int AlwaysSortFoldersFirst
int DefaultSortModeRec
int RecSortingDirection
int NumberKeysForChars
int ColorKey0
int ColorKey1
int ColorKey2
int ColorKey3
int VideoDisplayFormat
int VideoFormat
int UpdateChannels
int UseDolbyDigital
int ChannelInfoPos
int ChannelInfoTime
double OSDLeftP
double OSDTopP
double OSDWidthP
double OSDHeightP
int OSDLeft
int OSDTop
int OSDWidth
int OSDHeight
double OSDAspect
int OSDMessageTime
int UseSmallFont
int AntiAlias
char FontOsd [MAXFONTNAME]
char FontSml [MAXFONTNAME]
char FontFix [MAXFONTNAME]
double FontOsdSizeP
double FontSmlSizeP
double FontFixSizeP
int FontOsdSize
int FontSmlSize
int FontFixSize
int MaxVideoFileSize
int SplitEditedFiles
int DelTimeshiftRec
int MinEventTimeout
int MinUserInactivity
time_t NextWakeupTime
int MultiSpeedMode
int ShowReplayMode
int ShowRemainingTime
int ProgressDisplayTime
int PauseOnMarkSet
int PauseOnMarkJump
int SkipEdited
int PauseAtLastMark
int AdaptiveSkipInitial
int AdaptiveSkipTimeout
int AdaptiveSkipAlternate
int AdaptiveSkipPrevNext
int SkipSeconds
int SkipSecondsRepeat
int ResumeID
int CurrentChannel
int CurrentVolume
int VolumeSteps
int VolumeLinearize
int CurrentDolby
int InitialVolume
int ChannelsWrap
int ShowChannelNamesWithSource
int EmergencyExit
int __EndData__
cString InitialChannel
cString DeviceBondings

Private Member Functions

void StoreLanguages (const char *Name, int *Values)
bool ParseLanguages (const char *Value, int *Values)
bool Parse (const char *Name, const char *Value)
cSetupLineGet (const char *Name, const char *Plugin=NULL)
void Store (const char *Name, const char *Value, const char *Plugin=NULL, bool AllowMultiple=false)
void Store (const char *Name, int Value, const char *Plugin=NULL)
void Store (const char *Name, double &Value, const char *Plugin=NULL)

Friends

class cPlugin

Additional Inherited Members

Protected Member Functions inherited from cListBase
 cListBase (const char *NeedsLocking=NULL)
Protected Attributes inherited from cListBase
cListObjectobjects
cListObjectlastObject
int count
cStateLock stateLock
const char * needsLocking
bool useGarbageCollector

Detailed Description

Definition at line 260 of file config.h.

Constructor & Destructor Documentation

◆ cSetup()

cSetup::cSetup ( void )

Definition at line 374 of file config.c.

References AdaptiveSkipAlternate, AdaptiveSkipInitial, AdaptiveSkipPrevNext, AdaptiveSkipTimeout, AlwaysSortFoldersFirst, AntiAlias, AudioLanguages, ChannelEntryTimeout, ChannelInfoPos, ChannelInfoTime, ChannelsWrap, ColorKey0, ColorKey1, ColorKey2, ColorKey3, CurrentChannel, CurrentDolby, CurrentVolume, DefaultFontFix, DefaultFontOsd, DefaultFontSml, DefaultLifetime, DefaultPriority, DefaultSortModeRec, DEFINSTRECTIME, DelTimeshiftRec, DeviceBondings, DiSEqC, DisplaySubtitles, EmergencyExit, EPGBugfixLevel, EPGLanguages, EPGLinger, EPGPauseAfterScan, EPGScanMaxChannel, EPGScanTimeout, FoldersInTimerMenu, FontFix, FontFixSize, FontFixSizeP, FontOsd, FontOsdSize, FontOsdSizeP, FontSml, FontSmlSize, FontSmlSizeP, GetHostName(), InitialChannel, InitialVolume, InstantRecordTime, LnbFrequHi, LnbFrequLo, LnbSLOF, MarginStart, MarginStop, MarkInstantRecord, MAXLIFETIME, MaxVideoFileSize, MAXVIDEOFILESIZEDEFAULT, MAXVOLUME, MenuKeyCloses, MenuScrollPage, MenuScrollWrap, MinEventTimeout, MinUserInactivity, MultiSpeedMode, NameInstantRecord, NextWakeupTime, NumberKeysForChars, OSDAspect, OSDHeight, OSDHeightP, OSDLanguage, OSDLeft, OSDLeftP, OSDMessageTime, OSDSkin, OSDTheme, OSDTop, OSDTopP, OSDWidth, OSDWidthP, PauseAtLastMark, PauseKeyHandling, PauseLifetime, PauseOnMarkJump, PauseOnMarkSet, PausePriority, PositionerLastLon, PositionerSpeed, PositionerSwing, PrimaryDVB, ProgressDisplayTime, RcRepeatDelay, RcRepeatDelta, RecordingDirs, RecordKeyHandling, RecSortingDirection, ResumeID, rsdAscending, rsmTime, SetSystemTime, ShowChannelNamesWithSource, ShowInfoOnChSwitch, ShowRemainingTime, ShowReplayMode, SiteLat, SiteLon, SkipEdited, SkipSeconds, SkipSecondsRepeat, SplitEditedFiles, STANDARD_DVB, StandardCompliance, strn0cpy(), SubtitleBgTransparency, SubtitleFgTransparency, SubtitleLanguages, SubtitleOffset, SUBTITLES_NO, SVDRPDefaultHost, SVDRPHostName, SVDRPPeering, SVDRPTimeout, TimeoutRequChInfo, TIMERMACRO_EPISODE, TIMERMACRO_TITLE, TimeSource, TimeTransponder, UpdateChannels, UseDolbyDigital, UsePositioner, UseSmallFont, UseSubtitle, UseVps, VideoDisplayFormat, VideoFormat, VolumeLinearize, VolumeSteps, VpsMargin, and ZapTimeout.

Referenced by operator=().

Member Function Documentation

◆ Get()

cSetupLine * cSetup::Get ( const char * Name,
const char * Plugin = NULL )
private

Definition at line 512 of file config.c.

References cList< cSetupLine >::First(), and cList< cSetupLine >::Next().

Referenced by Store().

◆ Load()

◆ operator=()

cSetup & cSetup::operator= ( const cSetup & s)

Definition at line 504 of file config.c.

References __BeginData__, __EndData__, cSetup(), DeviceBondings, and InitialChannel.

◆ Parse()

bool cSetup::Parse ( const char * Name,
const char * Value )
private

Definition at line 604 of file config.c.

References AdaptiveSkipAlternate, AdaptiveSkipInitial, AdaptiveSkipPrevNext, AdaptiveSkipTimeout, AlwaysSortFoldersFirst, AntiAlias, atod(), AudioLanguages, ChannelEntryTimeout, ChannelInfoPos, ChannelInfoTime, ChannelsWrap, ChkDoublePlausibility, ColorKey0, ColorKey1, ColorKey2, ColorKey3, CurrentChannel, CurrentDolby, CurrentVolume, DefaultLifetime, DefaultPriority, DefaultSortModeRec, DelTimeshiftRec, DeviceBondings, DiSEqC, DisplaySubtitles, EmergencyExit, EPGBugfixLevel, EPGLanguages, EPGLinger, EPGPauseAfterScan, EPGScanMaxChannel, EPGScanTimeout, FoldersInTimerMenu, FontFix, FontFixSize, FontFixSizeP, FontOsd, FontOsdSize, FontOsdSizeP, FontSml, FontSmlSize, FontSmlSizeP, cSource::FromString(), I18nSetLocale(), InitialChannel, InitialVolume, InstantRecordTime, LnbFrequHi, LnbFrequLo, LnbSLOF, MarginStart, MarginStop, MarkInstantRecord, MAXFONTNAME, MaxSkinName, MaxThemeName, MaxVideoFileSize, MenuKeyCloses, MenuScrollPage, MenuScrollWrap, MinEventTimeout, MinUserInactivity, MultiSpeedMode, NameInstantRecord, NextWakeupTime, NumberKeysForChars, OSDAspect, OSDHeight, OSDHeightP, OSDLanguage, OSDLeft, OSDLeftP, OSDMessageTime, OSDSkin, OSDTheme, OSDTop, OSDTopP, OSDWidth, OSDWidthP, ParseLanguages(), PauseAtLastMark, PauseKeyHandling, PauseLifetime, PauseOnMarkJump, PauseOnMarkSet, PausePriority, PositionerLastLon, PositionerSpeed, PositionerSwing, PrimaryDVB, ProgressDisplayTime, RcRepeatDelay, RcRepeatDelta, RecordingDirs, RecordKeyHandling, RecSortingDirection, ResumeID, cReplayControl::SetRecording(), SetSystemTime, ShowChannelNamesWithSource, ShowInfoOnChSwitch, ShowRemainingTime, ShowReplayMode, SiteLat, SiteLon, SkipEdited, SkipSeconds, SkipSecondsRepeat, SplitEditedFiles, StandardCompliance, strn0cpy(), SubtitleBgTransparency, SubtitleFgTransparency, SubtitleLanguages, SubtitleOffset, SVDRPDefaultHost, SVDRPHostName, SVDRPPeering, SVDRPTimeout, TimeoutRequChInfo, TimeSource, TimeTransponder, UpdateChannels, UseDolbyDigital, UsePositioner, UseSmallFont, UseSubtitle, UseVps, Utf8Strn0Cpy(), VideoDisplayFormat, VideoFormat, VolumeLinearize, VolumeSteps, VpsMargin, and ZapTimeout.

Referenced by Load().

◆ ParseLanguages()

bool cSetup::ParseLanguages ( const char * Value,
int * Values )
private

Definition at line 588 of file config.c.

References I18nLanguageIndex(), I18nLanguages(), and strn0cpy().

Referenced by Parse().

◆ Save()

bool cSetup::Save ( void )

Definition at line 738 of file config.c.

References AdaptiveSkipAlternate, AdaptiveSkipInitial, AdaptiveSkipPrevNext, AdaptiveSkipTimeout, AlwaysSortFoldersFirst, AntiAlias, AudioLanguages, ChannelEntryTimeout, ChannelInfoPos, ChannelInfoTime, ChannelsWrap, ColorKey0, ColorKey1, ColorKey2, ColorKey3, CurrentChannel, CurrentDolby, CurrentVolume, DefaultLifetime, DefaultPriority, DefaultSortModeRec, DelTimeshiftRec, DeviceBondings, DiSEqC, DisplaySubtitles, EmergencyExit, EPGBugfixLevel, EPGLanguages, EPGLinger, EPGPauseAfterScan, EPGScanMaxChannel, EPGScanTimeout, cConfig< cSetupLine >::FileName(), FoldersInTimerMenu, FontFix, FontFixSize, FontFixSizeP, FontOsd, FontOsdSize, FontOsdSizeP, FontSml, FontSmlSize, FontSmlSizeP, GetHostName(), InitialChannel, InitialVolume, InstantRecordTime, isyslog, cReplayControl::LastReplayed(), LnbFrequHi, LnbFrequLo, LnbSLOF, MarginStart, MarginStop, MarkInstantRecord, MaxVideoFileSize, MenuKeyCloses, MenuScrollPage, MenuScrollWrap, MinEventTimeout, MinUserInactivity, MultiSpeedMode, NameInstantRecord, NextWakeupTime, NumberKeysForChars, OSDAspect, OSDHeight, OSDHeightP, OSDLanguage, OSDLeft, OSDLeftP, OSDMessageTime, OSDSkin, OSDTheme, OSDTop, OSDTopP, OSDWidth, OSDWidthP, PauseAtLastMark, PauseKeyHandling, PauseLifetime, PauseOnMarkJump, PauseOnMarkSet, PausePriority, PositionerLastLon, PositionerSpeed, PositionerSwing, PrimaryDVB, ProgressDisplayTime, RcRepeatDelay, RcRepeatDelta, RecordingDirs, RecordKeyHandling, RecSortingDirection, ResumeID, cConfig< T >::Save(), SetSystemTime, ShowChannelNamesWithSource, ShowInfoOnChSwitch, ShowRemainingTime, ShowReplayMode, SiteLat, SiteLon, SkipEdited, SkipSeconds, SkipSecondsRepeat, cListBase::Sort(), SplitEditedFiles, StandardCompliance, Store(), StoreLanguages(), SubtitleBgTransparency, SubtitleFgTransparency, SubtitleLanguages, SubtitleOffset, SVDRPDefaultHost, SVDRPHostName, SVDRPPeering, SVDRPTimeout, TimeoutRequChInfo, TimeSource, TimeTransponder, cSource::ToString(), UpdateChannels, UseDolbyDigital, UsePositioner, UseSmallFont, UseSubtitle, UseVps, VideoDisplayFormat, VideoFormat, VolumeLinearize, VolumeSteps, VpsMargin, and ZapTimeout.

◆ Store() [1/3]

void cSetup::Store ( const char * Name,
const char * Value,
const char * Plugin = NULL,
bool AllowMultiple = false )
private

Definition at line 523 of file config.c.

References cListBase::Add(), cListBase::Del(), and Get().

Referenced by Save(), Store(), Store(), and StoreLanguages().

◆ Store() [2/3]

void cSetup::Store ( const char * Name,
double & Value,
const char * Plugin = NULL )
private

Definition at line 539 of file config.c.

References dtoa(), and Store().

◆ Store() [3/3]

void cSetup::Store ( const char * Name,
int Value,
const char * Plugin = NULL )
private

Definition at line 534 of file config.c.

References cString::sprintf(), and Store().

◆ StoreLanguages()

void cSetup::StoreLanguages ( const char * Name,
int * Values )
private

Definition at line 569 of file config.c.

References I18nLanguageCode(), I18nLanguages(), cVector< T >::Size(), and Store().

Referenced by Save().

◆ cPlugin

friend class cPlugin
friend

Definition at line 261 of file config.h.

References cPlugin.

Referenced by cPlugin, and Load().

Member Data Documentation

◆ __BeginData__

int cSetup::__BeginData__

Definition at line 272 of file config.h.

Referenced by operator=().

◆ __EndData__

int cSetup::__EndData__

Definition at line 383 of file config.h.

Referenced by operator=().

◆ AdaptiveSkipAlternate

int cSetup::AdaptiveSkipAlternate

Definition at line 369 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ AdaptiveSkipInitial

int cSetup::AdaptiveSkipInitial

Definition at line 367 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ AdaptiveSkipPrevNext

int cSetup::AdaptiveSkipPrevNext

Definition at line 370 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ AdaptiveSkipTimeout

int cSetup::AdaptiveSkipTimeout

Definition at line 368 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ AlwaysSortFoldersFirst

int cSetup::AlwaysSortFoldersFirst

Definition at line 328 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ AntiAlias

int cSetup::AntiAlias

Definition at line 344 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ AudioLanguages

int cSetup::AudioLanguages[I18N_MAX_LANGUAGES+1]

Definition at line 300 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ ChannelEntryTimeout

int cSetup::ChannelEntryTimeout

Definition at line 316 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ ChannelInfoPos

int cSetup::ChannelInfoPos

Definition at line 337 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ ChannelInfoTime

int cSetup::ChannelInfoTime

Definition at line 338 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ ChannelsWrap

int cSetup::ChannelsWrap

Definition at line 380 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ ColorKey0

int cSetup::ColorKey0

Definition at line 332 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ ColorKey1

int cSetup::ColorKey1

Definition at line 332 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ ColorKey2

int cSetup::ColorKey2

Definition at line 332 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ ColorKey3

int cSetup::ColorKey3

Definition at line 332 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ CurrentChannel

int cSetup::CurrentChannel

Definition at line 374 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ CurrentDolby

int cSetup::CurrentDolby

Definition at line 378 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ CurrentVolume

int cSetup::CurrentVolume

Definition at line 375 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ DefaultLifetime

int cSetup::DefaultLifetime

Definition at line 319 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ DefaultPriority

int cSetup::DefaultPriority

Definition at line 319 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ DefaultSortModeRec

int cSetup::DefaultSortModeRec

Definition at line 329 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ DelTimeshiftRec

int cSetup::DelTimeshiftRec

Definition at line 356 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ DeviceBondings

cString cSetup::DeviceBondings

Definition at line 385 of file config.h.

Referenced by cSetup(), operator=(), Parse(), and Save().

◆ DiSEqC

int cSetup::DiSEqC

Definition at line 288 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ DisplaySubtitles

int cSetup::DisplaySubtitles

Definition at line 301 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ EmergencyExit

int cSetup::EmergencyExit

Definition at line 382 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ EPGBugfixLevel

int cSetup::EPGBugfixLevel

Definition at line 309 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ EPGLanguages

int cSetup::EPGLanguages[I18N_MAX_LANGUAGES+1]

Definition at line 305 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ EPGLinger

int cSetup::EPGLinger

Definition at line 310 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ EPGPauseAfterScan

int cSetup::EPGPauseAfterScan

Definition at line 307 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ EPGScanMaxChannel

int cSetup::EPGScanMaxChannel

Definition at line 306 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ EPGScanTimeout

int cSetup::EPGScanTimeout

Definition at line 308 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ FoldersInTimerMenu

int cSetup::FoldersInTimerMenu

Definition at line 327 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ FontFix

char cSetup::FontFix[MAXFONTNAME]

Definition at line 347 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ FontFixSize

int cSetup::FontFixSize

Definition at line 353 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ FontFixSizeP

double cSetup::FontFixSizeP

Definition at line 350 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ FontOsd

char cSetup::FontOsd[MAXFONTNAME]

Definition at line 345 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ FontOsdSize

int cSetup::FontOsdSize

Definition at line 351 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ FontOsdSizeP

double cSetup::FontOsdSizeP

Definition at line 348 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ FontSml

char cSetup::FontSml[MAXFONTNAME]

Definition at line 346 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ FontSmlSize

int cSetup::FontSmlSize

Definition at line 352 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ FontSmlSizeP

double cSetup::FontSmlSizeP

Definition at line 349 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ InitialChannel

cString cSetup::InitialChannel

Definition at line 384 of file config.h.

Referenced by cSetup(), operator=(), Parse(), and Save().

◆ InitialVolume

int cSetup::InitialVolume

Definition at line 379 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ InstantRecordTime

int cSetup::InstantRecordTime

Definition at line 284 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ LnbFrequHi

int cSetup::LnbFrequHi

Definition at line 287 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ LnbFrequLo

int cSetup::LnbFrequLo

Definition at line 286 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ LnbSLOF

int cSetup::LnbSLOF

Definition at line 285 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ MarginStart

int cSetup::MarginStart

Definition at line 299 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ MarginStop

int cSetup::MarginStop

Definition at line 299 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ MarkInstantRecord

int cSetup::MarkInstantRecord

Definition at line 282 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ MaxVideoFileSize

int cSetup::MaxVideoFileSize

Definition at line 354 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ MenuKeyCloses

int cSetup::MenuKeyCloses

Definition at line 281 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ MenuScrollPage

int cSetup::MenuScrollPage

Definition at line 279 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ MenuScrollWrap

int cSetup::MenuScrollWrap

Definition at line 280 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ MinEventTimeout

int cSetup::MinEventTimeout

Definition at line 357 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ MinUserInactivity

int cSetup::MinUserInactivity

Definition at line 357 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ MultiSpeedMode

int cSetup::MultiSpeedMode

Definition at line 359 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ NameInstantRecord

char cSetup::NameInstantRecord[NAME_MAX+1]

Definition at line 283 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ NextWakeupTime

time_t cSetup::NextWakeupTime

Definition at line 358 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ NumberKeysForChars

int cSetup::NumberKeysForChars

Definition at line 331 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ OSDAspect

double cSetup::OSDAspect

Definition at line 341 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ OSDHeight

int cSetup::OSDHeight

Definition at line 340 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ OSDHeightP

double cSetup::OSDHeightP

Definition at line 339 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ OSDLanguage

char cSetup::OSDLanguage[I18N_MAX_LOCALE_LEN]

Definition at line 273 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ OSDLeft

int cSetup::OSDLeft

Definition at line 340 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ OSDLeftP

double cSetup::OSDLeftP

Definition at line 339 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ OSDMessageTime

int cSetup::OSDMessageTime

Definition at line 342 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ OSDSkin

char cSetup::OSDSkin[MaxSkinName]

Definition at line 274 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ OSDTheme

char cSetup::OSDTheme[MaxThemeName]

Definition at line 275 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ OSDTop

int cSetup::OSDTop

Definition at line 340 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ OSDTopP

double cSetup::OSDTopP

Definition at line 339 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ OSDWidth

int cSetup::OSDWidth

Definition at line 340 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ OSDWidthP

double cSetup::OSDWidthP

Definition at line 339 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ PauseAtLastMark

int cSetup::PauseAtLastMark

Definition at line 366 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ PauseKeyHandling

int cSetup::PauseKeyHandling

Definition at line 321 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ PauseLifetime

int cSetup::PauseLifetime

Definition at line 322 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ PauseOnMarkJump

int cSetup::PauseOnMarkJump

Definition at line 364 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ PauseOnMarkSet

int cSetup::PauseOnMarkSet

Definition at line 363 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ PausePriority

int cSetup::PausePriority

Definition at line 322 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ PositionerLastLon

int cSetup::PositionerLastLon

Definition at line 294 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ PositionerSpeed

int cSetup::PositionerSpeed

Definition at line 292 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ PositionerSwing

int cSetup::PositionerSwing

Definition at line 293 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ PrimaryDVB

int cSetup::PrimaryDVB

Definition at line 276 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ ProgressDisplayTime

int cSetup::ProgressDisplayTime

Definition at line 362 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ RcRepeatDelay

int cSetup::RcRepeatDelay

Definition at line 317 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ RcRepeatDelta

int cSetup::RcRepeatDelta

Definition at line 318 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ RecordingDirs

int cSetup::RecordingDirs

Definition at line 326 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ RecordKeyHandling

int cSetup::RecordKeyHandling

Definition at line 320 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ RecSortingDirection

int cSetup::RecSortingDirection

Definition at line 330 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ ResumeID

int cSetup::ResumeID

Definition at line 373 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ SetSystemTime

int cSetup::SetSystemTime

Definition at line 295 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ ShowChannelNamesWithSource

int cSetup::ShowChannelNamesWithSource

Definition at line 381 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ ShowInfoOnChSwitch

int cSetup::ShowInfoOnChSwitch

Definition at line 277 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ ShowRemainingTime

int cSetup::ShowRemainingTime

Definition at line 361 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ ShowReplayMode

int cSetup::ShowReplayMode

Definition at line 360 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ SiteLat

int cSetup::SiteLat

Definition at line 290 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ SiteLon

int cSetup::SiteLon

Definition at line 291 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ SkipEdited

int cSetup::SkipEdited

Definition at line 365 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ SkipSeconds

int cSetup::SkipSeconds

Definition at line 371 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ SkipSecondsRepeat

int cSetup::SkipSecondsRepeat

Definition at line 372 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ SplitEditedFiles

int cSetup::SplitEditedFiles

Definition at line 355 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ StandardCompliance

int cSetup::StandardCompliance

Definition at line 298 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ SubtitleBgTransparency

int cSetup::SubtitleBgTransparency

Definition at line 304 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ SubtitleFgTransparency

int cSetup::SubtitleFgTransparency

Definition at line 304 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ SubtitleLanguages

int cSetup::SubtitleLanguages[I18N_MAX_LANGUAGES+1]

Definition at line 302 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ SubtitleOffset

int cSetup::SubtitleOffset

Definition at line 303 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ SVDRPDefaultHost

char cSetup::SVDRPDefaultHost[HOST_NAME_MAX]

Definition at line 314 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ SVDRPHostName

char cSetup::SVDRPHostName[HOST_NAME_MAX]

Definition at line 313 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ SVDRPPeering

int cSetup::SVDRPPeering

Definition at line 312 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ SVDRPTimeout

int cSetup::SVDRPTimeout

Definition at line 311 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ TimeoutRequChInfo

int cSetup::TimeoutRequChInfo

Definition at line 278 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ TimeSource

int cSetup::TimeSource

Definition at line 296 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ TimeTransponder

int cSetup::TimeTransponder

Definition at line 297 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ UpdateChannels

int cSetup::UpdateChannels

Definition at line 335 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ UseDolbyDigital

int cSetup::UseDolbyDigital

Definition at line 336 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ UsePositioner

int cSetup::UsePositioner

Definition at line 289 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ UseSmallFont

int cSetup::UseSmallFont

Definition at line 343 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ UseSubtitle

int cSetup::UseSubtitle

Definition at line 323 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ UseVps

int cSetup::UseVps

Definition at line 324 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ VideoDisplayFormat

int cSetup::VideoDisplayFormat

Definition at line 333 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ VideoFormat

int cSetup::VideoFormat

Definition at line 334 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ VolumeLinearize

int cSetup::VolumeLinearize

Definition at line 377 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ VolumeSteps

int cSetup::VolumeSteps

Definition at line 376 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ VpsMargin

int cSetup::VpsMargin

Definition at line 325 of file config.h.

Referenced by cSetup(), Parse(), and Save().

◆ ZapTimeout

int cSetup::ZapTimeout

Definition at line 315 of file config.h.

Referenced by cSetup(), Parse(), and Save().


The documentation for this class was generated from the following files: