#include <bfxitem.h>
Inheritance diagram for BfxColourDepth:
Public Member Functions | |
BfxColourDepth () | |
Constructor for a BfxColourDepth 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 (BfxColourDepth) |
Definition at line 270 of file bfxitem.h.
|
Constructor for a BfxColourDepth plug-in.
Definition at line 491 of file bfxitem.cpp. 00492 { 00493 SetFamilyName(_R(IDS_BFXDLG)); 00494 SetPlugInName(_R(IDS_BFXPLUGINDLG_COLOUR)); 00495 }
|
|
|
|
Returns the OpDescriptor for the dialog box connected with this bfx plug-in ready to be invoked.
Implements BfxPlugIn. Definition at line 509 of file bfxitem.cpp. 00510 { 00511 return OpDescriptor::FindOpDescriptor(CC_RUNTIME_CLASS(BfxColourDepthDlg)); 00512 }
|