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 
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
static vtkColorTransferControlPointsItem * New()
#define PQCOMPONENTS_EXPORT
virtual bool MouseDoubleClickEvent(const vtkContextMouseEvent &mouse)
virtual bool KeyPressEvent(const vtkContextKeyEvent &key)
void operator=(const vtkObjectBase &)
vtkPVColorTransferControlPointsItem overrides the VTK base class to customize mouse/keyboard interact...
key