#include <sfx.h>
Public Member Functions |
|
virtual Class_ID | ClassID ()=0 |
virtual void | SetThing (ReferenceTarget *m)=0 |
virtual ReferenceTarget * | GetThing ()=0 |
virtual void | SetTime (TimeValue t) |
virtual void | DeleteThis ()=0 |
virtual INT_PTR | Execute (int cmd, ULONG_PTR arg1=0, ULONG_PTR arg2=0, ULONG_PTR arg3=0) |
virtual void | InvalidateUI () |
virtual Class_ID ClassID | ( | ) | [pure virtual] |
Implemented in MSAutoEParamDlg.
virtual void SetThing | ( | ReferenceTarget * | m | ) | [pure virtual] |
Implemented in MSAutoEParamDlg.
virtual ReferenceTarget* GetThing | ( | ) | [pure virtual] |
Implemented in MSAutoEParamDlg.
virtual void SetTime | ( | TimeValue | t | ) | [inline, virtual] |
Reimplemented in MSAutoEParamDlg.
{ }
virtual void DeleteThis | ( | ) | [pure virtual] |
Implemented in MSAutoEParamDlg.
virtual INT_PTR Execute | ( | int | cmd, |
ULONG_PTR | arg1 = 0 , |
||
ULONG_PTR | arg2 = 0 , |
||
ULONG_PTR | arg3 = 0 |
||
) | [inline, virtual] |
{ return 0; }
virtual void InvalidateUI | ( | ) | [inline, virtual] |