Michi : Namespace

MainWindow Class

Tourクラスを使ったサンプルです

Syntax

public class MainWindow : Gtk.Window

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace:
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0

Members

See Also: Inherited members from Gtk.Window.

Public Constructors

コンストラクタ

Protected Fields

config Michi.Configuration . 環境設定
htmlFileName string . 出力されたhtmlファイル名

Protected Methods

Build ()
Documentation for this section has not yet been entered.
OnButtonExitClicked (object, EventArgs)
Exitボタンが押された時の処理
OnButtonGenerateClicked (object, EventArgs)
Generateボタンが押された時の処理
OnButtonViewClicked (object, EventArgs)
Viewボタンが押された時の処理
OnComboBoxYearModeChanged (object, EventArgs)
omboBoxYearModeが更新された時の処理
OnDeleteEvent (object, Gtk.DeleteEventArgs)
windowの閉じるボタンが押された時の処理
OnEntryProjectChanged (object, EventArgs)
Documentation for this section has not yet been entered.
OnFileChooserLogChanged (object, EventArgs)
fileChooserLogが更新された時の処理
OnFileChooserTemplateSelectionChanged (object, EventArgs)
Documentation for this section has not yet been entered.
OnShrinkRouteToggled (object, EventArgs)
Documentation for this section has not yet been entered.

Member Details

MainWindow Constructor

コンストラクタ

Syntax

public MainWindow (Michi.Configuration config)

Parameters

config
初期設定ファイルから読み込まれたパラメータ

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace:
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0

Build Method

Documentation for this section has not yet been entered.

Syntax

protected virtual void Build ()

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace:
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0

config Field

環境設定

Syntax

protected Michi.Configuration config

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace:
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0

htmlFileName Field

出力されたhtmlファイル名

Syntax

protected string htmlFileName

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace:
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0

OnButtonExitClicked Method

Exitボタンが押された時の処理

Syntax

protected void OnButtonExitClicked (object sender, EventArgs e)

Parameters

sender
Documentation for this section has not yet been entered.
e
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace:
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0

OnButtonGenerateClicked Method

Generateボタンが押された時の処理

Syntax

protected virtual void OnButtonGenerateClicked (object sender, EventArgs e)

Parameters

sender
Documentation for this section has not yet been entered.
e
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace:
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0

OnButtonViewClicked Method

Viewボタンが押された時の処理

Syntax

protected virtual void OnButtonViewClicked (object sender, EventArgs e)

Parameters

sender
Documentation for this section has not yet been entered.
e
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace:
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0

OnComboBoxYearModeChanged Method

omboBoxYearModeが更新された時の処理

Syntax

protected void OnComboBoxYearModeChanged (object sender, EventArgs args)

Parameters

sender
Documentation for this section has not yet been entered.
args
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace:
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0

OnDeleteEvent Method

windowの閉じるボタンが押された時の処理

Syntax

protected void OnDeleteEvent (object sender, Gtk.DeleteEventArgs a)

Parameters

sender
Documentation for this section has not yet been entered.
a
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace:
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0

OnEntryProjectChanged Method

Documentation for this section has not yet been entered.

Syntax

protected void OnEntryProjectChanged (object sender, EventArgs e)

Parameters

sender
Documentation for this section has not yet been entered.
e
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace:
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0

OnFileChooserLogChanged Method

fileChooserLogが更新された時の処理

Syntax

protected virtual void OnFileChooserLogChanged (object sender, EventArgs e)

Parameters

sender
Documentation for this section has not yet been entered.
e
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace:
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0

OnFileChooserTemplateSelectionChanged Method

Documentation for this section has not yet been entered.

Syntax

protected void OnFileChooserTemplateSelectionChanged (object sender, EventArgs e)

Parameters

sender
Documentation for this section has not yet been entered.
e
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace:
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0

OnShrinkRouteToggled Method

Documentation for this section has not yet been entered.

Syntax

protected void OnShrinkRouteToggled (object sender, EventArgs e)

Parameters

sender
Documentation for this section has not yet been entered.
e
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace:
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0