Typedef Documentation
◆
PluginHelpDelegate
Plugin help support callback. Can be used to display context sensitive help when the user selects "Show Help" for an object or attribute.
-
注意
-
All names are always uppercase.
-
警告
-
Only return
true
for your own object types.
-
参数
-
[in]
|
opType
|
The object type name, for example
"OATOM"
.
|
[in]
|
baseType
|
The name of the base object type that
opType
is derived from, usually the same as
opType
.
|
[in]
|
group
|
The name of the group in the attribute manager, for example
"ID_OBJECTPROPERTIES"
.
|
[in]
|
property
|
The name of the object property, for example
"ATOMOBJECT_SINGLE"
.
|
-
返回
-
true
if if the plugin can display help for this request, otherwise
false
.
Function Documentation
◆
RegisterPluginHelpDelegate()
Registers the delegate for plugin help support.
-
参数
-
[in]
|
pluginId
|
A unique plugin ID. Must be obtained from
http://www.plugincafe.com
|
[in]
|
delegate
|
The help handler for this plugin.
|
-
返回
-
true
if successful, otherwise
false
.