C# Class FileFind.Meshwork.GtkClient.Settings

Inheritance: FileFind.Meshwork.SettingsBase
Exibir arquivo Open project: codebutler/meshwork

Public Properties

Property Type Description
ChatPrependTitlebar bool
ChatShowTimestamp bool
EditMemoWindowSize System.Drawing.Size
FlashWindows bool
LastUsed System.DateTime
MessageInputFieldHeight int
MessageWindowShowSignature bool
MessageWindowSize System.Drawing.Size
RecentConnections System.Collections.ArrayList
ShareHiddenFiles bool
ShowAllGroupsInMap bool
ShowStatusBar bool
ShowToolbar bool
StartInTray bool
UseGroupsInMap bool
ViewMemoWindowSize System.Drawing.Size
WindowPosition Point
WindowSize System.Drawing.Size

Private Properties

Property Type Description
SetFirstRun void

Public Methods

Method Description
OverrideConfigPath ( string newPath ) : void
ReadSettings ( ) : Settings
SaveSettings ( ) : void

Private Methods

Method Description
SetFirstRun ( bool firstRun ) : void

Method Details

OverrideConfigPath() public static method

public static OverrideConfigPath ( string newPath ) : void
newPath string
return void

ReadSettings() public static method

public static ReadSettings ( ) : Settings
return Settings

SaveSettings() public method

public SaveSettings ( ) : void
return void

Property Details

ChatPrependTitlebar public_oe property

public bool ChatPrependTitlebar
return bool

ChatShowTimestamp public_oe property

public bool ChatShowTimestamp
return bool

EditMemoWindowSize public_oe property

public Size,System.Drawing EditMemoWindowSize
return System.Drawing.Size

FlashWindows public_oe property

public bool FlashWindows
return bool

LastUsed public_oe property

public DateTime,System LastUsed
return System.DateTime

MessageInputFieldHeight public_oe property

public int MessageInputFieldHeight
return int

MessageWindowShowSignature public_oe property

public bool MessageWindowShowSignature
return bool

MessageWindowSize public_oe property

public Size,System.Drawing MessageWindowSize
return System.Drawing.Size

RecentConnections public_oe property

public ArrayList,System.Collections RecentConnections
return System.Collections.ArrayList

ShareHiddenFiles public_oe property

public bool ShareHiddenFiles
return bool

ShowAllGroupsInMap public_oe property

public bool ShowAllGroupsInMap
return bool

ShowStatusBar public_oe property

public bool ShowStatusBar
return bool

ShowToolbar public_oe property

public bool ShowToolbar
return bool

StartInTray public_oe property

public bool StartInTray
return bool

UseGroupsInMap public_oe property

public bool UseGroupsInMap
return bool

ViewMemoWindowSize public_oe property

public Size,System.Drawing ViewMemoWindowSize
return System.Drawing.Size

WindowPosition public_oe property

public Point WindowPosition
return Point

WindowSize public_oe property

public Size,System.Drawing WindowSize
return System.Drawing.Size