vtkPVColorTransferControlPointsItem.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-FileCopyrightText: Copyright (c) Sandia Corporation
3 // SPDX-License-Identifier: BSD-3-Clause
4 #ifndef vtkPVColorTransferControlPointsItem_h
5 #define vtkPVColorTransferControlPointsItem_h
6 
7 #include "pqComponentsModule.h"
9 
14 class PQCOMPONENTS_EXPORT vtkPVColorTransferControlPointsItem
16 {
18 
20 
22  bool MouseDoubleClickEvent(const vtkContextMouseEvent& mouse) override;
24  bool KeyPressEvent(const vtkContextKeyEvent& key) override;
25 
26 protected:
29 
30 private:
32  void operator=(const vtkPVColorTransferControlPointsItem&) = delete;
33 };
34 
35 #endif
vtkObjectBase::operator=
void operator=(const vtkObjectBase &)
vtkContextMouseEvent
vtkContextKeyEvent
vtkControlPointsItem::KeyPressEvent
virtual bool KeyPressEvent(const vtkContextKeyEvent &key)
key
key
vtkControlPointsItem::MouseDoubleClickEvent
virtual bool MouseDoubleClickEvent(const vtkContextMouseEvent &mouse)
vtkColorTransferControlPointsItem.h
vtkColorTransferControlPointsItem
vtkColorTransferControlPointsItem::New
static vtkColorTransferControlPointsItem * New()
vtkPVColorTransferControlPointsItem
vtkPVColorTransferControlPointsItem overrides the VTK base class to customize mouse/keyboard interact...
Definition: vtkPVColorTransferControlPointsItem.h:14