OGS
VtkAlgorithmPropertyLineEdit.h
Go to the documentation of this file.
1
14
15
#pragma once
16
17
#include <QLineEdit>
18
#include <QVariant>
19
20
class
VtkAlgorithmProperties
;
21
class
QString;
22
25
class
VtkAlgorithmPropertyLineEdit
:
public
QLineEdit
26
{
27
Q_OBJECT
28
29
public
:
36
VtkAlgorithmPropertyLineEdit
(
const
QString& contents,
37
QString name,
38
QVariant::Type type,
39
VtkAlgorithmProperties
* algProps,
40
QWidget* parent =
nullptr
);
41
~VtkAlgorithmPropertyLineEdit
()
override
;
42
43
private
:
44
const
QString
_name
;
45
VtkAlgorithmProperties
*
_algProps
;
46
QVariant::Type
_type
;
47
48
private
slots:
50
void
setNewValue
();
51
};
VtkAlgorithmProperties
Contains properties for the visualization of objects as VtkVisPipelineItems.
Definition
VtkAlgorithmProperties.h:138
VtkAlgorithmPropertyLineEdit::_algProps
VtkAlgorithmProperties * _algProps
Definition
VtkAlgorithmPropertyLineEdit.h:45
VtkAlgorithmPropertyLineEdit::setNewValue
void setNewValue()
This slots is automatically called when the text changed.
Definition
VtkAlgorithmPropertyLineEdit.cpp:54
VtkAlgorithmPropertyLineEdit::~VtkAlgorithmPropertyLineEdit
~VtkAlgorithmPropertyLineEdit() override
VtkAlgorithmPropertyLineEdit::_name
const QString _name
Definition
VtkAlgorithmPropertyLineEdit.h:44
VtkAlgorithmPropertyLineEdit::_type
QVariant::Type _type
Definition
VtkAlgorithmPropertyLineEdit.h:46
VtkAlgorithmPropertyLineEdit::VtkAlgorithmPropertyLineEdit
VtkAlgorithmPropertyLineEdit(const QString &contents, QString name, QVariant::Type type, VtkAlgorithmProperties *algProps, QWidget *parent=nullptr)
Constructor.
Definition
VtkAlgorithmPropertyLineEdit.cpp:24
Applications
DataExplorer
VtkVis
VtkAlgorithmPropertyLineEdit.h
Generated by
1.14.0