# 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  

CSlotDlg Class Reference

#include <slot_dlg.h>

Inheritance diagram for CSlotDlg

Inheritance graph
[legend]
Collaboration diagram for CSlotDlg:

Collaboration graph
[legend]
List of all members.

Public Types

enum  {
  IDD = IDD_SLOT
}

Public Methods

 CSlotDlg (CWnd* pParent = NULL)
void init (uint id, NL3D::CAnimationSet* animationSet, class CObjectViewer* mainDlg)
void setAnimation (uint animationId, NL3D::CAnimation *animation, const char* name)
void setSkeletonTemplateWeight (uint skeletonWeightId, NL3D::CSkeletonWeight *skeleton, const char* name)
bool isEmpty ()
void setWindowName ()
void validateTime ()
void updateScrollBar ()
void setAnimTime (float animStart, float animEnd)
float getTimeIncrement ()
float getTimeOffset ()
float getStartTime ()
float getEndTime ()
void computeLength ()

Public Attributes

uint Id
uint AnimationId
uint SkeletonWeightId
CBlendWnd Blend
NL3D::CAnimationSetAnimationSet
NL3D::CAnimationAnimation
std::string AnimationName
std::string SkeletonName
NL3D::CSkeletonWeightSkeletonWeightTemplate
CObjectViewerMainDlg
CButton InvertSkeletonWeightCtrl
CButton AlignBlendCtrl
CButton ClampCtrl
CScrollBar ScrollBarCtrl
CSpinButtonCtrl OffsetSpinCtrl
CEdit OffsetCtrl
CSpinButtonCtrl StartTimeSpinCtrl
CSpinButtonCtrl StartBlendSpinCtrl
CSpinButtonCtrl SpeedFactorSpinCtrl
CSpinButtonCtrl SmoothnessSpinCtrl
CSpinButtonCtrl EndTimeSpinCtrl
CSpinButtonCtrl EndBlendSpinCtrl
CEdit StartTimeCtrl
CEdit StartBlendCtrl
CEdit SpeddFactorCtrl
CEdit SmoothnessCtrl
CEdit EndTimeCtrl
CEdit EndBlendCtrl
float EndBlend
float Smoothness
float SpeedFactor
float StartBlend
int ClampMode
BOOL SkeletonWeightInverted
int Offset
int StartTime
int EndTime
BOOL enable
float StartAnimTime
float EndAnimTime
float AnimationLength

Protected Methods

virtual void DoDataExchange (CDataExchange* pDX)
virtual BOOL OnInitDialog ()
afx_msg void OnPaint ()
afx_msg void OnDeltaposEndBlendSpin (NMHDR* pNMHDR, LRESULT* pResult)
afx_msg void OnDeltaposEndTimeSpin (NMHDR* pNMHDR, LRESULT* pResult)
afx_msg void OnDeltaposSmoothnessSpin (NMHDR* pNMHDR, LRESULT* pResult)
afx_msg void OnDeltaposSpeedFactorSpin (NMHDR* pNMHDR, LRESULT* pResult)
afx_msg void OnDeltaposStartBlendSpin (NMHDR* pNMHDR, LRESULT* pResult)
afx_msg void OnDeltaposStartTimeSpin (NMHDR* pNMHDR, LRESULT* pResult)
afx_msg void OnChangeEndBlend ()
afx_msg void OnChangeEndTime ()
afx_msg void OnChangeSmoothness ()
afx_msg void OnChangeSpeedFactor ()
afx_msg void OnChangeStartBlend ()
afx_msg void OnChangeStartTime ()
afx_msg void OnSetAnimation ()
afx_msg void OnSetSkeleton ()
afx_msg void OnChangeOffset ()
afx_msg void OnDeltaposOffsetSpin (NMHDR* pNMHDR, LRESULT* pResult)
afx_msg void OnHScroll (UINT nSBCode, UINT nPos, CScrollBar* pScrollBar)
afx_msg void OnClamp ()
afx_msg void OnRepeat ()
afx_msg void OnDisable ()
afx_msg void OnAlignBlend ()
afx_msg void OnDestroy ()

Protected Attributes

bool _Empty

Member Enumeration Documentation

anonymous enum
 

Enumeration values:
IDD  

Definition at line 88 of file slot_dlg.h.


Constructor & Destructor Documentation

CSlotDlg::CSlotDlg ( CWnd * pParent = NULL )
 

Definition at line 49 of file slot_dlg.cpp.


Member Function Documentation

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

Definition at line 79 of file slot_dlg.cpp.

void CSlotDlg::OnAlignBlend ( ) [protected]
 

Definition at line 699 of file slot_dlg.cpp.

void CSlotDlg::OnChangeEndBlend ( ) [protected]
 

Definition at line 339 of file slot_dlg.cpp.

void CSlotDlg::OnChangeEndTime ( ) [protected]
 

Definition at line 361 of file slot_dlg.cpp.

void CSlotDlg::OnChangeOffset ( ) [protected]
 

Definition at line 550 of file slot_dlg.cpp.

void CSlotDlg::OnChangeSmoothness ( ) [protected]
 

Definition at line 385 of file slot_dlg.cpp.

void CSlotDlg::OnChangeSpeedFactor ( ) [protected]
 

Definition at line 407 of file slot_dlg.cpp.

void CSlotDlg::OnChangeStartBlend ( ) [protected]
 

Definition at line 426 of file slot_dlg.cpp.

void CSlotDlg::OnChangeStartTime ( ) [protected]
 

Definition at line 448 of file slot_dlg.cpp.

void CSlotDlg::OnClamp ( ) [protected]
 

Definition at line 675 of file slot_dlg.cpp.

void CSlotDlg::OnDeltaposEndBlendSpin ( NMHDR * pNMHDR,
LRESULT * pResult ) [protected]
 

Definition at line 182 of file slot_dlg.cpp.

void CSlotDlg::OnDeltaposEndTimeSpin ( NMHDR * pNMHDR,
LRESULT * pResult ) [protected]
 

Definition at line 207 of file slot_dlg.cpp.

void CSlotDlg::OnDeltaposOffsetSpin ( NMHDR * pNMHDR,
LRESULT * pResult ) [protected]
 

Definition at line 564 of file slot_dlg.cpp.

void CSlotDlg::OnDeltaposSmoothnessSpin ( NMHDR * pNMHDR,
LRESULT * pResult ) [protected]
 

Definition at line 234 of file slot_dlg.cpp.

void CSlotDlg::OnDeltaposSpeedFactorSpin ( NMHDR * pNMHDR,
LRESULT * pResult ) [protected]
 

Definition at line 259 of file slot_dlg.cpp.

void CSlotDlg::OnDeltaposStartBlendSpin ( NMHDR * pNMHDR,
LRESULT * pResult ) [protected]
 

Definition at line 287 of file slot_dlg.cpp.

void CSlotDlg::OnDeltaposStartTimeSpin ( NMHDR * pNMHDR,
LRESULT * pResult ) [protected]
 

Definition at line 312 of file slot_dlg.cpp.

void CSlotDlg::OnDestroy ( ) [protected]
 

Definition at line 791 of file slot_dlg.cpp.

void CSlotDlg::OnDisable ( ) [protected]
 

Definition at line 691 of file slot_dlg.cpp.

void CSlotDlg::OnHScroll ( UINT nSBCode,
UINT nPos,
CScrollBar * pScrollBar ) [protected]
 

Definition at line 635 of file slot_dlg.cpp.

virtual BOOL CSlotDlg::OnInitDialog ( ) [protected, virtual]
 

void CSlotDlg::OnPaint ( ) [protected]
 

Definition at line 162 of file slot_dlg.cpp.

void CSlotDlg::OnRepeat ( ) [protected]
 

Definition at line 683 of file slot_dlg.cpp.

void CSlotDlg::OnSetAnimation ( ) [protected]
 

Definition at line 473 of file slot_dlg.cpp.

void CSlotDlg::OnSetSkeleton ( ) [protected]
 

Definition at line 503 of file slot_dlg.cpp.

void CSlotDlg::computeLength ( )
 

Definition at line 782 of file slot_dlg.cpp.

Referenced by setAnimTime(), and setAnimation().

float CSlotDlg::getEndTime ( )
 

Definition at line 775 of file slot_dlg.cpp.

float CSlotDlg::getStartTime ( )
 

Definition at line 768 of file slot_dlg.cpp.

float CSlotDlg::getTimeIncrement ( void )
 

Definition at line 668 of file slot_dlg.cpp.

float CSlotDlg::getTimeOffset ( )
 

Definition at line 761 of file slot_dlg.cpp.

void CSlotDlg::init ( uint id,
NL3D::CAnimationSet * animationSet,
class CObjectViewer * mainDlg )
 

Definition at line 72 of file slot_dlg.cpp.

bool CSlotDlg::isEmpty ( ) [inline]
 

Definition at line 59 of file slot_dlg.h.

Referenced by OnPaint(), CMainDlg::getSlot(), and setWindowName().

void CSlotDlg::setAnimTime ( float animStart,
float animEnd )
 

Definition at line 658 of file slot_dlg.cpp.

Referenced by CMainDlg::setAnimTime().

void CSlotDlg::setAnimation ( uint animationId,
NL3D::CAnimation * animation,
const char * name )
 

Definition at line 720 of file slot_dlg.cpp.

Referenced by OnSetAnimation(), and CMainDlg::setSlot().

void CSlotDlg::setSkeletonTemplateWeight ( uint skeletonWeightId,
NL3D::CSkeletonWeight * skeleton,
const char * name ) [inline]
 

Definition at line 52 of file slot_dlg.h.

Referenced by OnSetSkeleton(), and CMainDlg::setSlot().

void CSlotDlg::setWindowName ( )
 

Definition at line 529 of file slot_dlg.cpp.

Referenced by OnSetAnimation(), OnSetSkeleton(), and setAnimation().

void CSlotDlg::updateScrollBar ( )
 

Definition at line 602 of file slot_dlg.cpp.

Referenced by OnChangeOffset(), OnChangeSpeedFactor(), OnDeltaposOffsetSpin(), OnDeltaposSpeedFactorSpin(), OnHScroll(), OnSetAnimation(), setAnimTime(), and CMainDlg::setSlot().

void CSlotDlg::validateTime ( )
 

Definition at line 583 of file slot_dlg.cpp.

Referenced by OnChangeOffset(), OnChangeSpeedFactor(), OnDeltaposOffsetSpin(), OnDeltaposSpeedFactorSpin(), and OnSetAnimation().


Member Data Documentation

CButton CSlotDlg::AlignBlendCtrl
 

Definition at line 90 of file slot_dlg.h.

NL3D::CAnimation * CSlotDlg::Animation
 

Definition at line 80 of file slot_dlg.h.

uint CSlotDlg::AnimationId
 

Definition at line 76 of file slot_dlg.h.

float CSlotDlg::AnimationLength
 

Definition at line 121 of file slot_dlg.h.

std::string CSlotDlg::AnimationName
 

Definition at line 81 of file slot_dlg.h.

NL3D::CAnimationSet * CSlotDlg::AnimationSet
 

Definition at line 79 of file slot_dlg.h.

CBlendWnd CSlotDlg::Blend
 

Definition at line 78 of file slot_dlg.h.

CButton CSlotDlg::ClampCtrl
 

Definition at line 91 of file slot_dlg.h.

int CSlotDlg::ClampMode
 

Definition at line 111 of file slot_dlg.h.

float CSlotDlg::EndAnimTime
 

Definition at line 120 of file slot_dlg.h.

float CSlotDlg::EndBlend
 

Definition at line 107 of file slot_dlg.h.

CEdit CSlotDlg::EndBlendCtrl
 

Definition at line 106 of file slot_dlg.h.

CSpinButtonCtrl CSlotDlg::EndBlendSpinCtrl
 

Definition at line 100 of file slot_dlg.h.

int CSlotDlg::EndTime
 

Definition at line 115 of file slot_dlg.h.

CEdit CSlotDlg::EndTimeCtrl
 

Definition at line 105 of file slot_dlg.h.

CSpinButtonCtrl CSlotDlg::EndTimeSpinCtrl
 

Definition at line 99 of file slot_dlg.h.

uint CSlotDlg::Id
 

Definition at line 75 of file slot_dlg.h.

CButton CSlotDlg::InvertSkeletonWeightCtrl
 

Definition at line 89 of file slot_dlg.h.

CObjectViewer * CSlotDlg::MainDlg
 

Definition at line 84 of file slot_dlg.h.

int CSlotDlg::Offset
 

Definition at line 113 of file slot_dlg.h.

CEdit CSlotDlg::OffsetCtrl
 

Definition at line 94 of file slot_dlg.h.

CSpinButtonCtrl CSlotDlg::OffsetSpinCtrl
 

Definition at line 93 of file slot_dlg.h.

CScrollBar CSlotDlg::ScrollBarCtrl
 

Definition at line 92 of file slot_dlg.h.

std::string CSlotDlg::SkeletonName
 

Definition at line 82 of file slot_dlg.h.

uint CSlotDlg::SkeletonWeightId
 

Definition at line 77 of file slot_dlg.h.

BOOL CSlotDlg::SkeletonWeightInverted
 

Definition at line 112 of file slot_dlg.h.

NL3D::CSkeletonWeight * CSlotDlg::SkeletonWeightTemplate
 

Definition at line 83 of file slot_dlg.h.

float CSlotDlg::Smoothness
 

Definition at line 108 of file slot_dlg.h.

CEdit CSlotDlg::SmoothnessCtrl
 

Definition at line 104 of file slot_dlg.h.

CSpinButtonCtrl CSlotDlg::SmoothnessSpinCtrl
 

Definition at line 98 of file slot_dlg.h.

CEdit CSlotDlg::SpeddFactorCtrl
 

Definition at line 103 of file slot_dlg.h.

float CSlotDlg::SpeedFactor
 

Definition at line 109 of file slot_dlg.h.

CSpinButtonCtrl CSlotDlg::SpeedFactorSpinCtrl
 

Definition at line 97 of file slot_dlg.h.

float CSlotDlg::StartAnimTime
 

Definition at line 119 of file slot_dlg.h.

float CSlotDlg::StartBlend
 

Definition at line 110 of file slot_dlg.h.

CEdit CSlotDlg::StartBlendCtrl
 

Definition at line 102 of file slot_dlg.h.

CSpinButtonCtrl CSlotDlg::StartBlendSpinCtrl
 

Definition at line 96 of file slot_dlg.h.

int CSlotDlg::StartTime
 

Definition at line 114 of file slot_dlg.h.

CEdit CSlotDlg::StartTimeCtrl
 

Definition at line 101 of file slot_dlg.h.

CSpinButtonCtrl CSlotDlg::StartTimeSpinCtrl
 

Definition at line 95 of file slot_dlg.h.

bool CSlotDlg::_Empty [protected]
 

Definition at line 133 of file slot_dlg.h.

BOOL CSlotDlg::enable
 

Definition at line 116 of file slot_dlg.h.


The documentation for this class was generated from the following files: