Detailed Description
- See also:
- Class Interface.
- Description:
- This is the callback object used with Interface::DoHitByNameDialog().
#include <maxapi.h>
List of
all members.
Constructor & Destructor Documentation
Member Function Documentation
virtual MCHAR* dialogTitle |
( |
|
) |
[inline, virtual] |
- Default Implementation:
- { return _M(""); }
virtual MCHAR* buttonText |
( |
|
) |
[inline, virtual] |
- Default Implementation:
- { return _M(""); }
virtual BOOL singleSelect |
( |
|
) |
[inline, virtual] |
- Default Implementation:
- { return FALSE; }
virtual BOOL useFilter |
( |
|
) |
[inline, virtual] |
- Default Implementation:
- { return TRUE; }
virtual int filter |
( |
INode * |
node |
) |
[inline, virtual] |
- Parameters:
- INode
*node
The node to check for inclusion in the list.
- Returns:
- Nonzero to accept the item and zero to skip it.
- Default Implementation:
- { return TRUE; }
virtual BOOL useProc |
( |
|
) |
[inline, virtual] |
- Default Implementation:
- { return TRUE; }
virtual void proc |
( |
INodeTab & |
nodeTab |
) |
[inline, virtual] |
- Parameters:
- INodeTab
&nodeTab
A table of those nodes selected by the user. See Template Class Tab.
- Default Implementation:
- {}
virtual BOOL doCustomHilite |
( |
|
) |
[inline, virtual] |
- Default Implementation:
- { return FALSE; }
virtual BOOL doHilite |
( |
INode * |
node |
) |
[inline, virtual] |
- Parameters:
- INode
*node
The node to check.
- Returns:
- TRUE to highlight the node in the list; FALSE to not highlight
it.
- Default Implementation:
- { return FALSE; }
virtual BOOL showHiddenAndFrozen |
( |
|
) |
[inline, virtual] |
- Default Implementation:
- { return FALSE; }
HitByNameDlgCallback
HitByNameDlgCallback HitByNameDlgCallback HitByNameDlgCallback
HitByNameDlgCallback HitByNameDlgCallback HitByNameDlgCallback
HitByNameDlgCallback HitByNameDlgCallback
HitByNameDlgCallback
HitByNameDlgCallback
HitByNameDlgCallback HitByNameDlgCallback HitByNameDlgCallback
HitByNameDlgCallback HitByNameDlgCallback HitByNameDlgCallback
HitByNameDlgCallback HitByNameDlgCallback
HitByNameDlgCallback