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_CAnimationSetDlg.html | 618 +++++++++++++++++++++++++++ 1 file changed, 618 insertions(+) create mode 100644 docs/doxygen/nel/class_CAnimationSetDlg.html (limited to 'docs/doxygen/nel/class_CAnimationSetDlg.html') diff --git a/docs/doxygen/nel/class_CAnimationSetDlg.html b/docs/doxygen/nel/class_CAnimationSetDlg.html new file mode 100644 index 00000000..d3c9af19 --- /dev/null +++ b/docs/doxygen/nel/class_CAnimationSetDlg.html @@ -0,0 +1,618 @@ + + + + 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  
+

CAnimationSetDlg Class Reference

#include <animation_set_dlg.h> +

+Inheritance diagram for CAnimationSetDlg

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

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

Public Types

enum  {
+  IDD = IDD_ANIMATION_SET +
+ }

Public Methods

 CAnimationSetDlg (class CObjectViewer* objView, CWnd* pParent = NULL)

Public Attributes

CTreeCtrl SkelTree
CTreeCtrl Tree

Protected Methods

virtual void DoDataExchange (CDataExchange* pDX)
void loadAnimation (const char* fileName)
void addAnimation (NL3D::CAnimation* pAnim, const char* name)
void loadSkeleton (const char* fileName)
afx_msg void OnAddAnimation ()
afx_msg void OnReset ()
afx_msg void OnAddSkelWt ()
afx_msg void OnDestroy ()

Protected Attributes

CObjectViewer_ObjView
std::vector<std::string> _ListAnimation
std::vector<std::string> _ListSkeleton

Friends

class  CObjectViewer
+

Member Enumeration Documentation

+

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

+

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

+Definition at line 49 of file animation_set_dlg.h.

+


Constructor & Destructor Documentation

+

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

+ +

+Definition at line 44 of file animation_set_dlg.cpp.

+


Member Function Documentation

+

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

+ +

+Definition at line 55 of file animation_set_dlg.cpp.

+

+ + + + +
+ + + + + + +
+afx_msg void CAnimationSetDlg::OnAddAnimation ( + +) [protected] +
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + + + +
+void CAnimationSetDlg::OnAddSkelWt ( + +) [protected] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 112 of file animation_set_dlg.cpp.

+

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

+ +

+Definition at line 275 of file animation_set_dlg.cpp.

+

+ + + + +
+ + + + + + +
+void CAnimationSetDlg::OnReset ( + +) [protected] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 145 of file animation_set_dlg.cpp.

+

+ + + + +
+ + + + + + + + + + +
+void CAnimationSetDlg::addAnimation ( + +NL3D::CAnimation * anim, +
+const char * name ) [protected] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 197 of file animation_set_dlg.cpp. +

+Referenced by loadAnimation(), and CObjectViewer::setSingleAnimation().

+

+ + + + +
+ + + + + + +
+void CAnimationSetDlg::loadAnimation ( + +const char * fileName ) [protected] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 163 of file animation_set_dlg.cpp. +

+Referenced by CObjectViewer::serial().

+

+ + + + +
+ + + + + + +
+void CAnimationSetDlg::loadSkeleton ( + +const char * fileName ) [protected] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 224 of file animation_set_dlg.cpp. +

+Referenced by OnAddSkelWt(), and CObjectViewer::serial().

+


Friends And Related Function Documentation

+

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

+ +

+Definition at line 42 of file animation_set_dlg.h.

+


Member Data Documentation

+

+ + + + +
+ + + + + +
+CTreeCtrl CAnimationSetDlg::SkelTree +
+
+ + + + + +
+   + + +

+ +

+Definition at line 50 of file animation_set_dlg.h.

+

+ + + + +
+ + + + + +
+CTreeCtrl CAnimationSetDlg::Tree +
+
+ + + + + +
+   + + +

+ +

+Definition at line 51 of file animation_set_dlg.h.

+

+ + + + +
+ + + + + +
+std::vector< std::string > CAnimationSetDlg::_ListAnimation [protected] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 72 of file animation_set_dlg.h.

+

+ + + + +
+ + + + + +
+std::vector< std::string > CAnimationSetDlg::_ListSkeleton [protected] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 73 of file animation_set_dlg.h.

+

+ + + + +
+ + + + + +
+CObjectViewer * CAnimationSetDlg::_ObjView [protected] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 71 of file animation_set_dlg.h.

+


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