Qt 4.8
|
#include <qcompleter_p.h>
Public Functions | |
void | _q_autoResizePopup () |
void | _q_complete (QModelIndex, bool=false) |
void | _q_completionSelected (const QItemSelection &) |
void | _q_fileSystemModelDirectoryLoaded (const QString &path) |
void | init (QAbstractItemModel *model=0) |
QCompleterPrivate () | |
void | setCurrentIndex (QModelIndex, bool=true) |
void | showPopup (const QRect &) |
~QCompleterPrivate () | |
Public Functions inherited from QObjectPrivate | |
void | _q_reregisterTimers (void *pointer) |
void | addConnection (int signal, Connection *c) |
void | cleanConnectionLists () |
void | connectNotify (const char *signal) |
void | deleteChildren () |
void | disconnectNotify (const char *signal) |
bool | isSender (const QObject *receiver, const char *signal) const |
bool | isSignalConnected (uint signalIdx) const |
Returns true if the signal with index signal_index from object sender is connected. More... | |
void | moveToThread_helper () |
QObjectPrivate (int version=QObjectPrivateVersion) | |
QObjectList | receiverList (const char *signal) const |
QObjectList | senderList () const |
void | setParent_helper (QObject *) |
void | setThreadData_helper (QThreadData *currentData, QThreadData *targetData) |
int | signalIndex (const char *signalName) const |
Returns the signal index used in the internal connectionLists vector. More... | |
virtual | ~QObjectPrivate () |
Public Functions inherited from QObjectData | |
virtual | ~QObjectData ()=0 |
Additional Inherited Members | |
Public Types inherited from QObjectPrivate | |
typedef void(* | StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **) |
Static Public Functions inherited from QObjectPrivate | |
static void | clearGuards (QObject *) |
static QObjectPrivate * | get (QObject *o) |
static void | resetCurrentSender (QObject *receiver, Sender *currentSender, Sender *previousSender) |
static Sender * | setCurrentSender (QObject *receiver, Sender *sender) |
static void | signalSignature (const QMetaMethod &signal, QVarLengthArray< char > *result) |
Definition at line 72 of file qcompleter_p.h.
QCompleterPrivate::QCompleterPrivate | ( | ) |
Definition at line 787 of file qcompleter.cpp.
|
inline |
Definition at line 78 of file qcompleter_p.h.
void QCompleterPrivate::_q_autoResizePopup | ( | ) |
void QCompleterPrivate::_q_complete | ( | QModelIndex | index, |
bool | highlighted = false |
||
) |
Definition at line 837 of file qcompleter.cpp.
Referenced by _q_completionSelected().
void QCompleterPrivate::_q_completionSelected | ( | const QItemSelection & | selection | ) |
Definition at line 828 of file qcompleter.cpp.
void QCompleterPrivate::_q_fileSystemModelDirectoryLoaded | ( | const QString & | path | ) |
Definition at line 926 of file qcompleter.cpp.
void QCompleterPrivate::init | ( | QAbstractItemModel * | model = 0 | ) |
Definition at line 794 of file qcompleter.cpp.
Referenced by ~QCompleterPrivate().
void QCompleterPrivate::setCurrentIndex | ( | QModelIndex | index, |
bool | select = true |
||
) |
Definition at line 807 of file qcompleter.cpp.
void QCompleterPrivate::showPopup | ( | const QRect & | rect | ) |
Definition at line 882 of file qcompleter.cpp.
Referenced by _q_autoResizePopup().
int QCompleterPrivate::column |
Definition at line 89 of file qcompleter_p.h.
Referenced by _q_complete(), QUnsortedModelEngine::buildIndices(), QCompletionModel::currentIndex(), QCompletionModel::currentRow(), QCompletionEngine::filter(), QSortedModelEngine::filter(), QCompletionEngine::filterHistory(), and QSortedModelEngine::sortOrder().
Qt::CaseSensitivity QCompleterPrivate::cs |
Definition at line 87 of file qcompleter_p.h.
Referenced by QUnsortedModelEngine::buildIndices(), QCompletionModel::createEngine(), QSortedModelEngine::filter(), QCompletionEngine::filterHistory(), QSortedModelEngine::indexHint(), QCompletionEngine::lookupCache(), QCompletionEngine::matchHint(), QCompletionEngine::saveInCache(), and QSortedModelEngine::sortOrder().
bool QCompleterPrivate::eatFocusOut |
Definition at line 94 of file qcompleter_p.h.
bool QCompleterPrivate::hiddenBecauseNoMatch |
Definition at line 96 of file qcompleter_p.h.
Referenced by _q_fileSystemModelDirectoryLoaded().
int QCompleterPrivate::maxVisibleItems |
Definition at line 90 of file qcompleter_p.h.
Referenced by showPopup().
QCompleter::CompletionMode QCompleterPrivate::mode |
Definition at line 84 of file qcompleter_p.h.
Referenced by _q_complete().
QAbstractItemView* QCompleterPrivate::popup |
Definition at line 83 of file qcompleter_p.h.
Referenced by _q_autoResizePopup(), setCurrentIndex(), showPopup(), and ~QCompleterPrivate().
QRect QCompleterPrivate::popupRect |
Definition at line 95 of file qcompleter_p.h.
Referenced by _q_autoResizePopup().
QString QCompleterPrivate::prefix |
Definition at line 86 of file qcompleter_p.h.
Referenced by _q_complete(), _q_fileSystemModelDirectoryLoaded(), and QCompletionEngine::filterHistory().
QCompletionModel* QCompleterPrivate::proxy |
Definition at line 82 of file qcompleter_p.h.
Referenced by _q_complete(), QUnsortedModelEngine::buildIndices(), QCompletionEngine::filter(), QSortedModelEngine::filter(), QUnsortedModelEngine::filter(), QCompletionEngine::filterHistory(), QUnsortedModelEngine::filterOnDemand(), QSortedModelEngine::indexHint(), init(), and QSortedModelEngine::sortOrder().
int QCompleterPrivate::role |
Definition at line 88 of file qcompleter_p.h.
Referenced by QUnsortedModelEngine::buildIndices(), QSortedModelEngine::filter(), QCompletionModel::parent(), and QSortedModelEngine::sortOrder().
QCompleter::ModelSorting QCompleterPrivate::sorting |
Definition at line 91 of file qcompleter_p.h.
Referenced by QCompletionModel::createEngine().
Definition at line 81 of file qcompleter_p.h.
Referenced by _q_fileSystemModelDirectoryLoaded(), and showPopup().
bool QCompleterPrivate::wrap |
Definition at line 92 of file qcompleter_p.h.