#include <mxsPlugin.h>

Public Member Functions |
|
| MSAutoEParamDlg (IRendParams *i, SpecialFX *fx, MSPlugin *plugin, Rollout *ro) | |
| ~MSAutoEParamDlg () | |
| Class_ID | ClassID () |
| ReferenceTarget * | GetThing () |
| void | SetThing (ReferenceTarget *fx) |
| void | DeleteThis () |
| void | SetTime (TimeValue t) |
| void | InvalidateUI () |
| int | NumDlgs () |
| void | AddDlg (SFXParamDlg *dlg) |
| SFXParamDlg * | GetDlg (int i) |
| void | SetDlg (int i, SFXParamDlg *dlg) |
| void | DeleteDlg (SFXParamDlg *dlg) |
| IParamMap2 * | GetMap () |
Public Attributes |
|
| Tab< SFXParamDlg * > | secondaryDlgs |
| SFXParamDlg * | delegateDlg |
| MSPlugin * | plugin |
| Rollout * | ro |
| SpecialFX * | sfx |
| IRendParams * | ip |
| MSAutoEParamDlg | ( | IRendParams * | i, |
| SpecialFX * | fx, | ||
| MSPlugin * | plugin, | ||
| Rollout * | ro | ||
| ) |
| ~MSAutoEParamDlg | ( | ) |
| Class_ID ClassID | ( | ) | [inline, virtual] |
Implements SFXParamDlg.
| ReferenceTarget* GetThing | ( | ) | [inline, virtual] |
Implements SFXParamDlg.
{ return sfx; }
| void SetThing | ( | ReferenceTarget * | m | ) | [virtual] |
Implements SFXParamDlg.
| void DeleteThis | ( | ) | [virtual] |
| void SetTime | ( | TimeValue | t | ) | [virtual] |
Reimplemented from SFXParamDlg.
| void InvalidateUI | ( | ) | [virtual] |
Implements IAutoEParamDlg.
| int NumDlgs | ( | ) | [inline, virtual] |
Implements IAutoEParamDlg.
{ return secondaryDlgs.Count(); }
| void AddDlg | ( | SFXParamDlg * | dlg | ) | [virtual] |
Implements IAutoEParamDlg.
| SFXParamDlg* GetDlg | ( | int | i | ) | [virtual] |
Implements IAutoEParamDlg.
| void SetDlg | ( | int | i, |
| SFXParamDlg * | dlg | ||
| ) | [virtual] |
Implements IAutoEParamDlg.
| void DeleteDlg | ( | SFXParamDlg * | dlg | ) | [virtual] |
Implements IAutoEParamDlg.
| IParamMap2* GetMap | ( | ) | [inline, virtual] |
Implements IAutoEParamDlg.
{ return NULL; }
| Rollout* ro |