#include <identitycombo.h>
Inherits TQComboBox.
A combo box that always shows the up-to-date identity list.
- Author
- Marc Mutz mutz@.nosp@m.kde..nosp@m.org
Definition at line 51 of file identitycombo.h.
◆ IdentityCombo()
IdentityCombo::IdentityCombo |
( |
IdentityManager * |
manager, |
|
|
TQWidget * |
parent = 0 , |
|
|
const char * |
name = 0 |
|
) |
| |
◆ currentIdentity()
uint IdentityCombo::currentIdentity |
( |
| ) |
const |
◆ currentIdentityName()
TQString IdentityCombo::currentIdentityName |
( |
| ) |
const |
◆ identityChanged [1/2]
void KPIM::IdentityCombo::identityChanged |
( |
const TQString & |
identityName | ) |
|
|
signal |
- Deprecated:
- Really emitted whenever the current identity changes. Either by user intervention or on setCurrentIdentity() or if the current identity disappears.
◆ identityChanged [2/2]
void KPIM::IdentityCombo::identityChanged |
( |
uint |
uoid | ) |
|
|
signal |
Really emitted whenever the current identity changes.
Either by user intervention or on setCurrentIdentity() or if the current identity disappears.
You might also want to listen to IdentityManager::changed, IdentityManager::deleted and IdentityManager::added.
◆ reloadCombo()
void IdentityCombo::reloadCombo |
( |
| ) |
|
|
protected |
◆ reloadUoidList()
void IdentityCombo::reloadUoidList |
( |
| ) |
|
|
protected |
◆ setCurrentIdentity() [1/3]
void IdentityCombo::setCurrentIdentity |
( |
const Identity & |
identity | ) |
|
◆ setCurrentIdentity() [2/3]
void IdentityCombo::setCurrentIdentity |
( |
const TQString & |
identityName | ) |
|
◆ setCurrentIdentity() [3/3]
void IdentityCombo::setCurrentIdentity |
( |
uint |
uoid | ) |
|
◆ slotEmitChanged
void IdentityCombo::slotEmitChanged |
( |
int |
idx | ) |
|
|
protectedslot |
◆ slotIdentityManagerChanged
void IdentityCombo::slotIdentityManagerChanged |
( |
| ) |
|
|
slot |
Connected to IdentityManager::changed().
Reloads the list of identities.
Definition at line 108 of file identitycombo.cpp.
◆ mIdentityManager
IdentityManager* KPIM::IdentityCombo::mIdentityManager |
|
protected |
◆ mUoidList
TQValueList<uint> KPIM::IdentityCombo::mUoidList |
|
protected |
The documentation for this class was generated from the following files: