summaryrefslogtreecommitdiff
path: root/libopie2/opiecore/oresource.h
Unidiff
Diffstat (limited to 'libopie2/opiecore/oresource.h') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/opiecore/oresource.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/libopie2/opiecore/oresource.h b/libopie2/opiecore/oresource.h
index 87b2abd..2071b87 100644
--- a/libopie2/opiecore/oresource.h
+++ b/libopie2/opiecore/oresource.h
@@ -82,6 +82,17 @@ class OResource
82 * @return QPixmap containing image loaded (and scaled if appropriate) 82 * @return QPixmap containing image loaded (and scaled if appropriate)
83 **/ 83 **/
84 static QPixmap loadPixmap( const QString &name, Scale scale = NoScale ); 84 static QPixmap loadPixmap( const QString &name, Scale scale = NoScale );
85
86 /**
87 * @fn findPixmap( const QString &name )
88 * @brief Retrieve fully qualified filename of image.
89 *
90 * @param name - name of pixmap image to retrieve filename of
91 *
92 * @return QString containing fully qualified filename of image
93 * (Null string if image is not found)
94 **/
95 static QString findPixmap( const QString &name );
85}; 96};
86 97
87} // namespace Core 98} // namespace Core