The QFilterView class provides a widget that is used to view and edit filter definitions.
More...
#include <qfilterview.h>
|
|
void | calcGeometryRequested () |
| |
|
void | cornerButtonClicked () |
| |
|
void | focusReceived () |
| |
| void | visibilityChanged (bool visible) |
| |
|
void | removeColumnFilter (int row, int column) |
| |
|
|
void | contextMenuEvent (QContextMenuEvent *event) |
| |
|
void | focusInEvent (QFocusEvent *event) |
| |
|
void | mousePressEvent (QMouseEvent *event) |
| |
The QFilterView class provides a widget that is used to view and edit filter definitions.
| QFilterView::QFilterView |
( |
QWidget * |
parent = 0 | ) |
|
Constructs a QFilterView with the given parent.
| QFilterView::~QFilterView |
( |
| ) |
|
Destroys the filter view.
| void QFilterView::changeColor |
( |
| ) |
|
|
slot |
Opens the color selection dialog for the current index.
| int QFilterView::defaultFilterType |
( |
| ) |
const |
Returns the default filter type or -1 is no default type is set.
- See also
- setDefaultFilterType()
| void QFilterView::disableSelectedFilters |
( |
| ) |
|
|
slot |
Disables the selected filter definitions.
- See also
- enableSelectedFilters()
| void QFilterView::enableSelectedFilters |
( |
| ) |
|
|
slot |
Enables the selected filter definitions.
- See also
- disableSelectedFilters()
| void QFilterView::removeFilter |
( |
| ) |
|
|
slot |
Removes the current filter.
| void QFilterView::setFilterVisible |
( |
bool |
visible | ) |
|
|
slot |
If visible the filters in the filter model are shown. Otherwise the size of this is reduced to show the header view only.
| void QFilterView::setMaxVisibileFilterSets |
( |
int |
rows | ) |
|
Sets the maximum number of filter definition visible in this view to rows.
- See also
- maxVisibileFilterSets()
| void QFilterView::toggleFilter |
( |
const QModelIndex & |
index | ) |
|
Toggles the state (enabled/disabled) of the filter specified by the given index.
| void QFilterView::toggleSelectedFilters |
( |
| ) |
|
|
slot |
Toggles the state (enabled/disabled) of the filter selection.
- See also
- toggleFilter()
| void QFilterView::visibilityChanged |
( |
bool |
visible | ) |
|
|
signal |
This signal is emitted if the visility of the filter sets has been changed.
| int QFilterView::maxVisibileFilterSets |
|
readwrite |
- See also
- maxVisibileFilterSets() setMaxVisibileFilterSets()
Returns the maximum number of visible filter sets.
- See also
- setMaxVisibileFilterSets()
The documentation for this class was generated from the following files:
- D:/Entwicklung/qaiv/qaivlib/qfilterview.h
- D:/Entwicklung/qaiv/qaivlib/qfilterview.cpp