libkdepim
Go to the documentation of this file.
27 #ifndef KDEPIM_ADDRESSEELINEEDIT_H
28 #define KDEPIM_ADDRESSEELINEEDIT_H
82 void allowSemicolonAsSeparator(
bool allow );
87 void setFont(
const QFont &font );
100 void enableCompletion(
bool enable );
106 virtual void setText(
const QString &text );
112 void addContact(
const KABC::Addressee &contact,
int weight,
int source = -1 );
117 void addContactGroup(
const KABC::ContactGroup &group,
int weight,
int source = -1 );
119 void addItem(
const Akonadi::Item &item,
int weight,
int source = -1 );
128 int addCompletionSource(
const QString &name,
int weight );
130 void removeCompletionSource(
const QString &source);
140 virtual void insert(
const QString & );
145 virtual void paste();
150 virtual void mouseReleaseEvent( QMouseEvent * );
152 #ifndef QT_NO_DRAGANDDROP
156 virtual void dropEvent( QDropEvent * );
162 virtual void keyPressEvent( QKeyEvent * );
164 #ifndef QT_NO_CONTEXTMENU
168 virtual QMenu *createStandardContextMenu();
175 virtual void contextMenuEvent( QContextMenuEvent * );
179 virtual bool eventFilter(
QObject *, QEvent * );
180 void emitTextCompleted();
186 Q_PRIVATE_SLOT( d,
void slotCompletion() )
187 Q_PRIVATE_SLOT( d,
void slotPopupCompletion(
const QString & ) )
188 Q_PRIVATE_SLOT( d,
void slotReturnPressed(
const QString & ) )
189 Q_PRIVATE_SLOT( d,
void slotStartLDAPLookup() )
191 Q_PRIVATE_SLOT( d,
void slotEditCompletionOrder() )
192 Q_PRIVATE_SLOT( d,
void slotUserCancelled(
const QString & ) )
193 Q_PRIVATE_SLOT( d,
void slotAkonadiSearchResult(
KJob * ) )
194 Q_PRIVATE_SLOT( d,
void slotAkonadiSearchDbResult(
KJob * ) )
195 Q_PRIVATE_SLOT( d,
void slotAkonadiCollectionsReceived(
const Akonadi::Collection::List & ) )
197 Q_PRIVATE_SLOT( d,
void slotNepomukSearchFinished() )
198 Q_PRIVATE_SLOT( d,
void slotTriggerDelayedQueries() )
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:03 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.