BfxBrightnessContrast Class Reference

Provides storage for details on a BfxBrightnessContrast plug-in. More...

#include <bfxitem.h>

Inheritance diagram for BfxBrightnessContrast:

BfxPlugIn PlugInItem ListItem CCObject SimpleCCObject List of all members.

Public Member Functions

 BfxBrightnessContrast ()
 Ask a plug-in to strut its stuff and do its work taking the pDib as a source and pOutputDIB as the result. If ApplyLast is True then asks a plug-in to strut its stuff again using the same parameters as last time. Once again doing its work taking the pDib as a source and pOutputDIB as the result. Assumes pDib and pOutputDib already allocated and are the same size etc.Constructor for a BfxBrightnessContrast plug-in.
virtual OpDescriptorGetOpDescriptor ()
 Returns the OpDescriptor for the dialog box connected with this bfx plug-in ready to be invoked.

Private Member Functions

 CC_DECLARE_DYNAMIC (BfxBrightnessContrast)

Detailed Description

Provides storage for details on a BfxBrightnessContrast plug-in.

Author:
Neville_Humphrys (Xara Group Ltd) <camelotdev@xara.com>
Date:
5/3/97

Definition at line 178 of file bfxitem.h.


Constructor & Destructor Documentation

BfxBrightnessContrast::BfxBrightnessContrast  ) 
 

Ask a plug-in to strut its stuff and do its work taking the pDib as a source and pOutputDIB as the result. If ApplyLast is True then asks a plug-in to strut its stuff again using the same parameters as last time. Once again doing its work taking the pDib as a source and pOutputDIB as the result. Assumes pDib and pOutputDib already allocated and are the same size etc.Constructor for a BfxBrightnessContrast plug-in.

Author:
Neville_Humphrys (Xara Group Ltd) <camelotdev@xara.com>
Date:
5/3/97

Definition at line 340 of file bfxitem.cpp.

00341 {
00342     SetFamilyName(_R(IDS_BFXDLG));
00343     SetPlugInName(_R(IDS_BFXPLUGINDLG_BRIGHTNESS));
00344 
00345     //SetFilterName(TEXT("Fred"));
00346     //SetModuleName(TEXT("Jim"));
00347 }


Member Function Documentation

BfxBrightnessContrast::CC_DECLARE_DYNAMIC BfxBrightnessContrast   )  [private]
 

OpDescriptor * BfxBrightnessContrast::GetOpDescriptor  )  [virtual]
 

Returns the OpDescriptor for the dialog box connected with this bfx plug-in ready to be invoked.

Author:
Neville_Humphrys (Xara Group Ltd) <camelotdev@xara.com>
Date:
5/3/97
Returns:
the OpDescriptor for the connected dialog box operation

Implements BfxPlugIn.

Definition at line 361 of file bfxitem.cpp.


The documentation for this class was generated from the following files:
Generated on Sat Nov 10 03:51:07 2007 for Camelot by  doxygen 1.4.4