C# 클래스 ProcessPlugins.AvalonEditor.AvalonConfig

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: ncoH/Avalon 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
musicViews string>>.List
onlineVideosViews string>>.List
theMusicViews List
theOnlineVideosViews List
theTVSeriesViews List
tvseriesViews string>>.List

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
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

메소드 상세

AvalonConfig() 공개 메소드

public AvalonConfig ( ) : System
리턴 System

Dispose() 보호된 메소드

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

getFilesRecursive() 공개 정적인 메소드

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

getMusicViewKey() 공개 메소드

public getMusicViewKey ( string value ) : string
value string
리턴 string

getMusicViewValue() 공개 메소드

public getMusicViewValue ( string key ) : string
key string
리턴 string

getOnlineVideosViewKey() 공개 메소드

public getOnlineVideosViewKey ( string value ) : string
value string
리턴 string

getOnlineVideosViewValue() 공개 메소드

public getOnlineVideosViewValue ( string key ) : string
key string
리턴 string

getTVSeriesViewKey() 공개 메소드

public getTVSeriesViewKey ( string value ) : string
value string
리턴 string

getTVSeriesViewValue() 공개 메소드

public getTVSeriesViewValue ( string key ) : string
key string
리턴 string

loadMenuIDs() 공개 메소드

public loadMenuIDs ( bool onLoad ) : bool
onLoad bool
리턴 bool

loadSubMenuIDs() 공개 메소드

public loadSubMenuIDs ( int owner ) : void
owner int
리턴 void

프로퍼티 상세

musicViews 공개적으로 정적으로 프로퍼티

public static List> musicViews
리턴 string>>.List

onlineVideosViews 공개적으로 정적으로 프로퍼티

public static List> onlineVideosViews
리턴 string>>.List

theMusicViews 공개적으로 정적으로 프로퍼티

public static List theMusicViews
리턴 List

theOnlineVideosViews 공개적으로 정적으로 프로퍼티

public static List theOnlineVideosViews
리턴 List

theTVSeriesViews 공개적으로 정적으로 프로퍼티

public static List theTVSeriesViews
리턴 List

tvseriesViews 공개적으로 정적으로 프로퍼티

public static List> tvseriesViews
리턴 string>>.List