#include <actiontable.h>

Public Member Functions |
|
| virtual void | SetPersistentActionId (MSTR idString)=0 |
| virtual MSTR & | GetPersistentActionId ()=0 |
| virtual void | SetActionTableId (ActionTableId id)=0 |
| virtual ActionTableId | GetActionTableId ()=0 |
| virtual MSTR & | GetPrefixString ()=0 |
| virtual CoreExport BaseInterface * | GetInterface (Interface_ID id) |
| virtual CoreExport Interface_ID | GetID () |
| virtual void SetPersistentActionId | ( | MSTR | idString | ) | [pure virtual] |
Implemented in ActionItemStandin.
| virtual MSTR& GetPersistentActionId | ( | ) | [pure virtual] |
Implemented in ActionItemStandin.
| virtual void SetActionTableId | ( | ActionTableId | id | ) | [pure virtual] |
Implemented in ActionItemStandin.
| virtual ActionTableId GetActionTableId | ( | ) | [pure virtual] |
Implemented in ActionItemStandin.
| virtual MSTR& GetPrefixString | ( | ) | [pure virtual] |
Implemented in ActionItemStandin.
| virtual CoreExport BaseInterface* GetInterface | ( | Interface_ID | id | ) | [virtual] |
Reimplemented from BaseInterface.
Reimplemented in ActionItemStandin.
| virtual CoreExport Interface_ID GetID | ( | ) | [virtual] |
Reimplemented from BaseInterface.