doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions | Variables
StdAfx.cpp File Reference
#include "../../idlib/precompiled.h"
#include "../../sys/win32/win_local.h"

Go to the source code of this file.

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)
 
void SpinFloatString (CString &str, bool up)
 
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)
 

Variables

bool afxInitialized = false
 

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 
)

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.

void SpinFloatString ( CString &  str,
bool  up 
)

Definition at line 209 of file StdAfx.cpp.

int UnsetSafeComboBoxSelection ( CComboBox *  combo,
CString &  string 
)

Definition at line 366 of file StdAfx.cpp.

Variable Documentation

bool afxInitialized = false

Definition at line 46 of file StdAfx.cpp.