ALBA
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"
24
25//----------------------------------------------------------------------------
26// forward declarations
27//----------------------------------------------------------------------------
29class albaView;
30
45//----------------------------------------------------------------------------
47//----------------------------------------------------------------------------
48{
49public:
52
54 void SetView(albaView *view);
55
56protected:
61};
62#endif
class name : albaDeviceButtonsPadMouseDialog Add SetView method to albaDeviceButtonsPadMouse class to...
void SetView(albaView *view)
Set the selected view.
virtual ~albaDeviceButtonsPadMouseDialog()
destructor.
albaTypeMacro(albaDeviceButtonsPadMouseDialog, albaDeviceButtonsPadMouse)
RTTI macro.
albaDeviceButtonsPadMouseDialog()
constructor.
albaView is the base class for Views in alba.
Definition: albaView.h:79