#include <directory.h>
Definition at line 170 of file directory.h.
| DirectoryContainer::DirectoryContainer | ( | ) |
Definition at line 517 of file directory.cpp.
| DirectoryContainer::~DirectoryContainer | ( | ) |
Definition at line 524 of file directory.cpp.
| void DirectoryContainer::Load | ( | void | ) |
| void DirectoryContainer::writeTree | ( | ) |
| DirEntry * DirectoryContainer::fetchDirEntryById | ( | int | id | ) |
Definition at line 620 of file directory.cpp.
Referenced by PhoneUIBox::handleTreeListSignals(), PhoneUIBox::menuEntryDelete(), PhoneUIBox::menuEntryEdit(), PhoneUIBox::menuEntryMakeSpeedDial(), and PhoneUIBox::menuSpeedDialRemove().
| CallRecord * DirectoryContainer::fetchCallRecordById | ( | int | id | ) |
Definition at line 630 of file directory.cpp.
Referenced by PhoneUIBox::handleTreeListSignals(), and PhoneUIBox::menuHistorySave().
Definition at line 635 of file directory.cpp.
Referenced by PhoneUIBox::addNewDirectoryEntry(), and Load().
| QStrList DirectoryContainer::getDirectoryList | ( | void | ) |
| GenericTree * DirectoryContainer::addToTree | ( | QString | DirName | ) |
| void DirectoryContainer::getRecentCalls | ( | DirEntry * | source, | |
| CallHistory & | RecentCalls | |||
| ) |
| void DirectoryContainer::AddToCallHistory | ( | CallRecord * | entry, | |
| bool | addToUITree | |||
| ) |
Definition at line 673 of file directory.cpp.
Referenced by Load(), and PhoneUIBox::ProcessSipStateChange().
| void DirectoryContainer::clearCallHistory | ( | ) |
| DirEntry * DirectoryContainer::getDirEntrybyDbId | ( | int | dbId | ) |
Definition at line 888 of file directory.cpp.
| void DirectoryContainer::saveChangesinDB | ( | ) |
| void DirectoryContainer::addToTree | ( | DirEntry * | newEntry, | |
| QString | Dir | |||
| ) |
Definition at line 769 of file directory.cpp.
| void DirectoryContainer::deleteFromTree | ( | GenericTree * | treeObject, | |
| DirEntry * | entry | |||
| ) |
| void DirectoryContainer::createTree | ( | ) |
| GenericTree* DirectoryContainer::getTreeRoot | ( | ) | [inline] |
| void DirectoryContainer::setSpeedDial | ( | DirEntry * | entry | ) |
| void DirectoryContainer::removeSpeedDial | ( | DirEntry * | entry | ) |
Definition at line 795 of file directory.cpp.
Referenced by deleteFromTree(), and PhoneUIBox::menuSpeedDialRemove().
| void DirectoryContainer::clearAllVoicemail | ( | ) |
| void DirectoryContainer::deleteVoicemail | ( | QString | vmailName | ) |
| DirEntry * DirectoryContainer::FindMatchingDirectoryEntry | ( | QString | url | ) |
Definition at line 906 of file directory.cpp.
Referenced by PhoneUIBox::alertUser(), PhoneUIBox::handleTreeListSignals(), and PhoneUIBox::menuHistorySave().
| QStrList DirectoryContainer::ListAllEntries | ( | bool | SpeeddialsOnly | ) |
| void DirectoryContainer::ChangePresenceStatus | ( | QString | Uri, | |
| int | Status, | |||
| QString | StatusString, | |||
| bool | SpeeddialsOnly | |||
| ) |
| Directory * DirectoryContainer::fetch | ( | QString | Dir | ) | [private] |
| GenericTree * DirectoryContainer::findInTree | ( | GenericTree * | Root, | |
| int | at1, | |||
| int | atv1, | |||
| int | at2, | |||
| int | atv2 | |||
| ) | [private] |
| void DirectoryContainer::PutVoicemailInTree | ( | GenericTree * | tree_to_write_to | ) | [private] |
QPtrList<Directory> DirectoryContainer::AllDirs [private] |
Definition at line 207 of file directory.h.
Referenced by AddEntry(), ChangePresenceStatus(), deleteFromTree(), fetch(), fetchDirEntryById(), FindMatchingDirectoryEntry(), getDirectoryList(), getDirEntrybyDbId(), ListAllEntries(), Load(), removeSpeedDial(), saveChangesinDB(), writeTree(), and ~DirectoryContainer().
CallHistory* DirectoryContainer::callHistory [private] |
Definition at line 208 of file directory.h.
Referenced by AddToCallHistory(), clearCallHistory(), DirectoryContainer(), fetchCallRecordById(), getRecentCalls(), saveChangesinDB(), writeTree(), and ~DirectoryContainer().
GenericTree* DirectoryContainer::TreeRoot [private] |
Definition at line 210 of file directory.h.
Referenced by addToTree(), ChangeEntry(), createTree(), getTreeRoot(), and writeTree().
GenericTree * DirectoryContainer::voicemailTree [private] |
Definition at line 210 of file directory.h.
Referenced by clearAllVoicemail(), deleteVoicemail(), and writeTree().
GenericTree * DirectoryContainer::receivedcallsTree [private] |
Definition at line 210 of file directory.h.
Referenced by AddToCallHistory(), clearCallHistory(), and writeTree().
GenericTree * DirectoryContainer::placedcallsTree [private] |
Definition at line 210 of file directory.h.
Referenced by AddToCallHistory(), clearCallHistory(), and writeTree().
GenericTree * DirectoryContainer::speeddialTree [private] |
Definition at line 210 of file directory.h.
Referenced by addToTree(), removeSpeedDial(), setSpeedDial(), and writeTree().
1.5.5