doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Enumerations | Functions
GEItemPropsDlg.cpp File Reference
#include "../../idlib/precompiled.h"
#include "../../sys/win32/rc/guied_resource.h"
#include "../common/ColorButton.h"
#include "../common/MaskEdit.h"
#include "GEApp.h"
#include "GEItemPropsDlg.h"
#include "GEPropertyPage.h"

Go to the source code of this file.

Classes

class  rvGEItemPropsImagePage
 
class  rvGEItemPropsTextPage
 
class  rvGEItemPropsKeysPage
 
class  rvGEItemPropsGeneralPage
 

Enumerations

enum  {
  RVITEMPROPS_GENERAL = 0, RVITEMPROPS_IMAGE, RVITEMPROPS_TEXT, RVITEMPROPS_KEYS,
  RVITEMPROPS_MAX
}
 

Functions

INT_PTR CALLBACK ModifyItemKeyDlg_WndProc (HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
 
bool GEItemPropsDlg_DoModal (HWND parent, idWindow *window, idDict &dict)
 

Enumeration Type Documentation

anonymous enum
Enumerator
RVITEMPROPS_GENERAL 
RVITEMPROPS_IMAGE 
RVITEMPROPS_TEXT 
RVITEMPROPS_KEYS 
RVITEMPROPS_MAX 

Definition at line 40 of file GEItemPropsDlg.cpp.

Function Documentation

bool GEItemPropsDlg_DoModal ( HWND  parent,
idWindow window,
idDict dict 
)

Definition at line 1194 of file GEItemPropsDlg.cpp.

INT_PTR CALLBACK ModifyItemKeyDlg_WndProc ( HWND  hwnd,
UINT  msg,
WPARAM  wParam,
LPARAM  lParam 
)

Definition at line 685 of file GEItemPropsDlg.cpp.