C# Class FileFind.Meshwork.GtkClient.Settings

Inheritance: FileFind.Meshwork.SettingsBase
Show file 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 property

public bool ChatPrependTitlebar
return bool

ChatShowTimestamp public property

public bool ChatShowTimestamp
return bool

EditMemoWindowSize public property

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

FlashWindows public property

public bool FlashWindows
return bool

LastUsed public property

public DateTime,System LastUsed
return System.DateTime

MessageInputFieldHeight public property

public int MessageInputFieldHeight
return int

MessageWindowShowSignature public property

public bool MessageWindowShowSignature
return bool

MessageWindowSize public property

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

RecentConnections public property

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

ShareHiddenFiles public property

public bool ShareHiddenFiles
return bool

ShowAllGroupsInMap public property

public bool ShowAllGroupsInMap
return bool

ShowStatusBar public property

public bool ShowStatusBar
return bool

ShowToolbar public property

public bool ShowToolbar
return bool

StartInTray public property

public bool StartInTray
return bool

UseGroupsInMap public property

public bool UseGroupsInMap
return bool

ViewMemoWindowSize public property

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

WindowPosition public property

public Point WindowPosition
return Point

WindowSize public property

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