![]() |
|
Used to gather the current mouse point over the model, complete with inferencing. More...
#include <iinputpoint.h>
Public Member Functions | |
virtual bool | IsValid () const =0 |
every object knows whether it is valid. | |
virtual bool | Pick (ISketchUpView *pView, long x, long y, ISketchUpInputPoint *pInputpoint=NULL)=0 |
Used to pick based on the given (x,y) screen coordinates. |
Used to gather the current mouse point over the model, complete with inferencing.
virtual bool atlast::sketchup::ISketchUpInputPoint::IsValid | ( | ) | const [pure virtual] |
every object knows whether it is valid.
Implements atlast::sketchup::ISketchUpObject.
virtual bool atlast::sketchup::ISketchUpInputPoint::Pick | ( | ISketchUpView * | pView, | |
long | x, | |||
long | y, | |||
ISketchUpInputPoint * | pInputpoint = NULL | |||
) | [pure virtual] |
Used to pick based on the given (x,y) screen coordinates.
pView | The view to use to pick. | |
x | The x-value in screen coordinates. | |
y | The y-value in screen coordinates. | |
pInputpoint | Another input point to use. |
©2010 Google - Google Home - About Google |