Medical Imaging Interaction Toolkit  2023.12.99-b884b24c
Medical Imaging Interaction Toolkit
berry::IEvaluationReference Struct Referenceabstract

#include <berryIEvaluationReference.h>

Inheritance diagram for berry::IEvaluationReference:
Collaboration diagram for berry::IEvaluationReference:

Public Member Functions

 berryObjectMacro (berry::IEvaluationReference)
 
virtual IPropertyChangeListenerGetListener () const =0
 
virtual QString GetProperty () const =0
 

Detailed Description

A token representing a core expression and property change listener currently working in the IEvaluationService.

Note
This interface is not intended to be implemented by clients.
This interface is not intended to be extended by clients.

Definition at line 30 of file berryIEvaluationReference.h.

Member Function Documentation

◆ berryObjectMacro()

berry::IEvaluationReference::berryObjectMacro ( berry::IEvaluationReference  )

◆ GetListener()

virtual IPropertyChangeListener* berry::IEvaluationReference::GetListener ( ) const
pure virtual

The property change listener associated with the evaluated expression.

Returns
the listener for updates.

◆ GetProperty()

virtual QString berry::IEvaluationReference::GetProperty ( ) const
pure virtual

The property used in change notifications.

Returns
the property name.

The documentation for this struct was generated from the following file: