C# Class Nanook.QueenBee.QbItemEditorBase

Inheritance: System.Windows.Forms.UserControl
ファイルを表示 Open project: Nanook/Queen-Bee

Public Methods

Method Description
QbItemEditorBase ( ) : System

Protected Methods

Method Description
AddQbKeyToUserDebugFile ( QbKey qbKey ) : void
OnError ( ErrorEventArgs e ) : void
OnUpdated ( EventArgs e ) : void
ShowError ( string title, string message ) : void
ShowException ( string title, Exception ex ) : void
UpdateQbItem ( ) : void

Raise an event to the parent

Private Methods

Method Description
QbItemEditorBase_Load ( object sender, EventArgs e ) : void

Method Details

AddQbKeyToUserDebugFile() protected method

protected AddQbKeyToUserDebugFile ( QbKey qbKey ) : void
qbKey Nanook.QueenBee.Parser.QbKey
return void

OnError() protected method

protected OnError ( ErrorEventArgs e ) : void
e ErrorEventArgs
return void

OnUpdated() protected method

protected OnUpdated ( EventArgs e ) : void
e System.EventArgs
return void

QbItemEditorBase() public method

public QbItemEditorBase ( ) : System
return System

ShowError() protected method

protected ShowError ( string title, string message ) : void
title string
message string
return void

ShowException() protected method

protected ShowException ( string title, Exception ex ) : void
title string
ex System.Exception
return void

UpdateQbItem() protected method

Raise an event to the parent
protected UpdateQbItem ( ) : void
return void