kpimidentities
Go to the documentation of this file. 30 #ifndef KPIMIDENTITIES_IDENTITYCOMBO_H 31 #define KPIMIDENTITIES_IDENTITYCOMBO_H 33 #include "kpimidentities_export.h" 41 class IdentityManager;
45 class KPIMIDENTITIES_EXPORT IdentityCombo :
public QComboBox
49 explicit IdentityCombo( IdentityManager *manager, QWidget *parent=0 );
52 QString currentIdentityName()
const;
53 uint currentIdentity()
const;
54 void setCurrentIdentity(
const QString &identityName );
55 void setCurrentIdentity(
const Identity &identity );
56 void setCurrentIdentity( uint uoid );
61 IdentityManager* identityManager()
const;
73 void identityChanged( uint uoid );
79 void slotIdentityManagerChanged();
82 void slotEmitChanged(
int );
83 void slotUpdateTooltip( uint uoid );
87 void reloadUoidList();
88 QList<uint> mUoidList;
89 IdentityManager *mIdentityManager;
This file is part of the KDE documentation.
Documentation copyright © 1996-2018 The KDE developers.
Generated on Fri Oct 19 2018 17:55:24 by
doxygen 1.8.13 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.