![]() |
|
ツール用プラグインのインタフェース [詳解]
公開型 |
|
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]
|
ツール用プラグインのインタフェース
|
virtual |
A description of the plugin. It is also used as a tooltip.
|
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.