#include <ILinkCmdSignalData.h>
|
| enum | { kDefaultIID = IID_ILINKCMDSIGNALDATA } |
| |
ILinkCmdSignalData is the data sent with with the Link Command signals.
- See Also
- ISignalMgr
- IResponder
| virtual ICommand* ILinkCmdSignalData::GetCommand | ( | | ) | const |
| pure virtual |
Get the link command for which this signal is being sent
- Returns
- the command.
| virtual IDataBase* ILinkCmdSignalData::GetDataBase | ( | | ) | const |
| pure virtual |
Get the database this command is targeting
- Returns
- the database.
| virtual const UIFlags ILinkCmdSignalData::GetUIFlags | ( | | ) | const |
| pure virtual |
Get the UI control flags
- Returns
- the UI control flags (kFullUI, kSuppressUI, kMinimalUI).
| virtual void ILinkCmdSignalData::Set | ( | ICommand * | linkCmd, | | | IDataBase * | db, | | | UIFlags | uiflags = kFullUI | | ) | | |
| pure virtual |
Set the link command signal data.
- Parameters
| linkCmd | IN the link command for which this signal is being sent |
| db | IN the database this command is targeting |
| uiflags | IN UI control flags (kFullUI, kSuppressUI, kMinimalUI) |