ALBA
albaInteractorPERScalarInformation.h
Go to the documentation of this file.
1/*=========================================================================
2
3 Program: ALBA (Agile Library for Biomedical Applications)
4 Module: albaInteractorPERScalarInformation
5 Authors: Matteo Giacomoni, Gianluigi Crimi
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 __albaInteractorPERScalarInformation_h
17#define __albaInteractorPERScalarInformation_h
18
19#include "albaDefines.h"
20#include "albaInteractorPER.h"
21
22//----------------------------------------------------------------------------
23// forward declarations
24//----------------------------------------------------------------------------
25
29{
30public:
32
34 virtual void OnEvent(albaEventBase *event);
35
36protected:
41
42};
43#endif
Implementation of the message object for the Subject/Observer design pattern.
Definition: albaEventBase.h:49
Class implementing image info reporting on status bar when not interacting.
albaInteractorPERScalarInformation()
constructor.
albaTypeMacro(albaInteractorPERScalarInformation, albaInteractorPER)
virtual ~albaInteractorPERScalarInformation()
destructor.
virtual void OnEvent(albaEventBase *event)
Function that handles events sent from other objects.
Class implementing routing of events based on picking.