C# Class MahTweets.Core.Scripting.ScriptingUIHelper

Inheritance: IScriptingUIHelper
Exibir arquivo Open project: nickhodge/MahTweets.LawrenceHargrave

Public Methods

Method Description
CreateContextMenusFromScripts ( System.Boolean addSeparator, string scriptEntryPoint, RoutedEventHandler miClick ) : List
EditScriptFromKey ( string sk ) : void
IsEditScriptEvent ( string scriptkey, string guidintoscripts ) : System.Boolean
IsEditScriptEvent ( string scriptkey, string guidintoscripts, bool editalways ) : void
ShowDirectoryFromKey ( string sk ) : void
createCCPContextualMenus ( System.Windows.Controls.ContextMenu newcontextualmenu, RoutedEventHandler routeCCPHere ) : void
createCCPContextualMenus ( System.Windows.Controls.ContextMenu newcontextualmenu, RoutedEventHandler routeCCPHere, bool incCut, bool incCopy, bool incPaste ) : void

Method Details

CreateContextMenusFromScripts() public method

public CreateContextMenusFromScripts ( System.Boolean addSeparator, string scriptEntryPoint, RoutedEventHandler miClick ) : List
addSeparator System.Boolean
scriptEntryPoint string
miClick RoutedEventHandler
return List

EditScriptFromKey() public method

public EditScriptFromKey ( string sk ) : void
sk string
return void

IsEditScriptEvent() public method

public IsEditScriptEvent ( string scriptkey, string guidintoscripts ) : System.Boolean
scriptkey string
guidintoscripts string
return System.Boolean

IsEditScriptEvent() public method

public IsEditScriptEvent ( string scriptkey, string guidintoscripts, bool editalways ) : void
scriptkey string
guidintoscripts string
editalways bool
return void

ShowDirectoryFromKey() public method

public ShowDirectoryFromKey ( string sk ) : void
sk string
return void

createCCPContextualMenus() public method

public createCCPContextualMenus ( System.Windows.Controls.ContextMenu newcontextualmenu, RoutedEventHandler routeCCPHere ) : void
newcontextualmenu System.Windows.Controls.ContextMenu
routeCCPHere RoutedEventHandler
return void

createCCPContextualMenus() public method

public createCCPContextualMenus ( System.Windows.Controls.ContextMenu newcontextualmenu, RoutedEventHandler routeCCPHere, bool incCut, bool incCopy, bool incPaste ) : void
newcontextualmenu System.Windows.Controls.ContextMenu
routeCCPHere RoutedEventHandler
incCut bool
incCopy bool
incPaste bool
return void