![]() |
MAK Data Logger API Documentation for DIS
|
Contains Logger GUI utility classes and functions. More...
Go to the source code of this file.
Namespaces | |
| MAKLogger | |
| MAKLogger::DtLgrGenericFileFormats. | |
Functions | |
| DT_DLL_LGRGUI void | MAKLogger::syncWidget (QWidget *widget, bool enabled) |
| Make a widget enabled (if necessary) minimize state changes. More... | |
| DT_DLL_LGRGUI void | MAKLogger::syncAction (QAction *action, bool enabled) |
| Make a widget enabled (if necessary) minimize state changes. More... | |
| DT_DLL_LGRGUI void | MAKLogger::syncActionChecked (QAction *action, bool enabled) |
| Make a widget enabled (if necessary) minimize state changes. More... | |
| DT_DLL_LGRGUI DtString & | MAKLogger::timeFromSeconds (double totalSeconds, DtString &timeString) |
| Convert the time in seconds into a string of format h:mm:ss.ss Use the supplied string four output and return it. More... | |
| DT_DLL_LGRGUI void | MAKLogger::DtReplaceWidget (QGridLayout *layout, QWidget *itemToReplace, QWidget *itemToInsert) |
| Replace one widget with another widget in the layout. More... | |
| DT_DLL_LGRGUI void | MAKLogger::DtReplaceWidget (QBoxLayout *layout, QWidget *itemToReplace, QWidget *itemToInsert) |
| Replace one widget with another widget in the layout. More... | |
Contains Logger GUI utility classes and functions.