knode
#include <knrangefilter.h>
Configuration widget for KNode::RangeFilter.
Definition at line 64 of file knrangefilter.h.
KNode::RangeFilterWidget::RangeFilterWidget |
( |
const QString & |
value, |
|
|
int |
min, |
|
|
int |
max, |
|
|
QWidget * |
parent, |
|
|
const QString & |
unit = QString() |
|
) |
| |
Creates a new RangeFilter configuration widet.
- Parameters
-
value | The name of the value that is filtered. |
min | The minimum filter range. |
max | The maximum filter range. |
parent | The parent widget. |
unit | Unit of the filtered value. |
Definition at line 98 of file knrangefilter.cpp.
KNode::RangeFilterWidget::~RangeFilterWidget |
( |
| ) |
|
void KNode::RangeFilterWidget::clear |
( |
| ) |
|
void KNode::RangeFilterWidget::setFilter |
( |
RangeFilter & |
f | ) |
|
void KNode::RangeFilterWidget::slotEnabled |
( |
bool |
e | ) |
|
|
protectedslot |
void KNode::RangeFilterWidget::slotOp1Changed |
( |
int |
id | ) |
|
|
protectedslot |
void KNode::RangeFilterWidget::slotOp2Changed |
( |
int |
id | ) |
|
|
protectedslot |
QLabel* KNode::RangeFilterWidget::des |
|
protected |
QCheckBox* KNode::RangeFilterWidget::enabled |
|
protected |
KIntSpinBox* KNode::RangeFilterWidget::val1 |
|
protected |
KIntSpinBox * KNode::RangeFilterWidget::val2 |
|
protected |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:37 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.