![]() |
MAK Data Logger API Documentation for HLA
|
Abstract interface for the applications gui. More...
Inheritance diagram for MAKLogger::DtLgrAppGuiInterface:
Collaboration diagram for MAKLogger::DtLgrAppGuiInterface:Public Member Functions | |
| DtLgrAppGuiInterface () | |
| Virtual CTOR. More... | |
| virtual | ~DtLgrAppGuiInterface () |
| DTOR;. More... | |
| virtual void | setTranslations (const char *translationFile)=0 |
| Generic interface for setting a translation file (typically .gm) More... | |
| virtual void | setProtocol (const char *protocol)=0 |
| Set an image to indicate the protocol. More... | |
| virtual const DtLgrFullInterface * | fullInterface () const =0 |
| Get the full interface for the gui. More... | |
Private Member Functions | |
| DtLgrAppGuiInterface (const DtLgrAppGuiInterface &) | |
| Not Implemented. More... | |
| DtLgrAppGuiInterface & | operator= (const DtLgrAppGuiInterface &) |
| Not Implemented. More... | |
Abstract interface for the applications gui.
| MAKLogger::DtLgrAppGuiInterface::DtLgrAppGuiInterface | ( | ) |
Virtual CTOR.
CTOR.
|
virtual |
DTOR;.
|
private |
Not Implemented.
|
pure virtual |
Get the full interface for the gui.
Implemented in MAKLogger::DtLgrAppGui.
|
private |
Not Implemented.
|
pure virtual |
Set an image to indicate the protocol.
Implemented in MAKLogger::DtLgrAppGui.
|
pure virtual |
Generic interface for setting a translation file (typically .gm)
Implemented in MAKLogger::DtLgrAppGui.