#include <bfxitem.h>
Inheritance diagram for BfxResize:
Public Member Functions | |
BfxResize () | |
Constructor for a BfxResize plug-in. | |
virtual OpDescriptor * | GetOpDescriptor () |
Returns the OpDescriptor for the dialog box connected with this bfx plug-in ready to be invoked. | |
Private Member Functions | |
CC_DECLARE_DYNAMIC (BfxResize) |
Definition at line 224 of file bfxitem.h.
|
Constructor for a BfxResize plug-in.
Definition at line 417 of file bfxitem.cpp. 00418 { 00419 SetFamilyName(_R(IDS_BFXDLG)); 00420 SetPlugInName(_R(IDS_BFXPLUGINDLG_RESIZE)); 00421 }
|
|
|
|
Returns the OpDescriptor for the dialog box connected with this bfx plug-in ready to be invoked.
Implements BfxPlugIn. Definition at line 435 of file bfxitem.cpp. 00436 { 00437 return OpDescriptor::FindOpDescriptor(CC_RUNTIME_CLASS(BfxResizeDlg)); 00438 }
|