#include <patchobj.h>
Public Member Functions |
|
POPickPatchAttach () | |
BOOL | HitTest (IObjParam *ip, HWND hWnd, ViewExp *vpt, IPoint2 m, int flags) |
BOOL | Pick (IObjParam *ip, ViewExp *vpt) |
void | EnterMode (IObjParam *ip) |
void | ExitMode (IObjParam *ip) |
HCURSOR | GetHitCursor (IObjParam *ip) |
BOOL | Filter (INode *node) |
PickNodeCallback * | GetFilter () |
BOOL | RightClick (IObjParam *ip, ViewExp *vpt) |
Public Attributes |
|
PatchObject * | po |
POPickPatchAttach | ( | ) | [inline] |
{po=NULL;}
{
return ip->PickNode(hWnd,m,&thePickFilt)? TRUE:FALSE;
}
Implements PickModeCallback.
Implements PickModeCallback.
void EnterMode | ( | IObjParam * | ip | ) | [virtual] |
Reimplemented from PickModeCallback.
void ExitMode | ( | IObjParam * | ip | ) | [virtual] |
Reimplemented from PickModeCallback.
HCURSOR GetHitCursor | ( | IObjParam * | ip | ) | [virtual] |
Reimplemented from PickModeCallback.
BOOL Filter | ( | INode * | node | ) | [virtual] |
Implements PickNodeCallback.
PickNodeCallback* GetFilter | ( | ) | [inline, virtual] |
Reimplemented from PickModeCallback.
{return this;}
Reimplemented from PickModeCallback.
{ UNUSED_PARAM(ip); UNUSED_PARAM(vpt); return TRUE;}