doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes | Static Private Attributes | List of all members
DialogAFConstraintFixed Class Reference

#include <DialogAFConstraintFixed.h>

Inheritance diagram for DialogAFConstraintFixed:

Public Types

enum  { IDD = IDD_DIALOG_AF_CONSTRAINT_FIXED }
 

Public Member Functions

 DialogAFConstraintFixed (CWnd *pParent=NULL)
 
virtual ~DialogAFConstraintFixed ()
 
void LoadFile (idDeclAF *af)
 
void SaveFile (void)
 
void LoadConstraint (idDeclAF_Constraint *c)
 
void SaveConstraint (void)
 
void UpdateFile (void)
 

Protected Member Functions

virtual void DoDataExchange (CDataExchange *pDX)
 
virtual int OnToolHitTest (CPoint point, TOOLINFO *pTI) const
 
afx_msg BOOL OnToolTipNotify (UINT id, NMHDR *pNMHDR, LRESULT *pResult)
 

Private Member Functions

void InitJointLists (void)
 

Private Attributes

idDeclAFfile
 
idDeclAF_Constraintconstraint
 

Static Private Attributes

static toolTip_t toolTips []
 

Detailed Description

Definition at line 32 of file DialogAFConstraintFixed.h.

Member Enumeration Documentation

anonymous enum
Enumerator
IDD 

Definition at line 45 of file DialogAFConstraintFixed.h.

Constructor & Destructor Documentation

DialogAFConstraintFixed::DialogAFConstraintFixed ( CWnd *  pParent = NULL)

Definition at line 52 of file DialogAFConstraintFixed.cpp.

DialogAFConstraintFixed::~DialogAFConstraintFixed ( )
virtual

Definition at line 66 of file DialogAFConstraintFixed.cpp.

Member Function Documentation

void DialogAFConstraintFixed::DoDataExchange ( CDataExchange *  pDX)
protectedvirtual

Definition at line 74 of file DialogAFConstraintFixed.cpp.

void DialogAFConstraintFixed::InitJointLists ( void  )
private

Definition at line 85 of file DialogAFConstraintFixed.cpp.

void DialogAFConstraintFixed::LoadConstraint ( idDeclAF_Constraint c)

Definition at line 113 of file DialogAFConstraintFixed.cpp.

void DialogAFConstraintFixed::LoadFile ( idDeclAF af)

Definition at line 93 of file DialogAFConstraintFixed.cpp.

int DialogAFConstraintFixed::OnToolHitTest ( CPoint  point,
TOOLINFO *  pTI 
) const
protectedvirtual

Definition at line 153 of file DialogAFConstraintFixed.cpp.

BOOL DialogAFConstraintFixed::OnToolTipNotify ( UINT  id,
NMHDR *  pNMHDR,
LRESULT *  pResult 
)
protected

Definition at line 167 of file DialogAFConstraintFixed.cpp.

void DialogAFConstraintFixed::SaveConstraint ( void  )

Definition at line 126 of file DialogAFConstraintFixed.cpp.

void DialogAFConstraintFixed::SaveFile ( void  )

Definition at line 104 of file DialogAFConstraintFixed.cpp.

void DialogAFConstraintFixed::UpdateFile ( void  )

Definition at line 141 of file DialogAFConstraintFixed.cpp.

Member Data Documentation

idDeclAF_Constraint* DialogAFConstraintFixed::constraint
private

Definition at line 56 of file DialogAFConstraintFixed.h.

idDeclAF* DialogAFConstraintFixed::file
private

Definition at line 55 of file DialogAFConstraintFixed.h.

toolTip_t DialogAFConstraintFixed::toolTips
staticprivate
Initial value:
= {
{ 0, NULL }
}

Definition at line 61 of file DialogAFConstraintFixed.h.


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