From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/class_CSceneDlg.html | 860 ++++++++++++++++++++++++++++++++++ 1 file changed, 860 insertions(+) create mode 100644 docs/doxygen/nel/class_CSceneDlg.html (limited to 'docs/doxygen/nel/class_CSceneDlg.html') diff --git a/docs/doxygen/nel/class_CSceneDlg.html b/docs/doxygen/nel/class_CSceneDlg.html new file mode 100644 index 00000000..30a6a451 --- /dev/null +++ b/docs/doxygen/nel/class_CSceneDlg.html @@ -0,0 +1,860 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
+
+ + +
+ + +
+Docs + +
+  + + + + + +
Documentation 
+ +
+Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  
+

CSceneDlg Class Reference

#include <scene_dlg.h> +

+Inheritance diagram for CSceneDlg

Inheritance graph
+ + + +
[legend]
Collaboration diagram for CSceneDlg:

Collaboration graph
+ + + + +
[legend]
List of all members. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Public Types

enum  {
+  IDD = IDD_SCENE +
+ }

Public Methods

 CSceneDlg (class CObjectViewer *objView, CWnd* pParent = NULL)
 ~CSceneDlg ()

Public Attributes

CEdit MoveSpeedCtrl
BOOL ViewAnimation
BOOL ViewAnimationSet
BOOL ViewSlots
BOOL Euler
BOOL ObjectMode
float MoveSpeed
class CObjectViewerObjView

Protected Methods

virtual void DoDataExchange (CDataExchange* pDX)
afx_msg void OnClearScene ()
afx_msg void OnLoadMesh ()
afx_msg void OnLoadPlaylist ()
afx_msg void OnLoadScene ()
afx_msg void OnSavePlaylist ()
afx_msg void OnViewAnimation ()
afx_msg void OnViewAnimationset ()
afx_msg void OnViewSlots ()
virtual BOOL OnInitDialog ()
afx_msg void OnResetCamera ()
afx_msg void OnDestroy ()

Friends

class  CObjectViewer
+

Member Enumeration Documentation

+

+ + + + +
+ + + + + +
+anonymous enum +
+
+ + + + + +
+   + + +

+

+Enumeration values:
+ + +
IDD +
+
+ +

+Definition at line 48 of file scene_dlg.h.

+


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + +
+CSceneDlg::CSceneDlg ( + +class CObjectViewer * objView, +
+CWnd * pParent = NULL ) +
+
+ + + + + +
+   + + +

+ +

+Definition at line 49 of file scene_dlg.cpp.

+

+ + + + +
+ + + + + + +
+CSceneDlg::~CSceneDlg ( + +) +
+
+ + + + + +
+   + + +

+ +

+Definition at line 80 of file scene_dlg.cpp.

+


Member Function Documentation

+

+ + + + +
+ + + + + + +
+void CSceneDlg::DoDataExchange ( + +CDataExchange * pDX ) [protected, virtual] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 93 of file scene_dlg.cpp.

+

+ + + + +
+ + + + + + +
+afx_msg void CSceneDlg::OnClearScene ( + +) [protected] +
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + + + +
+void CSceneDlg::OnDestroy ( + +) [protected] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 429 of file scene_dlg.cpp.

+

+ + + + +
+ + + + + + +
+BOOL CSceneDlg::OnInitDialog ( + +) [protected, virtual] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 279 of file scene_dlg.cpp.

+

+ + + + +
+ + + + + + +
+void CSceneDlg::OnLoadMesh ( + +) [protected] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 145 of file scene_dlg.cpp.

+

+ + + + +
+ + + + + + +
+void CSceneDlg::OnLoadPlaylist ( + +) [protected] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 186 of file scene_dlg.cpp.

+

+ + + + +
+ + + + + + +
+void CSceneDlg::OnLoadScene ( + +) [protected] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 219 of file scene_dlg.cpp.

+

+ + + + +
+ + + + + + +
+void CSceneDlg::OnResetCamera ( + +) [protected] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 293 of file scene_dlg.cpp. +

+Referenced by OnInitDialog(), OnLoadMesh(), and CObjectViewer::resetCamera().

+

+ + + + +
+ + + + + + +
+void CSceneDlg::OnSavePlaylist ( + +) [protected] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 225 of file scene_dlg.cpp.

+

+ + + + +
+ + + + + + +
+void CSceneDlg::OnViewAnimation ( + +) [protected] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 258 of file scene_dlg.cpp. +

+Referenced by OnInitDialog().

+

+ + + + +
+ + + + + + +
+void CSceneDlg::OnViewAnimationset ( + +) [protected] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 265 of file scene_dlg.cpp. +

+Referenced by OnInitDialog().

+

+ + + + +
+ + + + + + +
+void CSceneDlg::OnViewSlots ( + +) [protected] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 272 of file scene_dlg.cpp. +

+Referenced by OnInitDialog().

+


Friends And Related Function Documentation

+

+ + + + +
+ + + + + +
+class CObjectViewer [friend] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 41 of file scene_dlg.h.

+


Member Data Documentation

+

+ + + + +
+ + + + + +
+BOOL CSceneDlg::Euler +
+
+ + + + + +
+   + + +

+ +

+Definition at line 53 of file scene_dlg.h.

+

+ + + + +
+ + + + + +
+float CSceneDlg::MoveSpeed +
+
+ + + + + +
+   + + +

+ +

+Definition at line 55 of file scene_dlg.h.

+

+ + + + +
+ + + + + +
+CEdit CSceneDlg::MoveSpeedCtrl +
+
+ + + + + +
+   + + +

+ +

+Definition at line 49 of file scene_dlg.h.

+

+ + + + +
+ + + + + +
+class CObjectViewer * CSceneDlg::ObjView +
+
+ + + + + +
+   + + +

+ +

+Definition at line 58 of file scene_dlg.h.

+

+ + + + +
+ + + + + +
+BOOL CSceneDlg::ObjectMode +
+
+ + + + + +
+   + + +

+ +

+Definition at line 54 of file scene_dlg.h.

+

+ + + + +
+ + + + + +
+BOOL CSceneDlg::ViewAnimation +
+
+ + + + + +
+   + + +

+ +

+Definition at line 50 of file scene_dlg.h.

+

+ + + + +
+ + + + + +
+BOOL CSceneDlg::ViewAnimationSet +
+
+ + + + + +
+   + + +

+ +

+Definition at line 51 of file scene_dlg.h.

+

+ + + + +
+ + + + + +
+BOOL CSceneDlg::ViewSlots +
+
+ + + + + +
+   + + +

+ +

+Definition at line 52 of file scene_dlg.h.

+


The documentation for this class was generated from the following files: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1