![]() | InDesign SDK 20.5 |
#include <CstAFltActionFilter.h>

Public Member Functions | |
| CstAFltActionFilter (IPMUnknown *boss) | |
| virtual | ~CstAFltActionFilter (void) |
| virtual void | FilterAction (ClassID *componentClass, ActionID *actionID, PMString *actionName, PMString *actionArea, int16 *actionType, uint32 *enablingType, bool16 *userEditable) |
Public Member Functions inherited from CPMUnknown< IActionFilter > | |
| IPMUnknown * | QueryInterface (PMIID interfaceID) const |
| void | AddRef () const |
| void | Release () const |
| void | PreDirty (ImplementationID prop=kInvalidImpl, bool16 allowModification=kTrue) |
| void | PreDirtyNoMessage (ImplementationID prop=kInvalidImpl, bool16 allowModification=kTrue) |
| CPMUnknown (const CPMUnknown &)=delete | |
| CPMUnknown & | operator= (const CPMUnknown &)=delete |
Additional Inherited Members | |
Public Types inherited from IActionFilter | |
| enum | { kDefaultIID = IID_IACTIONFILTER } |
Protected Member Functions inherited from CPMUnknown< IActionFilter > | |
| CPMUnknown (IPMUnknown *boss) | |
Protected Attributes inherited from CPMUnknown< IActionFilter > | |
| HelperInterface | fHelperInterface |
Filters actions in a configurable way, with the help of ActionFilterHelper.
| Binds the C implementation class onto its ImplementationID making the C code callable by the application * CstAFltActionFilter::CstAFltActionFilter | ( | IPMUnknown * | boss | ) |
Constructor.
| boss | interface ptr from boss object on which this interface is aggregated. |
| inlinevirtual |
Destructor.