Logo
公開型 | 公開メンバ関数 | 公開変数類 | プロパティ | 全メンバ一覧
Yukar.Common.Plugin.PluginDef クラス

ツール用プラグインのインタフェース [詳解]

公開型

enum PluginType {
NONE , EXPORTER , MINITOOL , TOOL ,
DB_EXPAND , DB_TYPE
}
プラグイン種別

公開メンバ関数

virtual PluginType GetPluginType ()
MINITOOL is added to "Functions" in the menu. TOOL is added to the master menu on the left side of the screen. EXPORTER is not implemented. [詳解]
virtual string GetName ()
virtual string GetDescription ()
A description of the plugin. It is also used as a tooltip. [詳解]
virtual DialogResult ShowDialog (IWin32Window parent)
virtual Image GetIcon ()
virtual Type GetRelativeType ()
virtual PluginEditPanel CreateControl ()
virtual Guid GetTypeGuid ()

公開変数類

Catalog catalog

プロパティ

string path [get, set]

詳解

ツール用プラグインのインタフェース

メソッド詳解

GetDescription()

virtual string Yukar.Common.Plugin.PluginDef.GetDescription ( )
virtual

A description of the plugin. It is also used as a tooltip.

戻り値

GetPluginType()

virtual PluginType Yukar.Common.Plugin.PluginDef.GetPluginType ( )
virtual

MINITOOL is added to "Functions" in the menu. TOOL is added to the master menu on the left side of the screen. EXPORTER is not implemented.

戻り値

このクラス詳解は次のファイルから抽出されました: