#include <GameMtlForm.h>
Inherits FormClass.
Inherited by GameMtlShaderDlg, GameMtlTextureDlg, GameMtlVertexMaterialDlg, and PS2GameMtlShaderDlg.
Public Member Functions | |
| 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) |
| virtual BOOL | Dialog_Proc (HWND dlg_wnd, UINT message, WPARAM wparam, LPARAM lparam)=0 |
| HWND | Get_Hwnd (void) |
| virtual void | Invalidate (void) |
Protected Attributes | |
| IMtlParams * | IParams |
| GameMtl * | TheMtl |
| int | PassIndex |
Protected Attributes inherited from FormClass | |
| HWND | m_hWnd |
| RECT | m_FormRect |
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) |
Definition at line 46 of file GameMtlForm.h.
| GameMtlFormClass::GameMtlFormClass | ( | IMtlParams * | imtl_params, |
| GameMtl * | mtl, | ||
| int | pass ) |
Definition at line 60 of file GameMtlForm.cpp.
| Class_ID GameMtlFormClass::ClassID | ( | void | ) |
Definition at line 142 of file GameMtlForm.cpp.
| void GameMtlFormClass::DeleteThis | ( | void | ) |
Definition at line 124 of file GameMtlForm.cpp.
| ReferenceTarget * GameMtlFormClass::GetThing | ( | void | ) |
Definition at line 106 of file GameMtlForm.cpp.
| void GameMtlFormClass::SetThing | ( | ReferenceTarget * | m | ) |
Definition at line 85 of file GameMtlForm.cpp.
| void GameMtlFormClass::SetTime | ( | TimeValue | t | ) |
Definition at line 160 of file GameMtlForm.cpp.
|
protected |
Definition at line 59 of file GameMtlForm.h.
|
protected |
Definition at line 61 of file GameMtlForm.h.
|
protected |
Definition at line 60 of file GameMtlForm.h.