lib
KoPictureType Namespace Reference
Enumerations | |
enum | Type { TypeUnknown = 0, TypeImage, TypeEps, TypeClipart, TypeWmf } |
Variables | |
const int | formatVersionQPicture = -1 |
Enumeration Type Documentation
enum KoPictureType::Type |
- Enumerator:
-
TypeUnknown Unknown or not-an-image. - See also:
- KoPictureBase
TypeImage Image, QImage-based. - See also:
- KoPictureImage
TypeEps Encapsulated Postscript. - See also:
- KoPictureEps
TypeClipart Clipart, QPicture-based. - See also:
- KoPictureClipart
TypeWmf WMF (Windows Meta File). - See also:
- KoPictureWmf
Definition at line 46 of file KoPictureKey.h.
Variable Documentation
const int KoPictureType::formatVersionQPicture = -1 |
QPicture version used by KoPictureClipart.
Possible values:
- 3 for Qt 2.1.x and later Qt 2.x
- 4 for Qt 3.0
- 5 for Qt 3.1 and later Qt 3.x
- -1 for current Qt
Definition at line 44 of file KoPictureKey.h.