vdr  2.0.6
Public Member Functions | Public Attributes | Private Member Functions | Friends | List of all members
cSetup Class Reference

#include <config.h>

Collaboration diagram for cSetup:
[legend]

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 (void)
 
virtual ~cConfig ()
 
const char * FileName (void)
 
bool Load (const char *FileName=NULL, bool AllowComments=false, bool MustExist=false)
 
bool Save (void)
 
- Public Member Functions inherited from cList< cSetupLine >
cSetupLineGet (int Index) const
 
cSetupLineFirst (void) const
 
cSetupLineLast (void) const
 
cSetupLinePrev (const cSetupLine *object) const
 
cSetupLineNext (const cSetupLine *object) const
 
- Public Member Functions inherited from cListBase
virtual ~cListBase ()
 
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)
 
cListObjectGet (int Index) const
 
int Count (void) const
 
void Sort (void)
 

Public Attributes

int __BeginData__
 
char OSDLanguage [I18N_MAX_LOCALE_LEN]
 
char OSDSkin [MaxSkinName]
 
char OSDTheme [MaxThemeName]
 
int WarEagleIcons
 
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 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 EPGScanTimeout
 
int EPGBugfixLevel
 
int EPGLinger
 
int SVDRPTimeout
 
int ZapTimeout
 
int ChannelEntryTimeout
 
int RcRepeatDelay
 
int RcRepeatDelta
 
int DefaultPriority
 
int DefaultLifetime
 
int PausePriority
 
int PauseLifetime
 
int PauseKeyHandling
 
int UseSubtitle
 
int UseVps
 
int VpsMargin
 
int RecordingDirs
 
int FoldersInTimerMenu
 
int AlwaysSortFoldersFirst
 
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 ResumeID
 
int CurrentChannel
 
int CurrentVolume
 
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 (void)
 
- Protected Attributes inherited from cListBase
cListObjectobjects
 
cListObjectlastObject
 
int count
 

Detailed Description

Definition at line 244 of file config.h.

Constructor & Destructor Documentation

cSetup::cSetup ( void  )

Definition at line 374 of file config.c.

References AlwaysSortFoldersFirst, AntiAlias, AudioLanguages, ChannelEntryTimeout, ChannelInfoPos, ChannelInfoTime, ChannelsWrap, ColorKey0, ColorKey1, ColorKey2, ColorKey3, CurrentChannel, CurrentDolby, CurrentVolume, DefaultFontFix, DefaultFontOsd, DefaultFontSml, DefaultLifetime, DefaultPriority, DEFINSTRECTIME, DelTimeshiftRec, DeviceBondings, DiSEqC, DisplaySubtitles, EmergencyExit, EPGBugfixLevel, EPGLanguages, EPGLinger, EPGScanTimeout, FoldersInTimerMenu, FontFix, FontFixSize, FontFixSizeP, FontOsd, FontOsdSize, FontOsdSizeP, FontSml, FontSmlSize, FontSmlSizeP, 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, PauseKeyHandling, PauseLifetime, PauseOnMarkSet, PausePriority, PrimaryDVB, ProgressDisplayTime, RcRepeatDelay, RcRepeatDelta, RecordingDirs, ResumeID, SetSystemTime, ShowChannelNamesWithSource, ShowInfoOnChSwitch, ShowRemainingTime, ShowReplayMode, SplitEditedFiles, STANDARD_DVB, StandardCompliance, SubtitleBgTransparency, SubtitleFgTransparency, SubtitleLanguages, SubtitleOffset, SVDRPTimeout, TimeoutRequChInfo, TIMERMACRO_EPISODE, TIMERMACRO_TITLE, TimeSource, TimeTransponder, UpdateChannels, UseDolbyDigital, UseSmallFont, UseSubtitle, UseVps, VideoDisplayFormat, VideoFormat, VpsMargin, WarEagleIcons, and ZapTimeout.

Member Function Documentation

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

Definition at line 488 of file config.c.

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

Referenced by Store().

bool cSetup::Load ( const char *  FileName)
cSetup & cSetup::operator= ( const cSetup s)

Definition at line 480 of file config.c.

References __BeginData__, __EndData__, DeviceBondings, and InitialChannel.

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

Definition at line 580 of file config.c.

References AlwaysSortFoldersFirst, AntiAlias, atod(), AudioLanguages, ChannelEntryTimeout, ChannelInfoPos, ChannelInfoTime, ChannelsWrap, ChkDoublePlausibility, ColorKey0, ColorKey1, ColorKey2, ColorKey3, CurrentChannel, CurrentDolby, CurrentVolume, DefaultLifetime, DefaultPriority, DelTimeshiftRec, DeviceBondings, DiSEqC, DisplaySubtitles, EmergencyExit, EPGBugfixLevel, EPGLanguages, EPGLinger, 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(), PauseKeyHandling, PauseLifetime, PauseOnMarkSet, PausePriority, PrimaryDVB, ProgressDisplayTime, RcRepeatDelay, RcRepeatDelta, RecordingDirs, ResumeID, cReplayControl::SetRecording(), SetSystemTime, ShowChannelNamesWithSource, ShowInfoOnChSwitch, ShowRemainingTime, ShowReplayMode, SplitEditedFiles, StandardCompliance, strn0cpy(), SubtitleBgTransparency, SubtitleFgTransparency, SubtitleLanguages, SubtitleOffset, SVDRPTimeout, TimeoutRequChInfo, TimeSource, TimeTransponder, UpdateChannels, UseDolbyDigital, UseSmallFont, UseSubtitle, UseVps, Utf8Strn0Cpy(), VideoDisplayFormat, VideoFormat, VpsMargin, WarEagleIcons, and ZapTimeout.

Referenced by Load().

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

Definition at line 564 of file config.c.

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

Referenced by Parse().

bool cSetup::Save ( void  )

Definition at line 690 of file config.c.

References AlwaysSortFoldersFirst, AntiAlias, AudioLanguages, ChannelEntryTimeout, ChannelInfoPos, ChannelInfoTime, ChannelsWrap, ColorKey0, ColorKey1, ColorKey2, ColorKey3, CurrentChannel, CurrentDolby, CurrentVolume, DefaultLifetime, DefaultPriority, DelTimeshiftRec, DeviceBondings, DiSEqC, DisplaySubtitles, EmergencyExit, EPGBugfixLevel, EPGLanguages, EPGLinger, EPGScanTimeout, cConfig< cSetupLine >::FileName(), FoldersInTimerMenu, FontFix, FontFixSize, FontFixSizeP, FontOsd, FontOsdSize, FontOsdSizeP, FontSml, FontSmlSize, FontSmlSizeP, 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, PauseKeyHandling, PauseLifetime, PauseOnMarkSet, PausePriority, PrimaryDVB, ProgressDisplayTime, RcRepeatDelay, RcRepeatDelta, RecordingDirs, ResumeID, SetSystemTime, ShowChannelNamesWithSource, ShowInfoOnChSwitch, ShowRemainingTime, ShowReplayMode, cListBase::Sort(), SplitEditedFiles, StandardCompliance, Store(), StoreLanguages(), SubtitleBgTransparency, SubtitleFgTransparency, SubtitleLanguages, SubtitleOffset, SVDRPTimeout, TimeoutRequChInfo, TimeSource, TimeTransponder, cSource::ToString(), UpdateChannels, UseDolbyDigital, UseSmallFont, UseSubtitle, UseVps, VideoDisplayFormat, VideoFormat, VpsMargin, WarEagleIcons, and ZapTimeout.

Referenced by cShutdownHandler::CallShutdownCommand(), main(), and cMenuSetupBase::Store().

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

Definition at line 499 of file config.c.

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

Referenced by Save(), cPlugin::SetupStore(), Store(), and StoreLanguages().

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

Definition at line 510 of file config.c.

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

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

Definition at line 515 of file config.c.

References dtoa(), and Store().

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

Definition at line 545 of file config.c.

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

Referenced by Save().

Friends And Related Function Documentation

friend class cPlugin
friend

Definition at line 245 of file config.h.

Member Data Documentation

int cSetup::__BeginData__

Definition at line 256 of file config.h.

Referenced by operator=().

int cSetup::__EndData__

Definition at line 343 of file config.h.

Referenced by operator=().

int cSetup::AlwaysSortFoldersFirst
int cSetup::AntiAlias
int cSetup::AudioLanguages[I18N_MAX_LANGUAGES+1]
int cSetup::ChannelEntryTimeout
int cSetup::ChannelInfoPos
int cSetup::ChannelInfoTime

Definition at line 309 of file config.h.

Referenced by cSetup(), Parse(), cDisplayChannel::ProcessKey(), Save(), and cMenuSetupOSD::Set().

int cSetup::ChannelsWrap
int cSetup::ColorKey0
int cSetup::ColorKey1
int cSetup::ColorKey2
int cSetup::ColorKey3
int cSetup::CurrentChannel

Definition at line 336 of file config.h.

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

int cSetup::CurrentDolby

Definition at line 338 of file config.h.

Referenced by cSetup(), cDevice::EnsureAudioTrack(), Parse(), cDisplayTracks::ProcessKey(), and Save().

int cSetup::CurrentVolume

Definition at line 337 of file config.h.

Referenced by cDevice::cDevice(), cSetup(), main(), Parse(), Save(), and cDevice::SetPrimaryDevice().

int cSetup::DefaultLifetime

Definition at line 293 of file config.h.

Referenced by cMenuSetupRecord::cMenuSetupRecord(), cSetup(), cTimer::cTimer(), Parse(), and Save().

int cSetup::DefaultPriority
int cSetup::DelTimeshiftRec
cString cSetup::DeviceBondings
int cSetup::DiSEqC
int cSetup::DisplaySubtitles
int cSetup::EmergencyExit
int cSetup::EPGBugfixLevel
int cSetup::EPGLanguages[I18N_MAX_LANGUAGES+1]
int cSetup::EPGLinger
int cSetup::EPGScanTimeout

Definition at line 285 of file config.h.

Referenced by cSetup(), Parse(), cEITScanner::Process(), Save(), and cMenuSetupEPG::Setup().

int cSetup::FoldersInTimerMenu

Definition at line 300 of file config.h.

Referenced by cSetup(), Parse(), Save(), cMenuTimerItem::Set(), and cMenuSetupOSD::Set().

char cSetup::FontFix[MAXFONTNAME]
int cSetup::FontFixSize

Definition at line 324 of file config.h.

Referenced by cSetup(), cFont::GetFont(), Parse(), Save(), and cOsdProvider::UpdateOsdSize().

double cSetup::FontFixSizeP
char cSetup::FontOsd[MAXFONTNAME]
int cSetup::FontOsdSize
double cSetup::FontOsdSizeP
char cSetup::FontSml[MAXFONTNAME]
int cSetup::FontSmlSize
double cSetup::FontSmlSizeP
cString cSetup::InitialChannel

Definition at line 344 of file config.h.

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

int cSetup::InitialVolume

Definition at line 339 of file config.h.

Referenced by cMenuSetupMisc::cMenuSetupMisc(), cSetup(), main(), Parse(), and Save().

int cSetup::InstantRecordTime

Definition at line 269 of file config.h.

Referenced by cMenuSetupRecord::cMenuSetupRecord(), cSetup(), cTimer::cTimer(), Parse(), and Save().

int cSetup::LnbFrequHi

Definition at line 272 of file config.h.

Referenced by cSetup(), Parse(), Save(), cDvbTuner::SetFrontend(), and cMenuSetupLNB::Setup().

int cSetup::LnbFrequLo

Definition at line 271 of file config.h.

Referenced by cSetup(), Parse(), Save(), cDvbTuner::SetFrontend(), and cMenuSetupLNB::Setup().

int cSetup::LnbSLOF
int cSetup::MarginStart

Definition at line 278 of file config.h.

Referenced by cMenuSetupRecord::cMenuSetupRecord(), cSetup(), cTimer::cTimer(), Parse(), and Save().

int cSetup::MarginStop

Definition at line 278 of file config.h.

Referenced by cMenuSetupRecord::cMenuSetupRecord(), cSetup(), cTimer::cTimer(), Parse(), and Save().

int cSetup::MarkInstantRecord

Definition at line 267 of file config.h.

Referenced by cMenuSetupRecord::cMenuSetupRecord(), cSetup(), cTimer::cTimer(), Parse(), and Save().

int cSetup::MaxVideoFileSize
int cSetup::MenuKeyCloses

Definition at line 266 of file config.h.

Referenced by cSetup(), main(), Parse(), Save(), and cMenuSetupOSD::Set().

int cSetup::MenuScrollPage
int cSetup::MenuScrollWrap
int cSetup::MinEventTimeout
int cSetup::MinUserInactivity
int cSetup::MultiSpeedMode
char cSetup::NameInstantRecord[NAME_MAX+1]

Definition at line 268 of file config.h.

Referenced by cMenuSetupRecord::cMenuSetupRecord(), cSetup(), cTimer::cTimer(), Parse(), and Save().

time_t cSetup::NextWakeupTime
int cSetup::NumberKeysForChars

Definition at line 302 of file config.h.

Referenced by cSetup(), Parse(), cMenuEditStrItem::ProcessKey(), Save(), and cMenuSetupOSD::Set().

double cSetup::OSDAspect

Definition at line 312 of file config.h.

Referenced by cSetup(), Parse(), Save(), and cOsdProvider::UpdateOsdSize().

int cSetup::OSDHeight
double cSetup::OSDHeightP
char cSetup::OSDLanguage[I18N_MAX_LOCALE_LEN]

Definition at line 257 of file config.h.

Referenced by cSetup(), Parse(), cMenuSetupOSD::ProcessKey(), and Save().

int cSetup::OSDLeft

Definition at line 311 of file config.h.

Referenced by cSetup(), cOsd::OsdLeft(), Parse(), Save(), and cOsdProvider::UpdateOsdSize().

double cSetup::OSDLeftP
int cSetup::OSDMessageTime

Definition at line 313 of file config.h.

Referenced by cSetup(), Parse(), Save(), cMenuSetupOSD::Set(), and cInterface::Wait().

char cSetup::OSDSkin[MaxSkinName]

Definition at line 258 of file config.h.

Referenced by cSetup(), main(), Parse(), cMenuSetupOSD::ProcessKey(), and Save().

char cSetup::OSDTheme[MaxThemeName]

Definition at line 259 of file config.h.

Referenced by cSetup(), main(), Parse(), cMenuSetupOSD::ProcessKey(), and Save().

int cSetup::OSDTop

Definition at line 311 of file config.h.

Referenced by cSetup(), cOsd::OsdTop(), Parse(), Save(), and cOsdProvider::UpdateOsdSize().

double cSetup::OSDTopP
int cSetup::OSDWidth
double cSetup::OSDWidthP
int cSetup::PauseKeyHandling
int cSetup::PauseLifetime

Definition at line 294 of file config.h.

Referenced by cMenuSetupRecord::cMenuSetupRecord(), cSetup(), cTimer::cTimer(), Parse(), and Save().

int cSetup::PauseOnMarkSet
int cSetup::PausePriority
int cSetup::PrimaryDVB

Definition at line 261 of file config.h.

Referenced by cSetup(), main(), Parse(), Save(), and cMenuSetupDVB::Setup().

int cSetup::ProgressDisplayTime
int cSetup::RcRepeatDelay
int cSetup::RcRepeatDelta
int cSetup::RecordingDirs
int cSetup::ResumeID
int cSetup::SetSystemTime
int cSetup::ShowChannelNamesWithSource
int cSetup::ShowInfoOnChSwitch

Definition at line 262 of file config.h.

Referenced by cDisplayChannel::cDisplayChannel(), cSetup(), Parse(), Save(), and cMenuSetupOSD::Set().

int cSetup::ShowRemainingTime
int cSetup::ShowReplayMode
int cSetup::SplitEditedFiles
int cSetup::StandardCompliance

Definition at line 277 of file config.h.

Referenced by cSetup(), Parse(), cPatFilter::Process(), Save(), and cMenuSetupDVB::Setup().

int cSetup::SubtitleBgTransparency
int cSetup::SubtitleFgTransparency
int cSetup::SubtitleLanguages[I18N_MAX_LANGUAGES+1]
int cSetup::SubtitleOffset

Definition at line 282 of file config.h.

Referenced by cDvbSubtitleConverter::AssertOsd(), cSetup(), Parse(), Save(), and cMenuSetupDVB::Setup().

int cSetup::SVDRPTimeout

Definition at line 288 of file config.h.

Referenced by cMenuSetupMisc::cMenuSetupMisc(), cSetup(), Parse(), cSVDRP::Process(), and Save().

int cSetup::TimeoutRequChInfo

Definition at line 263 of file config.h.

Referenced by cDisplayChannel::cDisplayChannel(), cSetup(), Parse(), Save(), and cMenuSetupOSD::Set().

int cSetup::TimeSource

Definition at line 275 of file config.h.

Referenced by cSetup(), Parse(), cEitFilter::Process(), Save(), and cMenuSetupEPG::Setup().

int cSetup::TimeTransponder

Definition at line 276 of file config.h.

Referenced by cSetup(), Parse(), cEitFilter::Process(), Save(), and cMenuSetupEPG::Setup().

int cSetup::UpdateChannels
int cSetup::UseDolbyDigital
int cSetup::UseSmallFont
int cSetup::UseSubtitle
int cSetup::UseVps

Definition at line 297 of file config.h.

Referenced by cMenuSetupRecord::cMenuSetupRecord(), cSetup(), cTimer::cTimer(), Parse(), and Save().

int cSetup::VideoDisplayFormat
int cSetup::VideoFormat
int cSetup::VpsMargin

Definition at line 298 of file config.h.

Referenced by cMenuSetupRecord::cMenuSetupRecord(), cSetup(), main(), Parse(), and Save().

int cSetup::WarEagleIcons
int cSetup::ZapTimeout

Definition at line 289 of file config.h.

Referenced by cMenuSetupMisc::cMenuSetupMisc(), cSetup(), main(), Parse(), and Save().


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