Add setPatientDetail event
This commit is contained in:
@@ -323,6 +323,7 @@ void ActorDraggableInteractorStyle::WindowLevel()
|
||||
|
||||
void ActorDraggableInteractorStyle::OnRightButtonDown()
|
||||
{
|
||||
this->InvokeEvent(AfterViewerClicked);
|
||||
int x = this->Interactor->GetEventPosition()[0];
|
||||
int y = this->Interactor->GetEventPosition()[1];
|
||||
|
||||
@@ -338,6 +339,7 @@ void ActorDraggableInteractorStyle::OnRightButtonDown()
|
||||
}
|
||||
}
|
||||
void ActorDraggableInteractorStyle::OnLeftButtonDown() {
|
||||
this->InvokeEvent(AfterViewerClicked);
|
||||
int x = this->Interactor->GetEventPosition()[0];
|
||||
int y = this->Interactor->GetEventPosition()[1];
|
||||
|
||||
|
||||
@@ -44,7 +44,8 @@ public:
|
||||
DeleteMeasureEvent,
|
||||
RightButtonClickEvent,
|
||||
ScalarOpacityEvent,
|
||||
ScalarShiftEvent
|
||||
ScalarShiftEvent,
|
||||
AfterViewerClicked
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user