C# Class ProcessPlugins.AvalonEditor.AvalonConfig

Inheritance: System.Windows.Forms.Form
Mostrar archivo Open project: ncoH/Avalon Class Usage Examples

Public Properties

Property Type Description
musicViews string>>.List
onlineVideosViews string>>.List
theMusicViews List
theOnlineVideosViews List
theTVSeriesViews List
tvseriesViews string>>.List

Public Methods

Method Description
AvalonConfig ( ) : System
getFilesRecursive ( DirectoryInfo inputDir ) : List
getMusicViewKey ( string value ) : string
getMusicViewValue ( string key ) : string
getOnlineVideosViewKey ( string value ) : string
getOnlineVideosViewValue ( string key ) : string
getTVSeriesViewKey ( string value ) : string
getTVSeriesViewValue ( string key ) : string
loadMenuIDs ( bool onLoad ) : bool
loadSubMenuIDs ( int owner ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
ClearMovingPicturesCategories ( ) : void
GetMovPicsCategoryNodeID ( IDBNode node ) : int?
GetMovPicsDBNodeFromID ( int id ) : IDBNode
GetMusicViews ( ) : string>>.List

Get list of views in Music Views database Key: should be used as hyperlinkParameter Val: can be used as a default display name

GetOnlineVideosViews ( ) : string>>.List
GetTVSeriesViews ( ) : string>>.List

Get list of views in TVseries database Key: should be used as hyperlinkParameter Val: can be used as a default display name

InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

LoadMovingPicturesCategories ( ) : void

Loads the Custom Category list into a Cornerstone Filter Combo Box

LoadWindowPlugins ( ) : void
MyFilmsParameter ( ) : void
ReadConfig ( string configDir ) : string

Load the Path information from the Config File into the dictionary

avail_list_SelectedIndexChanged ( object sender, EventArgs e ) : void
btCancel_Click ( object sender, EventArgs e ) : void
btMoveDown_Click ( object sender, EventArgs e ) : void
btMoveUp_Click ( object sender, EventArgs e ) : void
btSave_Click ( object sender, EventArgs e ) : void
btSubMoveDown_Click ( object sender, EventArgs e ) : void
btSubMoveUp_Click ( object sender, EventArgs e ) : void
bt_browse_Click ( object sender, EventArgs e ) : void
btnAdd_Click ( object sender, EventArgs e ) : void
btnRemove_Click ( object sender, EventArgs e ) : void
btnSubAdd_Click ( object sender, EventArgs e ) : void
btnSubRemove_Click ( object sender, EventArgs e ) : void
btnSubUpdate_Click ( object sender, EventArgs e ) : void
btnUpdate_Click ( object sender, EventArgs e ) : void
button_test_Click ( object sender, EventArgs e ) : void
cB_FanartHandler_CheckedChanged ( object sender, EventArgs e ) : void
cB_RecentMedia_CheckedChanged ( object sender, EventArgs e ) : void
cB_singleImage_CheckedChanged ( object sender, EventArgs e ) : void
cbEditorConfigs_SelectedIndexChanged ( object sender, EventArgs e ) : void
cbEditorLayout_SelectedIndexChanged ( object sender, EventArgs e ) : void
cbEditorViews_SelectedIndexChanged ( object sender, EventArgs e ) : void
frmAvalonEditor_Load ( object sender, EventArgs e ) : void
loadIDs ( bool onLoad ) : bool
movPicsCategoryCombo_DropDown ( object sender, EventArgs e ) : void
rBut1_CheckedChanged ( object sender, System e ) : void
rBut2_CheckedChanged ( object sender, System e ) : void
rBut3_CheckedChanged ( object sender, System e ) : void
removeToolStripMenuItem_Click ( object sender, EventArgs e ) : void
removeToolStripSubMenuItem_Click ( object sender, EventArgs e ) : void
used_list_SelectedIndexChanged ( object sender, EventArgs e ) : void
used_list_submenu_SelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

AvalonConfig() public method

public AvalonConfig ( ) : System
return System

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

getFilesRecursive() public static method

public static getFilesRecursive ( DirectoryInfo inputDir ) : List
inputDir System.IO.DirectoryInfo
return List

getMusicViewKey() public method

public getMusicViewKey ( string value ) : string
value string
return string

getMusicViewValue() public method

public getMusicViewValue ( string key ) : string
key string
return string

getOnlineVideosViewKey() public method

public getOnlineVideosViewKey ( string value ) : string
value string
return string

getOnlineVideosViewValue() public method

public getOnlineVideosViewValue ( string key ) : string
key string
return string

getTVSeriesViewKey() public method

public getTVSeriesViewKey ( string value ) : string
value string
return string

getTVSeriesViewValue() public method

public getTVSeriesViewValue ( string key ) : string
key string
return string

loadMenuIDs() public method

public loadMenuIDs ( bool onLoad ) : bool
onLoad bool
return bool

loadSubMenuIDs() public method

public loadSubMenuIDs ( int owner ) : void
owner int
return void

Property Details

musicViews public_oe static_oe property

public static List> musicViews
return string>>.List

onlineVideosViews public_oe static_oe property

public static List> onlineVideosViews
return string>>.List

theMusicViews public_oe static_oe property

public static List theMusicViews
return List

theOnlineVideosViews public_oe static_oe property

public static List theOnlineVideosViews
return List

theTVSeriesViews public_oe static_oe property

public static List theTVSeriesViews
return List

tvseriesViews public_oe static_oe property

public static List> tvseriesViews
return string>>.List