This class provides information on the Bevel Profile Editor to plugins which want to use the standard editor (initially implemented by TextPlus).
More...
|
virtual HWND | GetHWND ()=0 |
| Returns the window handle of the Bevel Profile Editor.
|
|
virtual bool | GetZoom (float &z)=0 |
| Get the zoom factor of the Bevel Profile Editor.
|
|
virtual bool | GetScrolls (int &hs, int &vs)=0 |
| Get the horizontal and vertical scroll values of the Bevel Profile Editor.
|
|
virtual void | SetZoom (float z)=0 |
| Sets the zoom factor of the curve window.
|
|
virtual void | SetScrolls (int hs, int vs)=0 |
| Get the horizontal and vertical scroll values of the Bevel Profile Editor.
|
|
virtual void | Notify (UINT message, WPARAM wParam, LPARAM lParam)=0 |
| Send a message to the Bevel Profile Editor window.
|
|
virtual void | ShowWindow (HWND owningWindow, bool sw=true)=0 |
| Tells the Bevel Profile Editor to display or hide its window.
|
|
virtual void | CloseWindow ()=0 |
| Tells the Bevel Profile Editor window to close.
|
|
virtual void | DeleteMe ()=0 |
| Deletes the BevelProfileEditorInformation object.
|
|
This class provides information on the Bevel Profile Editor to plugins which want to use the standard editor (initially implemented by TextPlus).
If you wish to use the Bevel Profile Editor, call BevelProfileInterface::GetBevelProfileEditorInformation (see below), which will return a pointer to this object, which you can use to control the editor.
All methods are implemented by the system.