MSSelectFilterCallback Class Reference
 
 
 
MSSelectFilterCallback Class Reference

#include <uiextend.h>

Inheritance diagram for MSSelectFilterCallback:
SelectFilterCallback InterfaceServer MaxHeapOperators

Public Member Functions

  MSSelectFilterCallback ()
const MCHAR *  GetName ()
BOOL  IsFiltered (SClass_ID isid, Class_ID icid, INode *node) const

Public Attributes

MCHAR  dname [128]
Value selectFilters_fns

Constructor & Destructor Documentation

MSSelectFilterCallback ( ) [inline]
        {
        }

Member Function Documentation

const MCHAR* GetName ( ) [inline, virtual]
Remarks:
Returns the name of the filter that will appear in the drop down list in the tab panel.

Implements SelectFilterCallback.

{return dname;};
BOOL IsFiltered ( SClass_ID  sid,
Class_ID  cid,
INode node 
) const [virtual]
Remarks:
This is the method that does the filtering of the node. It returns TRUE if the node may be selected; FALSE if it is not selectable.
Parameters:
SClass_ID sid

The Super Class ID of the node.

Class_ID cid

The Class ID of the node.

INode *node

Points to the node to check.

Implements SelectFilterCallback.


Member Data Documentation