#include <FdViewResults.hpp>
Detailed Description
Definition at line 32 of file FdViewResults.hpp.
Constructor & Destructor Documentation
Member Function Documentation
| void FdViewResults::contextMenu |
( |
const QPoint & |
position | ) |
|
|
privateslot |
| void FdViewResults::currentChanged |
( |
const QModelIndex & |
current, |
|
|
const QModelIndex & |
previous |
|
) |
| |
|
slot |
| void FdViewResults::edit |
( |
const QModelIndex & |
index | ) |
|
|
slot |
| void FdViewResults::keyboardSearch |
( |
const QString & |
search | ) |
|
| void FdViewResults::mouseReleaseEvent |
( |
QMouseEvent * |
event | ) |
|
Reimplemented. When the users click on a blanck area of the view, selection is cleared.
Definition at line 68 of file FdViewResults.cpp.
| QModelIndex FdViewResults::moveCursor |
( |
CursorAction |
cursorAction, |
|
|
Qt::KeyboardModifiers |
modifiers |
|
) |
| |
Reimplemented. Pressing the tab key makes the cursor jumps from column to column. It the cursor reaches the last column of the last row, pressing the tab key creates a new empty row.
Definition at line 93 of file FdViewResults.cpp.
| void FdViewResults::nextSearchResult |
( |
| ) |
|
|
slot |
| void FdViewResults::print |
( |
QPrinter & |
printer, |
|
|
QPainter & |
painter, |
|
|
const QRect & |
area, |
|
|
QRect & |
remainingArea, |
|
|
FdSubWindow * |
subwindow, |
|
|
int |
startPage |
|
) |
| |
| void FdViewResults::searchTimeout |
( |
| ) |
|
|
privateslot |
| QList< int > FdViewResults::selectedRows |
( |
| ) |
const |
| void FdViewResults::setCurrentIndex |
( |
const QModelIndex & |
index | ) |
|
|
slot |
Reimplemented. Defines the new index index to be the current index, but clears selection first.
Definition at line 257 of file FdViewResults.cpp.
| void FdViewResults::writeSettings |
( |
| ) |
|
Member Data Documentation
| int FdViewResults::mCurrentResult |
|
private |
| QModelIndexList FdViewResults::mSearchResults |
|
private |
| QString FdViewResults::mSearchText |
|
private |
| QTimer* FdViewResults::mSearchTimer |
|
private |
This timer is used in keyboardsearch. No search will happen until search time (see QApplication::keyboardInputInterval()) is out. This timer QTimer::timeout() signal is connected to FdViewJournal::searchTimeout().
Definition at line 44 of file FdViewResults.hpp.
The documentation for this class was generated from the following files: