Developer documentation | Axl-2.5.1
Main Page
Classes
Files
File List
File Members
src
axlGui
axlInspectorView.h
Go to the documentation of this file.
1
/* axlInspectorView.h ---
2
*
3
* Author: Julien Wintz
4
* Copyright (C) 2008 - Julien Wintz, Inria.
5
* Created: Wed Mar 30 09:23:23 2011 (+0200)
6
* Version: $Id$
7
* Last-Updated: Wed Mar 30 13:14:44 2011 (+0200)
8
* By: Julien Wintz
9
* Update #: 18
10
*/
11
12
/* Commentary:
13
*
14
*/
15
16
/* Change log:
17
*
18
*/
19
20
#ifndef AXLINSPECTORVIEW_H
21
#define AXLINSPECTORVIEW_H
22
23
#include <QtWidgets>
24
#include "
axlInspectorSeparator.h
"
25
26
#include "axlGuiExport.h"
27
28
class
axlAbstractView
;
29
class
axlInspectorViewPrivate;
30
31
class
AXLGUI_EXPORT
axlInspectorView
:
public
QFrame
32
{
33
Q_OBJECT
34
35
public
:
36
axlInspectorView
(QWidget *parent = 0);
37
~
axlInspectorView
(
void
);
38
39
void
updateView(
void
);
40
41
public
slots:
42
void
setView(
axlAbstractView
*view);
43
void
onBackGroundColorChanged(QColor color);
44
45
protected
slots:
46
void
onHeadAddressChanged(
const
QString&);
47
void
onFingerAddressChanged(
const
QString&);
48
void
onFlystickAddressChanged(
const
QString&);
49
50
void
onHeadToggled(
bool
);
51
void
onFingerToggled(
bool
);
52
void
onFlystickToggled(
bool
);
53
54
private
:
55
axlInspectorViewPrivate *d;
56
};
57
58
#endif
axlInspectorSeparator.h
AXLGUI_EXPORT
#define AXLGUI_EXPORT
Definition:
axlGuiExport2.h:15
axlAbstractView
Definition:
axlAbstractView.h:40
axlInspectorView
Definition:
axlInspectorView.h:31
Generated on Sun Dec 2 2018 20:28:10 for Axl-2.5.1 by 1.8.9.1