make it really clear what i was thinking, as apparently people can't see inside my head. ;)

"what do you mean you can't read my mind?"

svn path=/trunk/KDE/kdebase/workspace/plasma/lib/; revision=669648
This commit is contained in:
Aaron J. Seigo 2007-05-29 22:23:37 +00:00
parent 77307ba1dd
commit 8c8bf30c62

9
svg.h
View File

@ -49,8 +49,11 @@ class PLASMA_EXPORT Svg : public QObject
public:
/**
* Describes the contents of the Svg, which determines how elements
* are drawn.
* Describes what is in the Svg document to be loaded. The important
* distinction is whether the Svg is a single image (or group of
* elements) that are meant to be viewed together, such as a clock face
* and hands, or a set of images that are meant to be displayed
* individually, such as a deck of cards.
*/
enum ContentType { SingleImage = 0 /**< A set of elements that together
make an image. Elements may be
@ -59,7 +62,7 @@ class PLASMA_EXPORT Svg : public QObject
ImageSet /**< A set of elements, each of which
constitutes a whole image. Each
element will therefore be rendered
to the set size of the SVG */
to the set size of the Svg object */
};
/**