#include <directory.h>
Definition at line 94 of file directory.h.
Public Member Functions | |
| Directory (QString Name) | |
| ~Directory () | |
| QString | getName () |
| void | writeTree (GenericTree *tree_to_write_to, GenericTree *sdTree) |
| DirEntry * | fetchById (int id) |
| void | getMatchingCalls (DirEntry *source, QPtrList< DirEntry > &CallList) |
| virtual int | compareItems (QPtrCollection::Item s1, QPtrCollection::Item s2) |
| DirEntry * | getDirEntrybyDbId (int dbId) |
| DirEntry * | getDirEntrybyUrl (QString Url) |
| void | saveChangesinDB () |
| void | deleteEntry (DirEntry *Entry) |
| void | AddAllEntriesToList (QStrList &l, bool SpeeddialsOnly) |
| void | ChangePresenceStatus (QString Uri, int Status, QString StatusString, bool SpeeddialsOnly) |
Private Attributes | |
| QString | name |
| Directory::Directory | ( | QString | Name | ) |
Definition at line 185 of file directory.cpp.
| Directory::~Directory | ( | ) |
Definition at line 190 of file directory.cpp.
| QString Directory::getName | ( | void | ) | [inline] |
Definition at line 100 of file directory.h.
Referenced by DirectoryContainer::fetch(), DirectoryContainer::getDirectoryList(), and DirectoryContainer::writeTree().
| void Directory::writeTree | ( | GenericTree * | tree_to_write_to, | |
| GenericTree * | sdTree | |||
| ) |
Definition at line 209 of file directory.cpp.
Referenced by DirectoryContainer::deleteFromTree(), DirectoryContainer::removeSpeedDial(), and DirectoryContainer::writeTree().
| DirEntry * Directory::fetchById | ( | int | id | ) |
Definition at line 200 of file directory.cpp.
Referenced by DirectoryContainer::deleteFromTree(), and DirectoryContainer::fetchDirEntryById().
| int Directory::compareItems | ( | QPtrCollection::Item | s1, | |
| QPtrCollection::Item | s2 | |||
| ) | [virtual] |
Definition at line 217 of file directory.cpp.
| DirEntry * Directory::getDirEntrybyDbId | ( | int | dbId | ) |
Definition at line 225 of file directory.cpp.
Referenced by DirectoryContainer::getDirEntrybyDbId().
| DirEntry * Directory::getDirEntrybyUrl | ( | QString | Url | ) |
Definition at line 234 of file directory.cpp.
Referenced by DirectoryContainer::FindMatchingDirectoryEntry().
| void Directory::saveChangesinDB | ( | ) |
| void Directory::deleteEntry | ( | DirEntry * | Entry | ) |
| void Directory::AddAllEntriesToList | ( | QStrList & | l, | |
| bool | SpeeddialsOnly | |||
| ) |
| void Directory::ChangePresenceStatus | ( | QString | Uri, | |
| int | Status, | |||
| QString | StatusString, | |||
| bool | SpeeddialsOnly | |||
| ) |
Definition at line 272 of file directory.cpp.
Referenced by DirectoryContainer::ChangePresenceStatus().
QString Directory::name [private] |
Definition at line 113 of file directory.h.
Referenced by Directory(), getName(), and saveChangesinDB().
1.5.5