ImFusion C++ SDK 4.4.0
ImFusion::WindowToSelection Class Reference

#include <ImFusion/GUI/WindowToSelection.h>

Utility class to handle the event loop of the window-to-selection feature. More...

Inheritance diagram for ImFusion::WindowToSelection:

Detailed Description

Utility class to handle the event loop of the window-to-selection feature.

Note
This class is suicidal: Create it on the heap and forget about it. It will clean up after itself.

Public Member Functions

 WindowToSelection (GUI::DisplayBase &display, const SharedImageSet &sis, DisplayOptions2d &dop)
Public Member Functions inherited from ImFusion::SignalReceiver
 SignalReceiver ()=default
 Default constructor.
 SignalReceiver (const SignalReceiver &other)
 Copy constructor, does not copy any existing signal connections from other.
SignalReceiveroperator= (SignalReceiver rhs)
 Assignment operator, disconnects all existing connections, does not copy any existing signal connections from rhs.
virtual ~SignalReceiver ()
 Virtual destructor disconnects from all connected signals.

Additional Inherited Members

Protected Member Functions inherited from ImFusion::SignalReceiver
void disconnectAll ()
 Disconnects all existing connections.

The documentation for this class was generated from the following file:
  • ImFusion/GUI/WindowToSelection.h
Search Tab / S to search, Esc to close