MAK Data Logger API Documentation for DIS
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.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 Mon Jan 19 08:20:14 EST 2015 from SVN revision 149581
Copyright © 2005-2012 VT MÄK. All Rights Reserved (www.mak.com)