src
paraview-5.12
Qt
Components
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"
8
#include "
vtkColorTransferControlPointsItem.h
"
9
14
class
PQCOMPONENTS_EXPORT
vtkPVColorTransferControlPointsItem
15
:
public
vtkColorTransferControlPointsItem
16
{
17
vtkTypeMacro(
vtkPVColorTransferControlPointsItem
,
vtkColorTransferControlPointsItem
);
18
19
static
vtkPVColorTransferControlPointsItem
*
New
();
20
22
bool
MouseDoubleClickEvent
(
const
vtkContextMouseEvent
& mouse)
override
;
24
bool
KeyPressEvent
(
const
vtkContextKeyEvent
&
key
)
override
;
25
26
protected
:
27
vtkPVColorTransferControlPointsItem
();
28
~
vtkPVColorTransferControlPointsItem
()
override
;
29
30
private
:
31
vtkPVColorTransferControlPointsItem
(
const
vtkPVColorTransferControlPointsItem
&) =
delete
;
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
Generated by
1.8.17 on Wed Mar 27 2024