MAK Data Logger API Documentation for HLA
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
lgrGui
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
20
namespace
MAKLogger
21
{
23
24
25
DT_DLL_LGRGUI
void
DtReplaceWidget
( QGridLayout* layout,
26
QWidget
* itemToReplace,
QWidget
* itemToInsert );
27
28
DT_DLL_LGRGUI
void
DtReplaceWidget
( QBoxLayout* layout,
29
QWidget
* itemToReplace,
QWidget
* itemToInsert );
31
32
34
DT_DLL_LGRGUI
void
syncWidget
(
QWidget
* widget,
bool
enabled);
35
37
DT_DLL_LGRGUI
void
syncAction
(QAction* action,
bool
enabled);
38
40
DT_DLL_LGRGUI
void
syncActionChecked
(QAction* action,
bool
enabled);
41
42
}
43
44
#endif
Document ID: Generated on Sun Dec 15 18:04:30 EST 2013 from SVN revision 134418
Copyright © 2005-2012 VT MÄK. All Rights Reserved (
www.mak.com
)