The view 3d control for MFC control. 更多...
#include <AuWindow3d.h>
Public 成员函数 | |
AuWindow3d () | |
virtual | ~AuWindow3d () |
Public 成员函数 继承自 AuView3dAPI | |
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="") |
Protected 成员函数 | |
virtual void | PreSubclassWindow () |
afx_msg void | OnPaint () |
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) |
Protected 成员函数 继承自 AuView3dAPI | |
AuView3dAPI () | |
virtual | ~AuView3dAPI () |
额外继承的成员函数 | |
Protected 属性 继承自 AuView3dAPI | |
AnyCAD::API::View3d | m_View3d |
bool | m_bHandleMouseMessage |
const UINT_PTR | m_RenderTimerId |
UINT | m_RenderTick |
The view 3d control for MFC control.
AuWindow3d::AuWindow3d | ( | ) |
|
virtual |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protectedvirtual |