|
virtual void | OnChangeCursor (const AnyCAD::API::String &commandId, const AnyCAD::API::String &cursorHint) |
|
virtual void | OnDraw (CDC *pDC) |
|
virtual void | OnActivateView (BOOL bActivate, CView *pActivateView, CView *pDeactiveView) |
|
virtual void | OnInitialUpdate () |
|
afx_msg void | OnSize (UINT nType, int cx, int cy) |
|
afx_msg void | OnDestroy () |
|
afx_msg BOOL | OnEraseBkgnd (CDC *pDC) |
|
afx_msg void | OnLButtonDown (UINT nFlags, CPoint point) |
|
afx_msg void | OnLButtonUp (UINT nFlags, CPoint point) |
|
afx_msg void | OnMButtonDown (UINT nFlags, CPoint point) |
|
afx_msg void | OnMButtonUp (UINT nFlags, CPoint point) |
|
afx_msg void | OnRButtonDown (UINT nFlags, CPoint point) |
|
afx_msg void | OnRButtonUp (UINT nFlags, CPoint point) |
|
afx_msg BOOL | OnMouseWheel (UINT nFlags, short zDelta, CPoint pt) |
|
afx_msg void | OnMouseMove (UINT nFlags, CPoint point) |
|
afx_msg void | OnTimer (UINT_PTR nIDEvent) |
|
afx_msg void | OnKeyDown (UINT nChar, UINT nRepCnt, UINT nFlags) |
|
afx_msg void | OnKeyUp (UINT nChar, UINT nRepCnt, UINT nFlags) |
|
afx_msg void | OnChar (UINT nChar, UINT nRepCnt, UINT nFlags) |
|
const AnyCAD::API::View3d & | GetView () const |
|
AnyCAD::API::View3d & | GetView () |
|
void | SetBackgoundColor (const AnyCAD::API::ColorValue &topClr, const AnyCAD::API::ColorValue &midClr, const AnyCAD::API::ColorValue &bottomClr) |
|
AnyCAD::API::EntitySceneNode | ShowGeometry (const AnyCAD::API::TopoShape &geometry, const AnyCAD::API::ElementId &id, float accurate=0.2) |
|
void | ShowSceneNode (const AnyCAD::API::SceneNode &node) |
|
AnyCAD::API::SceneNode | FindSceneNode (const AnyCAD::API::ElementId &id) const |
|
void | RemoveSenceNode (const AnyCAD::API::SceneNode &node) |
|
void | RequestDraw (int hint=1) |
|
bool | ExecuteCommand (const AnyCAD::API::String &commandId, const AnyCAD::API::String ¶ms="") |
|
The view 3d control for MFC CView.