#include <imagecollectionshared.h>
Public Member Functions | |
| ImageCollectionShared () | |
| virtual | ~ImageCollectionShared () |
| virtual QString | name ()=0 |
| virtual QString | comment () |
| virtual QString | category () |
| virtual QDate | date () |
| virtual KURL::List | images ()=0 |
| virtual KURL | path () |
| virtual KURL | uploadPath () |
| virtual KURL | uploadRoot () |
| virtual QString | uploadRootName () |
| virtual bool | isDirectory () |
| virtual bool | operator== (ImageCollectionShared &) |
Friends | |
| class | ImageCollection |
Definition at line 42 of file imagecollectionshared.h.
| KIPI::ImageCollectionShared::ImageCollectionShared | ( | ) |
Definition at line 33 of file imagecollectionshared.cpp.
| virtual KIPI::ImageCollectionShared::~ImageCollectionShared | ( | ) | [inline, virtual] |
Definition at line 46 of file imagecollectionshared.h.
| virtual QString KIPI::ImageCollectionShared::name | ( | ) | [pure virtual] |
Referenced by KIPI::ImageCollection::name().
| QString KIPI::ImageCollectionShared::comment | ( | ) | [virtual] |
Definition at line 89 of file imagecollectionshared.cpp.
Referenced by KIPI::ImageCollection::comment().
| QString KIPI::ImageCollectionShared::category | ( | ) | [virtual] |
Definition at line 97 of file imagecollectionshared.cpp.
Referenced by KIPI::ImageCollection::category().
| QDate KIPI::ImageCollectionShared::date | ( | ) | [virtual] |
Definition at line 105 of file imagecollectionshared.cpp.
Referenced by KIPI::ImageCollection::date().
| virtual KURL::List KIPI::ImageCollectionShared::images | ( | ) | [pure virtual] |
Referenced by KIPI::ImageCollection::images(), and operator==().
| KURL KIPI::ImageCollectionShared::path | ( | ) | [virtual] |
Definition at line 52 of file imagecollectionshared.cpp.
References endl().
Referenced by KIPI::ImageCollection::path(), and uploadRoot().
| KURL KIPI::ImageCollectionShared::uploadPath | ( | ) | [virtual] |
Definition at line 60 of file imagecollectionshared.cpp.
Referenced by KIPI::ImageCollection::uploadPath(), and uploadRoot().
| KURL KIPI::ImageCollectionShared::uploadRoot | ( | ) | [virtual] |
Definition at line 68 of file imagecollectionshared.cpp.
References path(), and uploadPath().
Referenced by KIPI::ImageCollection::uploadRoot().
| QString KIPI::ImageCollectionShared::uploadRootName | ( | ) | [virtual] |
Definition at line 79 of file imagecollectionshared.cpp.
Referenced by KIPI::ImageCollection::uploadRootName().
| bool KIPI::ImageCollectionShared::isDirectory | ( | ) | [virtual] |
Definition at line 84 of file imagecollectionshared.cpp.
Referenced by KIPI::ImageCollection::isDirectory().
| bool KIPI::ImageCollectionShared::operator== | ( | ImageCollectionShared & | ics | ) | [virtual] |
Definition at line 114 of file imagecollectionshared.cpp.
References images().
friend class ImageCollection [friend] |
Definition at line 60 of file imagecollectionshared.h.
1.5.3