#include <iparamm2.h>
Public Member Functions |
|
virtual void | InvalidateUI ()=0 |
virtual void | MtlChanged ()=0 |
virtual int | NumDlgs ()=0 |
virtual void | AddDlg (ParamDlg *dlg)=0 |
virtual ParamDlg * | GetDlg (int i)=0 |
virtual void | SetDlg (int i, ParamDlg *dlg)=0 |
virtual void | DeleteDlg (ParamDlg *dlg)=0 |
virtual IParamMap2 * | GetMap ()=0 |
virtual void InvalidateUI | ( | ) | [pure virtual] |
Implemented in MSAutoMParamDlg.
virtual void MtlChanged | ( | ) | [pure virtual] |
Implemented in MSAutoMParamDlg.
virtual int NumDlgs | ( | ) | [pure virtual] |
Implemented in MSAutoMParamDlg.
virtual void AddDlg | ( | ParamDlg * | dlg | ) | [pure virtual] |
Implemented in MSAutoMParamDlg.
virtual ParamDlg* GetDlg | ( | int | i | ) | [pure virtual] |
Implemented in MSAutoMParamDlg.
virtual void SetDlg | ( | int | i, |
ParamDlg * | dlg | ||
) | [pure virtual] |
Implemented in MSAutoMParamDlg.
virtual void DeleteDlg | ( | ParamDlg * | dlg | ) | [pure virtual] |
Implemented in MSAutoMParamDlg.
virtual IParamMap2* GetMap | ( | ) | [pure virtual] |
Implemented in MSAutoMParamDlg.