doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Typedefs | Functions
StdAfx.h File Reference
#include <afxwin.h>
#include <afxext.h>
#include <afxdisp.h>
#include <afxcmn.h>

Go to the source code of this file.

Classes

struct  toolTip_s
 

Typedefs

typedef struct toolTip_s toolTip_t
 

Functions

void InitAfx (void)
 
int DefaultOnToolHitTest (const toolTip_t *toolTips, const CDialog *dialog, CPoint point, TOOLINFO *pTI)
 
BOOL DefaultOnToolTipNotify (const toolTip_t *toolTips, UINT id, NMHDR *pNMHDR, LRESULT *pResult)
 
bool EditControlEnterHit (CEdit *edit)
 
float EditVerifyFloat (CEdit *edit, bool allowNegative=true)
 
float EditSpinFloat (CEdit *edit, bool up)
 
int SetSafeComboBoxSelection (CComboBox *combo, const char *string, int skip)
 
int GetSafeComboBoxSelection (CComboBox *combo, CString &string, int skip)
 
int UnsetSafeComboBoxSelection (CComboBox *combo, CString &string)
 

Typedef Documentation

typedef struct toolTip_s toolTip_t

Function Documentation

int DefaultOnToolHitTest ( const toolTip_t toolTips,
const CDialog *  dialog,
CPoint  point,
TOOLINFO *  pTI 
)

Definition at line 75 of file StdAfx.cpp.

BOOL DefaultOnToolTipNotify ( const toolTip_t toolTips,
UINT  id,
NMHDR *  pNMHDR,
LRESULT *  pResult 
)

Definition at line 104 of file StdAfx.cpp.

bool EditControlEnterHit ( CEdit *  edit)

Definition at line 154 of file StdAfx.cpp.

float EditSpinFloat ( CEdit *  edit,
bool  up 
)

Definition at line 305 of file StdAfx.cpp.

float EditVerifyFloat ( CEdit *  edit,
bool  allowNegative = true 
)

Definition at line 175 of file StdAfx.cpp.

int GetSafeComboBoxSelection ( CComboBox *  combo,
CString &  string,
int  skip 
)

Definition at line 341 of file StdAfx.cpp.

void InitAfx ( void  )

Definition at line 53 of file StdAfx.cpp.

int SetSafeComboBoxSelection ( CComboBox *  combo,
const char *  string,
int  skip 
)

Definition at line 319 of file StdAfx.cpp.

int UnsetSafeComboBoxSelection ( CComboBox *  combo,
CString &  string 
)

Definition at line 366 of file StdAfx.cpp.