ALBA
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Alba_Release
Source
Interaction
albaDeviceButtonsPadMouseDialog.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: ALBA (Agile Library for Biomedical Applications)
4
Module: albaDeviceButtonsPadMouseDialog
5
Authors: Alberto Losi
6
7
Copyright (c) BIC
8
All rights reserved. See Copyright.txt or
9
10
11
This software is distributed WITHOUT ANY WARRANTY; without even
12
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
13
PURPOSE. See the above copyright notice for more information.
14
15
=========================================================================*/
16
#ifndef __albaDeviceButtonsPadMouseDialog_h
17
#define __albaDeviceButtonsPadMouseDialog_h
18
19
//----------------------------------------------------------------------------
20
// Include:
21
//----------------------------------------------------------------------------
22
#include "
albaDefines.h
"
23
#include "
albaDeviceButtonsPadMouse.h
"
24
25
//----------------------------------------------------------------------------
26
// forward declarations
27
//----------------------------------------------------------------------------
28
class
albaDeviceButtonsPadMouse
;
29
class
albaView
;
30
45
//----------------------------------------------------------------------------
46
class
ALBA_EXPORT
albaDeviceButtonsPadMouseDialog
:
public
albaDeviceButtonsPadMouse
47
//----------------------------------------------------------------------------
48
{
49
public
:
51
albaTypeMacro
(
albaDeviceButtonsPadMouseDialog
,
albaDeviceButtonsPadMouse
);
52
54
void
SetView
(
albaView
*view);
55
56
protected
:
58
albaDeviceButtonsPadMouseDialog
();
60
virtual
~albaDeviceButtonsPadMouseDialog
();
61
};
62
#endif
albaDefines.h
albaDeviceButtonsPadMouse.h
albaDeviceButtonsPadMouseDialog
class name : albaDeviceButtonsPadMouseDialog Add SetView method to albaDeviceButtonsPadMouse class to...
Definition:
albaDeviceButtonsPadMouseDialog.h:48
albaDeviceButtonsPadMouseDialog::SetView
void SetView(albaView *view)
Set the selected view.
albaDeviceButtonsPadMouseDialog::~albaDeviceButtonsPadMouseDialog
virtual ~albaDeviceButtonsPadMouseDialog()
destructor.
albaDeviceButtonsPadMouseDialog::albaTypeMacro
albaTypeMacro(albaDeviceButtonsPadMouseDialog, albaDeviceButtonsPadMouse)
RTTI macro.
albaDeviceButtonsPadMouseDialog::albaDeviceButtonsPadMouseDialog
albaDeviceButtonsPadMouseDialog()
constructor.
albaDeviceButtonsPadMouse
Tracking 2D device, i.e.
Definition:
albaDeviceButtonsPadMouse.h:37
albaView
albaView is the base class for Views in alba.
Definition:
albaView.h:79
Generated by
1.9.5