#include <bfxitem.h>
Inheritance diagram for BfxFlipAndRotate:
Public Member Functions | |
BfxFlipAndRotate () | |
Constructor for a BfxFlipAndRotate 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 (BfxFlipAndRotate) |
Definition at line 247 of file bfxitem.h.
|
Constructor for a BfxFlipAndRotate plug-in.
Definition at line 454 of file bfxitem.cpp. 00455 { 00456 SetFamilyName(_R(IDS_BFXDLG)); 00457 SetPlugInName(_R(IDS_BFXPLUGINDLG_FLIP)); 00458 }
|
|
|
|
Returns the OpDescriptor for the dialog box connected with this bfx plug-in ready to be invoked.
Implements BfxPlugIn. Definition at line 472 of file bfxitem.cpp. 00473 { 00474 return OpDescriptor::FindOpDescriptor(CC_RUNTIME_CLASS(BfxFlipAndRotateDlg)); 00475 }
|