OpenWalnut  1.5.0dev
Public Member Functions | Protected Attributes | List of all members
WRoiSortEvent Class Reference

Event signalling that a sorting of the ROIs needs to be done. More...

#include <WRoiSortEvent.h>

+ Inheritance diagram for WRoiSortEvent:
+ Collaboration diagram for WRoiSortEvent:

Public Member Functions

 WRoiSortEvent (WQtBranchTreeItem *branch)
 Constructor. More...
 
virtual ~WRoiSortEvent ()
 Destructor. More...
 
WQtBranchTreeItemgetBranch ()
 Getter for the branch. More...
 

Protected Attributes

WQtBranchTreeItemm_branch
 The branch to re-sort. More...
 

Detailed Description

Event signalling that a sorting of the ROIs needs to be done.

Definition at line 37 of file WRoiSortEvent.h.

Constructor & Destructor Documentation

◆ WRoiSortEvent()

WRoiSortEvent::WRoiSortEvent ( WQtBranchTreeItem branch)
explicit

Constructor.

Parameters
branchthe branch to sort.

Definition at line 29 of file WRoiSortEvent.cpp.

◆ ~WRoiSortEvent()

WRoiSortEvent::~WRoiSortEvent ( )
virtual

Destructor.

Definition at line 36 of file WRoiSortEvent.cpp.

Member Function Documentation

◆ getBranch()

WQtBranchTreeItem * WRoiSortEvent::getBranch ( )

Getter for the branch.

Returns
the branch.

Definition at line 41 of file WRoiSortEvent.cpp.

References m_branch.

Referenced by WQtControlPanel::event().

+ Here is the caller graph for this function:

Member Data Documentation

◆ m_branch

WQtBranchTreeItem* WRoiSortEvent::m_branch
protected

The branch to re-sort.

Definition at line 62 of file WRoiSortEvent.h.

Referenced by getBranch().


The documentation for this class was generated from the following files: