#include <PS2GameMtlShaderDlg.h>
Inherits GameMtlFormClass.
Public Member Functions | |
| PS2GameMtlShaderDlg (HWND parent, IMtlParams *imp, GameMtl *m, int pass) | |
| virtual BOOL | Dialog_Proc (HWND dlg_wnd, UINT message, WPARAM wparam, LPARAM lparam) |
| void | ReloadDialog (void) |
| void | ActivateDlg (BOOL onOff) |
Public Member Functions inherited from GameMtlFormClass | |
| GameMtlFormClass (IMtlParams *imtl_params, GameMtl *mtl, int pass) | |
| void | SetThing (ReferenceTarget *m) |
| ReferenceTarget * | GetThing (void) |
| void | DeleteThis (void) |
| Class_ID | ClassID (void) |
| void | SetTime (TimeValue t) |
Public Member Functions inherited from FormClass | |
| FormClass (void) | |
| ~FormClass (void) | |
| HWND | Create_Form (HWND parent_wnd, UINT template_id) |
| void | Show (bool show_flag=true) |
| HWND | Get_Hwnd (void) |
| virtual void | Invalidate (void) |
Additional Inherited Members | |
Protected Member Functions inherited from FormClass | |
| BOOL | ExecuteDlgInit (LPVOID lpResource) |
| BOOL | ExecuteDlgInit (LPCTSTR lpszResourceName) |
Static Protected Member Functions inherited from FormClass | |
| static BOOL WINAPI | fnFormProc (HWND dlg_wnd, UINT message, WPARAM wparam, LPARAM lparam) |
Protected Attributes inherited from GameMtlFormClass | |
| IMtlParams * | IParams |
| GameMtl * | TheMtl |
| int | PassIndex |
Protected Attributes inherited from FormClass | |
| HWND | m_hWnd |
| RECT | m_FormRect |
Definition at line 49 of file PS2GameMtlShaderDlg.h.
| PS2GameMtlShaderDlg::PS2GameMtlShaderDlg | ( | HWND | parent, |
| IMtlParams * | imp, | ||
| GameMtl * | m, | ||
| int | pass ) |
Definition at line 96 of file PS2GameMtlShaderDlg.cpp.
|
inline |
Definition at line 61 of file PS2GameMtlShaderDlg.h.
|
virtual |
Implements FormClass.
Definition at line 117 of file PS2GameMtlShaderDlg.cpp.
| void PS2GameMtlShaderDlg::ReloadDialog | ( | void | ) |
Definition at line 247 of file PS2GameMtlShaderDlg.cpp.