41void KIPI::ImageCollectionShared::addRef()
46void KIPI::ImageCollectionShared::removeRef()
58 kdWarning(51000) <<
"This method should only be invoked if this imagecollection is a directory.\n"
59 <<
"See KIPI::ImageCollectionShared::isDirectory()"
66 kdWarning(51000) <<
"This method should only be invoked if the host application supports the KIPI::Features\n"
67 "AcceptNewImages - if the host application do support that, then this function should\n"
68 "have been overridden in the host application.\n" <<
endl;
74 KURL path = uploadPath();
81 return KURL(
"file:/" );
86 return (i18n(
"Images"));
96 kdWarning(51000) <<
"KIPI::ImageCollectionShared::comment should only be invoked if the host application supports\n"
97 "the KIPI::Features AlbumsHaveComments - if the host application do support that, then this function should\n"
98 "have been overridden in the host application.\n" <<
endl;
104 kdWarning(51000) <<
"KIPI::ImageCollectionShared::category should only be invoked if the host application supports\n"
105 "the KIPI::Features AlbumsHaveCategory - if the host application do support that, then this function should\n"
106 "have been overridden in the host application.\n" <<
endl;
107 return QString::null;
112 kdWarning(51000) <<
"KIPI::ImageCollectionShared::date should only be invoked if the host application supports\n"
113 "the KIPI::Features AlbumsHaveCreationDate - if the host application do support that, then this function should\n"
114 "have been overridden in the host application.\n" <<
endl;
120 return images()==ics.
images();
KDStream & endl(KDStream &stream)
Definition KDStream.cpp:264
Definition imagecollectionshared.h:46
virtual KURL uploadRoot()
Definition imagecollectionshared.cpp:72
virtual bool isDirectory()
Definition imagecollectionshared.cpp:89
virtual QString comment()
Definition imagecollectionshared.cpp:94
virtual QString category()
Definition imagecollectionshared.cpp:102
ImageCollectionShared()
Definition imagecollectionshared.cpp:36
virtual KURL uploadPath()
Definition imagecollectionshared.cpp:64
virtual QDate date()
Definition imagecollectionshared.cpp:110
virtual KURL path()
Definition imagecollectionshared.cpp:56
virtual bool operator==(ImageCollectionShared &)
Definition imagecollectionshared.cpp:118
virtual KURL::List images()=0
virtual QString uploadRootName()
Definition imagecollectionshared.cpp:84