![]() |
MAK Data Logger API Documentation for DIS
|
Abstract interface for the simulation specific menus. More...
Inheritance diagram for MAKLogger::DtLgrSimMenus:Public Member Functions | |
| virtual | ~DtLgrSimMenus () |
| DTOR. More... | |
| virtual void | initialize (DtLoggerApplication *app)=0 |
| Called after constructor. More... | |
| virtual void | showConnectionDialog ()=0 |
| Show the connection dialog. More... | |
| virtual void | disconnect ()=0 |
| Disconnect from the simulation. More... | |
| virtual DtLgrConnectionDialog * | connectionDialog ()=0 |
| Return connection dialog. More... | |
Abstract interface for the simulation specific menus.
|
virtual |
DTOR.
|
pure virtual |
Return connection dialog.
Implemented in MAKLogger::DtLgrDisSimMenus.
|
pure virtual |
Disconnect from the simulation.
|
pure virtual |
Called after constructor.
Implemented in MAKLogger::DtLgrDisSimMenus.
|
pure virtual |
Show the connection dialog.