C# Class Globals.Prefs

Mostra file Open project: troymac1ure/Entity

Public Properties

Property Type Description
RecentOpenedMaps List
checkUpdate updateFrequency
lastCheck System.DateTime
pathBitmaps string
pathBitmapsFolder string
pathCleanMaps string
pathExtractsFolder string
pathFontsFolder string
pathMainmenu string
pathMapsFolder string
pathPatchFolder string
pathPluginsFolder string
pathSPShared string
pathShared string
useDefaultMaps bool
useRegistryEntries bool

Public Methods

Method Description
GetQuickAccessTagType ( string tagType ) : QuickAccessTagType

Gets the type of the quick access tag.

Load ( ) : bool

Returns true if file was loaded

Save ( ) : void

Saves this instance.

Private Methods

Method Description
Prefs ( ) : System

Initializes a new instance of the T:System.Object class.

Method Details

GetQuickAccessTagType() public static method

Gets the type of the quick access tag.
public static GetQuickAccessTagType ( string tagType ) : QuickAccessTagType
tagType string Type of the tag.
return QuickAccessTagType

Load() public static method

Returns true if file was loaded
public static Load ( ) : bool
return bool

Save() public static method

Saves this instance.
public static Save ( ) : void
return void

Property Details

RecentOpenedMaps public_oe static_oe property

The path last file.
public static List RecentOpenedMaps
return List

checkUpdate public_oe static_oe property

The check update.
public static updateFrequency checkUpdate
return updateFrequency

lastCheck public_oe static_oe property

The last check.
public static DateTime,System lastCheck
return System.DateTime

pathBitmaps public_oe static_oe property

The path bitmaps.
public static string pathBitmaps
return string

pathBitmapsFolder public_oe static_oe property

Folder for Bitmap Extraction / Injection
public static string pathBitmapsFolder
return string

pathCleanMaps public_oe static_oe property

The H2 clean maps folder.
public static string pathCleanMaps
return string

pathExtractsFolder public_oe static_oe property

Folder for Meta Extraction / Injection
public static string pathExtractsFolder
return string

pathFontsFolder public_oe static_oe property

The H2 Fonts Folder
public static string pathFontsFolder
return string

pathMainmenu public_oe static_oe property

The path mainmenu.
public static string pathMainmenu
return string

pathMapsFolder public_oe static_oe property

The H2 Maps folder.
public static string pathMapsFolder
return string

pathPatchFolder public_oe static_oe property

The path patch folder.
public static string pathPatchFolder
return string

pathPluginsFolder public_oe static_oe property

Folder for the plugins
public static string pathPluginsFolder
return string

pathSPShared public_oe static_oe property

The path sp shared.
public static string pathSPShared
return string

pathShared public_oe static_oe property

The path shared.
public static string pathShared
return string

useDefaultMaps public_oe static_oe property

Option to always use default maps or if shared maps exist in the directory with the loaded map, then use those.
public static bool useDefaultMaps
return bool

useRegistryEntries public_oe static_oe property

Whether to save / load settings from file or registry by default
public static bool useRegistryEntries
return bool