#include <DialogTextures.h>
|
enum | {
NONE,
TEXTURES,
MATERIALS,
MODELS,
SCRIPTS,
SOUNDS,
SOUNDPARENT,
GUIS,
PARTICLES,
FX,
NUMIDS
} |
|
enum | { IDD = IDD_DIALOG_TEXTURELIST
} |
|
|
virtual void | DoDataExchange (CDataExchange *pDX) |
|
virtual BOOL | PreCreateWindow (CREATESTRUCT &cs) |
|
void | addStrList (const char *root, const idStrList &list, int id) |
|
void | addScripts (bool rootItems) |
|
void | addModels (bool rootItems) |
|
void | addMaterials (bool rootItems) |
|
void | addSounds (bool rootItems) |
|
void | addGuis (bool rootItems) |
|
void | addParticles (bool rootItems) |
|
void | BuildTree () |
|
void | CollapseChildren (HTREEITEM parent) |
|
const char * | buildItemName (HTREEITEM item, const char *rootName) |
|
bool | loadTree (HTREEITEM item, const idStr &name, CWaitDlg *dlg) |
|
HTREEITEM | findItem (const char *name, HTREEITEM item, HTREEITEM *foundItem) |
|
virtual void | OnOK () |
|
virtual BOOL | OnInitDialog () |
|
afx_msg void | OnLoad () |
|
afx_msg void | OnRefresh () |
|
afx_msg void | OnClickTreeTextures (NMHDR *pNMHDR, LRESULT *pResult) |
|
afx_msg void | OnSelchangedTreeTextures (NMHDR *pNMHDR, LRESULT *pResult) |
|
afx_msg void | OnDblclkTreeTextures (NMHDR *pNMHDR, LRESULT *pResult) |
|
afx_msg void | OnPreview () |
|
afx_msg void | OnMaterialEdit () |
|
afx_msg void | OnMaterialInfo () |
|
afx_msg int | OnCreate (LPCREATESTRUCT lpCreateStruct) |
|
afx_msg void | OnSize (UINT nType, int cx, int cy) |
|
afx_msg void | OnCheckHideroot () |
|
Definition at line 40 of file DialogTextures.h.
Enumerator |
---|
NONE |
|
TEXTURES |
|
MATERIALS |
|
MODELS |
|
SCRIPTS |
|
SOUNDS |
|
SOUNDPARENT |
|
GUIS |
|
PARTICLES |
|
FX |
|
NUMIDS |
|
Definition at line 44 of file DialogTextures.h.
CDialogTextures::CDialogTextures |
( |
CWnd * |
pParent = NULL | ) |
|
void CDialogTextures::addGuis |
( |
bool |
rootItems | ) |
|
|
protected |
void CDialogTextures::addMaterials |
( |
bool |
rootItems | ) |
|
|
protected |
void CDialogTextures::addModels |
( |
bool |
rootItems | ) |
|
|
protected |
void CDialogTextures::addParticles |
( |
bool |
rootItems | ) |
|
|
protected |
void CDialogTextures::addScripts |
( |
bool |
rootItems | ) |
|
|
protected |
void CDialogTextures::addSounds |
( |
bool |
rootItems | ) |
|
|
protected |
const char * CDialogTextures::buildItemName |
( |
HTREEITEM |
item, |
|
|
const char * |
rootName |
|
) |
| |
|
protected |
void CDialogTextures::BuildTree |
( |
| ) |
|
|
protected |
void CDialogTextures::CollapseChildren |
( |
HTREEITEM |
parent | ) |
|
|
protected |
void CDialogTextures::CollapseEditor |
( |
| ) |
|
void CDialogTextures::DoDataExchange |
( |
CDataExchange * |
pDX | ) |
|
|
protectedvirtual |
HTREEITEM CDialogTextures::findItem |
( |
const char * |
name, |
|
|
HTREEITEM |
item, |
|
|
HTREEITEM * |
foundItem |
|
) |
| |
|
protected |
void CDialogTextures::OnCancel |
( |
| ) |
|
void CDialogTextures::OnCheckHideroot |
( |
| ) |
|
|
protected |
void CDialogTextures::OnClickTreeTextures |
( |
NMHDR * |
pNMHDR, |
|
|
LRESULT * |
pResult |
|
) |
| |
|
protected |
int CDialogTextures::OnCreate |
( |
LPCREATESTRUCT |
lpCreateStruct | ) |
|
|
protected |
void CDialogTextures::OnDblclkTreeTextures |
( |
NMHDR * |
pNMHDR, |
|
|
LRESULT * |
pResult |
|
) |
| |
|
protected |
BOOL CDialogTextures::OnInitDialog |
( |
| ) |
|
|
protectedvirtual |
void CDialogTextures::OnLoad |
( |
| ) |
|
|
protected |
void CDialogTextures::OnMaterialEdit |
( |
| ) |
|
|
protected |
void CDialogTextures::OnMaterialInfo |
( |
| ) |
|
|
protected |
void CDialogTextures::OnNMRclickTreeTextures |
( |
NMHDR * |
pNMHDR, |
|
|
LRESULT * |
pResult |
|
) |
| |
void CDialogTextures::OnOK |
( |
| ) |
|
|
protectedvirtual |
void CDialogTextures::OnPreview |
( |
| ) |
|
|
protected |
void CDialogTextures::OnRefresh |
( |
| ) |
|
|
protected |
void CDialogTextures::OnSelchangedTreeTextures |
( |
NMHDR * |
pNMHDR, |
|
|
LRESULT * |
pResult |
|
) |
| |
|
protected |
void CDialogTextures::OnSetFocus |
( |
CWnd * |
pOldWnd | ) |
|
BOOL CDialogTextures::PreCreateWindow |
( |
CREATESTRUCT & |
cs | ) |
|
|
protectedvirtual |
BOOL CDialogTextures::PreTranslateMessage |
( |
MSG * |
pMsg | ) |
|
|
virtual |
void CDialogTextures::SelectCurrentItem |
( |
bool |
collapse, |
|
|
const char * |
name, |
|
|
int |
id |
|
) |
| |
idStr CDialogTextures::currentFile |
idStr CDialogTextures::editGui |
bool CDialogTextures::ignoreCollapse |
idStr CDialogTextures::itemName |
|
protected |
CButton CDialogTextures::m_btnLoad |
CButton CDialogTextures::m_btnRefresh |
CButton CDialogTextures::m_chkHideRoot |
CImageList CDialogTextures::m_image |
CTreeCtrl CDialogTextures::m_treeTextures |
idStr CDialogTextures::mediaName |
int CDialogTextures::mode |
bool CDialogTextures::setTexture |
const char * CDialogTextures::TypeNames |
|
static |
Initial value:= {
"None",
"Textures",
"Materials",
"Models",
"Scripts",
"Sounds",
"SoundParent",
"Guis",
"Particles",
"Fx"
}
Definition at line 45 of file DialogTextures.h.
The documentation for this class was generated from the following files: