#include <bfxitem.h>
Inheritance diagram for BfxSpecialEffects:
Public Member Functions | |
BfxSpecialEffects () | |
Constructor for a BfxSpecialEffects 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 (BfxSpecialEffects) |
Definition at line 201 of file bfxitem.h.
|
Constructor for a BfxSpecialEffects plug-in.
Definition at line 380 of file bfxitem.cpp. 00381 { 00382 SetFamilyName(_R(IDS_BFXDLG)); 00383 SetPlugInName(_R(IDS_BFXPLUGINDLG_SPECIAL)); 00384 }
|
|
|
|
Returns the OpDescriptor for the dialog box connected with this bfx plug-in ready to be invoked.
Implements BfxPlugIn. Definition at line 398 of file bfxitem.cpp. 00399 { 00400 return OpDescriptor::FindOpDescriptor(CC_RUNTIME_CLASS(BfxSpecialEffectsDlg)); 00401 }
|