MAK Data Logger API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
lgrGuiUtility.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
9 #ifndef lgrGuiUtility_H_
10 #define lgrGuiUtility_H_
11 
12 #include <lgrGui/lgrGui.h>
13 
14 class QAbstractButton;
15 class QAction;
16 class QBoxLayout;
17 class QGridLayout;
18 class QWidget;
19 class DtString;
20 
21 namespace MAKLogger
22 {
24 
25 
26  DT_DLL_LGRGUI void DtReplaceWidget( QGridLayout* layout,
27  QWidget* itemToReplace, QWidget* itemToInsert );
28 
29  DT_DLL_LGRGUI void DtReplaceWidget( QBoxLayout* layout,
30  QWidget* itemToReplace, QWidget* itemToInsert );
32 
33 
35  DT_DLL_LGRGUI void syncWidget(QWidget* widget,bool enabled);
36 
38  DT_DLL_LGRGUI void syncAction(QAction* action,bool enabled);
39 
41  DT_DLL_LGRGUI void syncActionChecked(QAction* action,bool enabled);
42 
45  DT_DLL_LGRGUI DtString& timeFromSeconds(double totalSeconds, DtString& timeString);
46 
47 }
48 
49 #endif

Document ID: Generated on Thu Jul 23 15:05:27 EDT 2020 from SVN revision 215371
Copyright © 2020 MAK Technologies. All Rights Reserved (www.mak.com)