11 #ifndef LIBRSS_IMAGE_H 12 #define LIBRSS_IMAGE_H 34 class KDE_EXPORT Image : public TQObject 55 Image( const TQDomNode &node); 71 bool operator==( const Image &other) const; 90 TQString title() const; 101 const KURL &url() const; 111 const KURL &link() const; 120 TQString description() const; 132 unsigned int height() const; 143 unsigned int width() const; 161 void gotPixmap( const TQPixmap &pixmap); 164 void slotData(TDEIO::Job *job, const TQByteArray &data); 165 void slotResult(TDEIO::Job *job); 173 #endif // LIBRSS_IMAGE_H
|