#include <RmPlugIn.h>
Inheritance diagram for IRmEditorPlugIn:

Public Member Functions | |
| virtual HWND | EditNode (HWND hParentWindow, RmNode *pNode)=0 |
Editor plug-in declaration. This plug-in is used by the main application to edit nodes supported by this plug-in. Use plug-in description to specify which nodes can be edited by this plug-in in the workspace. The plug-in must return RM_PLUGINTYPE_EDITOR in its plug-in description structure.
|
||||||||||||
|
This method gets invoked by the main RenderMonkey application whenever the user selects a node supported by this plug-in to edit with this plug-in, either by double-clicking on a node or selecting this plug-in from a list of plug-ins available for "Edit with.." menu list. The plug-in can either create user interface windows to edit the node or perform windowless actions to modify the specified node. If the plug-in wishes to create windows for its user interface, it must attach them to the specified parent window The method must return a window handle for the window that will be editing this node, or NULL if the editor will not have any user interface.
|
1.3.6