![]() | InDesign SDK 20.5 |

Public Member Functions | |
| SuppUIQuickApplyFilterService (IPMUnknown *boss) | |
| ~SuppUIQuickApplyFilterService () | |
| void | FilterItems (K2Vector< QuickApplyFindListNode > &workingList) |
Public Member Functions inherited from CPMUnknown< IQuickApplyFilterService > | |
| 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 IQuickApplyFilterService | |
| enum | { kDefaultIID = IID_IQUICKAPPLYFILTERSERVICE } |
Protected Member Functions inherited from CPMUnknown< IQuickApplyFilterService > | |
| CPMUnknown (IPMUnknown *boss) | |
Protected Attributes inherited from CPMUnknown< IQuickApplyFilterService > | |
| HelperInterface | fHelperInterface |
Implementation of quick apply filter service. Allows third parties to remove elements from the list of those to be added to the quick apply dialog.
| Binds the C implementation class onto its ImplementationID making the C code callable by the application * SuppUIQuickApplyFilterService::SuppUIQuickApplyFilterService | ( | IPMUnknown * | boss | ) |
Constructor.
| boss | interface ptr from boss object on which this interface is aggregated. |
| inline |
Destructor.
| virtual |
Allows us to remove items from the quick apply dialog. This implementation removes all paragraph styles
| workingList | IN/OUT list of items to be filtered. |
Implements IQuickApplyFilterService.