MAK Data Logger API Documentation for DIS
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
lgrGui
lgrDockTitleWidget.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 lgrDockTitleWidget_H_
10
#define lgrDockTitleWidget_H_
11
12
#include "
lgrGui.h
"
13
14
#include <QtGui/QWidget>
15
16
class
QDockWidget;
17
18
namespace
MAKLogger
19
{
21
class
DT_DLL_LGRGUI
DtLgrDockTitleWidget
:
public
QWidget
22
{
23
Q_OBJECT
24
25
public
:
26
DtLgrDockTitleWidget
(QDockWidget* widget);
27
28
virtual
~
DtLgrDockTitleWidget
();
29
30
public
slots:
31
void
hideTitleWidget(
bool
floating);
32
void
makeFloating();
33
void
close();
34
35
protected
:
36
QDockWidget* parentDockWidget();
37
38
virtual
void
paintEvent(QPaintEvent *);
39
};
40
}
41
42
#endif
Document ID: Generated on Thu Apr 11 12:13:00 EDT 2013 from SVN revision 126011
Copyright © 2005-2012 VT MÄK. All Rights Reserved (
www.mak.com
)