Qyoto
4.0.6
Qyoto is a C# language binding for Qt
|
The QGraphicsSvgItem class is a QGraphicsItem that can be used to render the contents of SVG files. More...
Public Member Functions | |
QGraphicsSvgItem (IQGraphicsItem parentItem=null) | |
| |
QGraphicsSvgItem (string fileName, IQGraphicsItem parentItem=null) | |
| |
override void | CreateProxy () |
override void | Paint (QPainter painter, QStyleOptionGraphicsItem option, QWidget widget=null) |
| |
new void | SetCachingEnabled (bool caching) |
| |
new void | SetSharedRenderer (QSvgRenderer renderer) |
| |
new void | Dispose () |
![]() | |
QGraphicsObject (IQGraphicsItem parent=null) | |
| |
new void | GrabGesture (Qt.GestureType type, Qt.GestureFlag flags=0) |
| |
new void | UngrabGesture (Qt.GestureType type) |
| |
new void | Dispose () |
virtual void | Advance (int phase) |
new QRegion | BoundingRegion (QTransform itemToDeviceTransform) |
new void | ClearFocus () |
virtual bool | CollidesWithItem (IQGraphicsItem other, Qt.ItemSelectionMode mode=Qt.ItemSelectionMode.IntersectsItemShape) |
virtual bool | CollidesWithPath (QPainterPath path, Qt.ItemSelectionMode mode=Qt.ItemSelectionMode.IntersectsItemShape) |
new System.Collections.Generic.List < IQGraphicsItem > | CollidingItems (Qt.ItemSelectionMode mode=Qt.ItemSelectionMode.IntersectsItemShape) |
new IQGraphicsItem | CommonAncestorItem (IQGraphicsItem other) |
virtual bool | Contains (QPointF point) |
new object | Data (int key) |
new QTransform | DeviceTransform (QTransform viewportTransform) |
new void | EnsureVisible () |
new void | EnsureVisible (QRectF rect, int xmargin=50, int ymargin=50) |
new void | EnsureVisible (double x, double y, double w, double h, int xmargin=50, int ymargin=50) |
new void | GrabKeyboard () |
new void | GrabMouse () |
new void | Hide () |
new void | InstallSceneEventFilter (IQGraphicsItem filterItem) |
new bool | IsAncestorOf (IQGraphicsItem child) |
new bool | IsBlockedByModalPanel (IQGraphicsItem blockingPanel=null) |
new bool | IsObscured () |
new bool | IsObscured (QRectF rect) |
new bool | IsObscured (double x, double y, double w, double h) |
virtual bool | IsObscuredBy (IQGraphicsItem item) |
new bool | IsVisibleTo (IQGraphicsItem parent) |
new QTransform | ItemTransform (IQGraphicsItem other) |
new QTransform | ItemTransform (IQGraphicsItem other, ref bool ok) |
new QPointF | MapFromItem (IQGraphicsItem item, QPointF point) |
new QPolygonF | MapFromItem (IQGraphicsItem item, QRectF rect) |
new QPolygonF | MapFromItem (IQGraphicsItem item, QPolygonF polygon) |
new QPainterPath | MapFromItem (IQGraphicsItem item, QPainterPath path) |
new QPointF | MapFromItem (IQGraphicsItem item, double x, double y) |
new QPolygonF | MapFromItem (IQGraphicsItem item, double x, double y, double w, double h) |
new QPointF | MapFromParent (QPointF point) |
new QPolygonF | MapFromParent (QRectF rect) |
new QPolygonF | MapFromParent (QPolygonF polygon) |
new QPainterPath | MapFromParent (QPainterPath path) |
new QPointF | MapFromParent (double x, double y) |
new QPolygonF | MapFromParent (double x, double y, double w, double h) |
new QPointF | MapFromScene (QPointF point) |
new QPolygonF | MapFromScene (QRectF rect) |
new QPolygonF | MapFromScene (QPolygonF polygon) |
new QPainterPath | MapFromScene (QPainterPath path) |
new QPointF | MapFromScene (double x, double y) |
new QPolygonF | MapFromScene (double x, double y, double w, double h) |
new QRectF | MapRectFromItem (IQGraphicsItem item, QRectF rect) |
new QRectF | MapRectFromItem (IQGraphicsItem item, double x, double y, double w, double h) |
new QRectF | MapRectFromParent (QRectF rect) |
new QRectF | MapRectFromParent (double x, double y, double w, double h) |
new QRectF | MapRectFromScene (QRectF rect) |
new QRectF | MapRectFromScene (double x, double y, double w, double h) |
new QRectF | MapRectToItem (IQGraphicsItem item, QRectF rect) |
new QRectF | MapRectToItem (IQGraphicsItem item, double x, double y, double w, double h) |
new QRectF | MapRectToParent (QRectF rect) |
new QRectF | MapRectToParent (double x, double y, double w, double h) |
new QRectF | MapRectToScene (QRectF rect) |
new QRectF | MapRectToScene (double x, double y, double w, double h) |
new QPointF | MapToItem (IQGraphicsItem item, QPointF point) |
new QPolygonF | MapToItem (IQGraphicsItem item, QRectF rect) |
new QPolygonF | MapToItem (IQGraphicsItem item, QPolygonF polygon) |
new QPainterPath | MapToItem (IQGraphicsItem item, QPainterPath path) |
new QPointF | MapToItem (IQGraphicsItem item, double x, double y) |
new QPolygonF | MapToItem (IQGraphicsItem item, double x, double y, double w, double h) |
new QPointF | MapToParent (QPointF point) |
new QPolygonF | MapToParent (QRectF rect) |
new QPolygonF | MapToParent (QPolygonF polygon) |
new QPainterPath | MapToParent (QPainterPath path) |
new QPointF | MapToParent (double x, double y) |
new QPolygonF | MapToParent (double x, double y, double w, double h) |
new QPointF | MapToScene (QPointF point) |
new QPolygonF | MapToScene (QRectF rect) |
new QPolygonF | MapToScene (QPolygonF polygon) |
new QPainterPath | MapToScene (QPainterPath path) |
new QPointF | MapToScene (double x, double y) |
new QPolygonF | MapToScene (double x, double y, double w, double h) |
new void | MoveBy (double dx, double dy) |
new void | RemoveSceneEventFilter (IQGraphicsItem filterItem) |
new void | ResetMatrix () |
new void | ResetTransform () |
new void | Rotate (double angle) |
new double | Scale () |
new void | Scale (double sx, double sy) |
new void | Scroll (double dx, double dy) |
new void | Scroll (double dx, double dy, QRectF rect) |
new void | SetActive (bool active) |
new void | SetCacheMode (QGraphicsItem.CacheMode mode, QSize cacheSize) |
new void | SetData (int key, object value) |
new void | SetEnabled (bool enabled) |
new void | SetFlag (QGraphicsItem.GraphicsItemFlag flag, bool enabled=true) |
new void | SetFocus (Qt.FocusReason focusReason=Qt.FocusReason.OtherFocusReason) |
new void | SetMatrix (QMatrix matrix, bool combine=false) |
new void | SetPos (double x, double y) |
new void | SetScale (double scale) |
new void | SetSelected (bool selected) |
new void | SetTransform (QTransform matrix, bool combine=false) |
new void | SetTransformOriginPoint (double ax, double ay) |
new void | SetVisible (bool visible) |
new void | Shear (double sh, double sv) |
new void | Show () |
new void | StackBefore (IQGraphicsItem sibling) |
new QGraphicsObject | ToGraphicsObject () |
new void | Translate (double dx, double dy) |
new void | UngrabKeyboard () |
new void | UngrabMouse () |
new void | UnsetCursor () |
new void | Update () |
new void | Update (QRectF rect) |
new void | Update (double x, double y, double width, double height) |
![]() | |
QObject (QObject parent=null) | |
| |
new bool | BlockSignals (bool b) |
| |
new bool | Connect (QObject sender, string signal, string member, Qt.ConnectionType type=Qt.ConnectionType.AutoConnection) |
| |
new void | DeleteLater () |
| |
new bool | Disconnect (QObject receiver, string member=null) |
| |
new bool | Disconnect (string signal=null, QObject receiver=null, string member=null) |
| |
new void | DumpObjectInfo () |
| |
new void | DumpObjectTree () |
| |
virtual bool | OnEvent (QEvent e) |
| |
virtual bool | EventFilter (QObject watched, QEvent @event) |
| |
new bool | Inherits (string classname) |
| |
new void | InstallEventFilter (QObject filterObj) |
| |
new void | KillTimer (int id) |
| |
new object | Property (string name) |
| |
new void | RemoveEventFilter (QObject obj) |
| |
new bool | SetProperty (string name, object value) |
| |
new void | SetUserData (uint id, QObjectUserData data) |
new int | StartTimer (int interval) |
| |
new QObjectUserData | UserData (uint id) |
new void | Dispose () |
![]() | |
delegate QTextStream | FuncQTextStreamQTextStream (QTextStream qTextStream) |
delegate void | ActionQtMsgTypeString (QtMsgType qtMsgType, string @string) |
delegate QObject | FuncQObject () |
delegate string | FuncStringQByteArray (QByteArray qByteArray) |
delegate QByteArray | FuncQByteArrayString (string @string) |
![]() | |
void | Advance (int phase) |
| |
new QRegion | BoundingRegion (QTransform itemToDeviceTransform) |
| |
new void | ClearFocus () |
| |
bool | CollidesWithItem (IQGraphicsItem other, Qt.ItemSelectionMode mode=Qt.ItemSelectionMode.IntersectsItemShape) |
| |
bool | CollidesWithPath (QPainterPath path, Qt.ItemSelectionMode mode=Qt.ItemSelectionMode.IntersectsItemShape) |
| |
new System.Collections.Generic.List < IQGraphicsItem > | CollidingItems (Qt.ItemSelectionMode mode=Qt.ItemSelectionMode.IntersectsItemShape) |
| |
new IQGraphicsItem | CommonAncestorItem (IQGraphicsItem other) |
| |
bool | Contains (QPointF point) |
| |
new object | Data (int key) |
| |
new QTransform | DeviceTransform (QTransform viewportTransform) |
| |
new void | EnsureVisible () |
| |
new void | EnsureVisible (QRectF rect, int xmargin=50, int ymargin=50) |
| |
new void | EnsureVisible (double x, double y, double w, double h, int xmargin=50, int ymargin=50) |
| |
new void | GrabKeyboard () |
| |
new void | GrabMouse () |
| |
new void | Hide () |
| |
new void | InstallSceneEventFilter (IQGraphicsItem filterItem) |
| |
new bool | IsAncestorOf (IQGraphicsItem child) |
| |
new bool | IsBlockedByModalPanel (IQGraphicsItem blockingPanel=null) |
| |
new bool | IsObscured () |
| |
new bool | IsObscured (QRectF rect) |
| |
new bool | IsObscured (double x, double y, double w, double h) |
| |
bool | IsObscuredBy (IQGraphicsItem item) |
| |
new bool | IsVisibleTo (IQGraphicsItem parent) |
| |
new QTransform | ItemTransform (IQGraphicsItem other) |
| |
new QTransform | ItemTransform (IQGraphicsItem other, ref bool ok) |
| |
new QPolygonF | MapFromItem (IQGraphicsItem item, QRectF rect) |
| |
new QPainterPath | MapFromItem (IQGraphicsItem item, QPainterPath path) |
| |
new QPointF | MapFromItem (IQGraphicsItem item, QPointF point) |
| |
new QPolygonF | MapFromItem (IQGraphicsItem item, QPolygonF polygon) |
| |
new QPointF | MapFromItem (IQGraphicsItem item, double x, double y) |
| |
new QPolygonF | MapFromItem (IQGraphicsItem item, double x, double y, double w, double h) |
| |
new QPolygonF | MapFromParent (QPolygonF polygon) |
| |
new QPolygonF | MapFromParent (QRectF rect) |
| |
new QPainterPath | MapFromParent (QPainterPath path) |
| |
new QPointF | MapFromParent (QPointF point) |
| |
new QPointF | MapFromParent (double x, double y) |
| |
new QPolygonF | MapFromParent (double x, double y, double w, double h) |
| |
new QPolygonF | MapFromScene (QPolygonF polygon) |
| |
new QPolygonF | MapFromScene (QRectF rect) |
| |
new QPainterPath | MapFromScene (QPainterPath path) |
| |
new QPointF | MapFromScene (QPointF point) |
| |
new QPointF | MapFromScene (double x, double y) |
| |
new QPolygonF | MapFromScene (double x, double y, double w, double h) |
| |
new QRectF | MapRectFromItem (IQGraphicsItem item, QRectF rect) |
| |
new QRectF | MapRectFromItem (IQGraphicsItem item, double x, double y, double w, double h) |
| |
new QRectF | MapRectFromParent (QRectF rect) |
| |
new QRectF | MapRectFromParent (double x, double y, double w, double h) |
| |
new QRectF | MapRectFromScene (QRectF rect) |
| |
new QRectF | MapRectFromScene (double x, double y, double w, double h) |
| |
new QRectF | MapRectToItem (IQGraphicsItem item, QRectF rect) |
| |
new QRectF | MapRectToItem (IQGraphicsItem item, double x, double y, double w, double h) |
| |
new QRectF | MapRectToParent (QRectF rect) |
| |
new QRectF | MapRectToParent (double x, double y, double w, double h) |
| |
new QRectF | MapRectToScene (QRectF rect) |
| |
new QRectF | MapRectToScene (double x, double y, double w, double h) |
| |
new QPainterPath | MapToItem (IQGraphicsItem item, QPainterPath path) |
| |
new QPolygonF | MapToItem (IQGraphicsItem item, QRectF rect) |
| |
new QPolygonF | MapToItem (IQGraphicsItem item, QPolygonF polygon) |
| |
new QPointF | MapToItem (IQGraphicsItem item, QPointF point) |
| |
new QPointF | MapToItem (IQGraphicsItem item, double x, double y) |
| |
new QPolygonF | MapToItem (IQGraphicsItem item, double x, double y, double w, double h) |
| |
new QPolygonF | MapToParent (QPolygonF polygon) |
| |
new QPainterPath | MapToParent (QPainterPath path) |
| |
new QPointF | MapToParent (QPointF point) |
| |
new QPolygonF | MapToParent (QRectF rect) |
| |
new QPointF | MapToParent (double x, double y) |
| |
new QPolygonF | MapToParent (double x, double y, double w, double h) |
| |
new QPolygonF | MapToScene (QPolygonF polygon) |
| |
new QPointF | MapToScene (QPointF point) |
| |
new QPainterPath | MapToScene (QPainterPath path) |
| |
new QPolygonF | MapToScene (QRectF rect) |
| |
new QPointF | MapToScene (double x, double y) |
| |
new QPolygonF | MapToScene (double x, double y, double w, double h) |
| |
new void | MoveBy (double dx, double dy) |
| |
void | Paint (QPainter painter, QStyleOptionGraphicsItem option, QWidget widget=null) |
| |
new void | RemoveSceneEventFilter (IQGraphicsItem filterItem) |
| |
new void | ResetMatrix () |
| |
new void | ResetTransform () |
| |
new void | Rotate (double angle) |
| |
new double | Scale () |
| |
new void | Scale (double sx, double sy) |
| |
new void | Scroll (double dx, double dy) |
| |
new void | Scroll (double dx, double dy, QRectF rect) |
| |
new void | SetActive (bool active) |
| |
new void | SetCacheMode (QGraphicsItem.CacheMode mode, QSize cacheSize) |
| |
new void | SetData (int key, object value) |
| |
new void | SetEnabled (bool enabled) |
| |
new void | SetFlag (QGraphicsItem.GraphicsItemFlag flag, bool enabled=true) |
| |
new void | SetFocus (Qt.FocusReason focusReason=Qt.FocusReason.OtherFocusReason) |
| |
new void | SetMatrix (QMatrix matrix, bool combine=false) |
| |
new void | SetPos (double x, double y) |
| |
new void | SetScale (double scale) |
| |
new void | SetSelected (bool selected) |
| |
new void | SetTransform (QTransform matrix, bool combine=false) |
| |
new void | SetTransformOriginPoint (double ax, double ay) |
| |
new void | SetVisible (bool visible) |
| |
new void | Shear (double sh, double sv) |
| |
new void | Show () |
| |
new void | StackBefore (IQGraphicsItem sibling) |
| |
new QGraphicsObject | ToGraphicsObject () |
| |
new void | Translate (double dx, double dy) |
| |
new void | UngrabKeyboard () |
| |
new void | UngrabMouse () |
| |
new void | UnsetCursor () |
| |
new void | Update () |
| |
new void | Update (QRectF rect) |
| |
new void | Update (double x, double y, double width, double height) |
| |
Static Public Member Functions | |
static string | Tr (string s, string c=null) |
static string | Tr (string s, string c, int n) |
static string | TrUtf8 (string s, string c=null) |
static string | TrUtf8 (string s, string c, int n) |
![]() | |
static string | Tr (string s, string c=null) |
static string | Tr (string s, string c, int n) |
static string | TrUtf8 (string s, string c=null) |
static string | TrUtf8 (string s, string c, int n) |
![]() | |
static bool | Connect (QObject sender, QMetaMethod signal, QObject receiver, QMetaMethod method, Qt.ConnectionType type=Qt.ConnectionType.AutoConnection) |
| |
static bool | Connect (QObject sender, string signal, QObject receiver, string member, Qt.ConnectionType type=Qt.ConnectionType.AutoConnection) |
| |
static bool | Disconnect (QObject sender, QMetaMethod signal, QObject receiver, QMetaMethod member) |
| |
static bool | Disconnect (QObject sender, string signal, QObject receiver, string member) |
| |
static string | Tr (string s, string c=null) |
| |
static string | Tr (string s, string c, int n) |
| |
static string | TrUtf8 (string s, string c=null) |
| |
static string | TrUtf8 (string s, string c, int n) |
| |
![]() | |
static QDataStream | Write (QDataStream s, object p) |
static QDataStream | Write (QDataStream stream, QSizeF size) |
| |
static QDataStream | Write (QDataStream stream, QPoint point) |
| |
static QTextStream | Write (QTextStream s, Qt.FuncQTextStreamQTextStream f) |
static QDataStream | Write (QDataStream stream, QLineF line) |
| |
static QDataStream | Write (QDataStream stream, QPointF point) |
| |
static QDataStream | Write (QDataStream @out, QChar chr) |
| |
static QDataStream | Write (QDataStream @out, QByteArray ba) |
| |
static QDataStream | Write (QDataStream stream, QEasingCurve easing) |
| |
static QDataStream | Write (QDataStream stream, QRectF rectangle) |
| |
static QDataStream | Write (QDataStream @out, QDateTime dateTime) |
| |
static QDataStream | Write (QDataStream @out, QUrl url) |
| |
static QDataStream | Write (QDataStream @out, QTime time) |
| |
static QDataStream | Write (QDataStream arg1, QLocale arg2) |
static QDataStream | Write (QDataStream @out, QBitArray ba) |
| |
static QDataStream | Write (QDataStream s, QUuid id) |
| |
static QDataStream | Write (QDataStream stream, QLine line) |
| |
static QDataStream | Write (QDataStream @out, QDate date) |
| |
static QDataStream | Write (QDataStream @out, QRegExp regExp) |
| |
static QDataStream | Write (QDataStream stream, QRect rectangle) |
| |
static QDataStream | Write (QDataStream stream, QSize size) |
| |
static QDataStream | Write (QDataStream s, QVariant.Type p) |
static QDataStream | Write (QDataStream arg1, string arg2) |
static QDataStream | Write (QDataStream @out, System.Collections.Generic.List< string > list) |
| |
static QDataStream | Read (QDataStream @in, QChar chr) |
| |
static QDataStream | Read (QDataStream arg1, QLocale arg2) |
static QDataStream | Read (QDataStream stream, QRect rectangle) |
| |
static QDataStream | Read (QDataStream arg1, QEasingCurve arg2) |
static QDataStream | Read (QDataStream @in, QDate date) |
| |
static QDataStream | Read (QDataStream @in, QUrl url) |
| |
static QDataStream | Read (QDataStream s, QUuid id) |
| |
static QTextStream | Read (QTextStream s, Qt.FuncQTextStreamQTextStream f) |
static QDataStream | Read (QDataStream stream, QLineF line) |
| |
static QDataStream | Read (QDataStream stream, QRectF rectangle) |
| |
static QDataStream | Read (QDataStream stream, QPointF point) |
| |
static QDataStream | Read (QDataStream stream, QLine line) |
| |
static QDataStream | Read (QDataStream @in, QBitArray ba) |
| |
static QDataStream | Read (QDataStream stream, QSize size) |
| |
static QDataStream | Read (QDataStream @in, QDateTime dateTime) |
| |
static QDataStream | Read (QDataStream @in, QTime time) |
| |
static QDataStream | Read (QDataStream stream, QPoint point) |
| |
static QDataStream | Read (QDataStream @in, QRegExp regExp) |
| |
static QDataStream | Read (QDataStream s, object p) |
static QDataStream | Read (QDataStream @in, QByteArray ba) |
| |
static QDataStream | Read (QDataStream stream, QSizeF size) |
| |
static QDataStream | Read (QDataStream arg1, string arg2) |
static QDataStream | Read (QDataStream s, QVariant.Type p) |
static QDataStream | Read (QDataStream @in, System.Collections.Generic.List< string > list) |
| |
static double | QAcos (double v) |
| |
static void | QAddPostRoutine (System.Action ptr) |
| |
static double | QAsin (double v) |
| |
static double | QAtan (double v) |
| |
static double | QAtan2 (double x, double y) |
| |
static void | QBadAlloc () |
static int | QCeil (double v) |
| |
static ushort | QChecksum (string s, uint len) |
| |
static QByteArray | QCompress (QByteArray data, int compressionLevel=-1) |
| |
static QByteArray | QCompress (Pointer< byte > data, int nbytes, int compressionLevel=-1) |
| |
static double | QCos (double v) |
| |
static double | QExp (double v) |
| |
static double | QFabs (double v) |
static double | QFastCos (double x) |
static double | QFastSin (double x) |
static string | QFlagLocation (string method) |
static int | QFloor (double v) |
| |
static bool | QFuzzyCompare (double p1, double p2) |
static bool | QFuzzyCompare (float p1, float p2) |
static bool | QFuzzyIsNull (double d) |
static bool | QFuzzyIsNull (float f) |
static uint | QHash (QBitArray key) |
| |
static uint | QHash (QChar key) |
| |
static uint | QHash (QStringRef key) |
static uint | QHash (QUrl url) |
| |
static uint | QHash (QPersistentModelIndex index) |
static uint | QHash (QByteArray key) |
| |
static uint | QHash (QModelIndex index) |
static uint | QHash (uint key) |
| |
static uint | QHash (char key) |
| |
static uint | QHash (byte key) |
| |
static uint | QHash (short key) |
| |
static uint | QHash (NativeLong key) |
| |
static uint | QHash (ushort key) |
| |
static uint | QHash (long key) |
| |
static uint | QHash (ulong key) |
| |
static uint | QHash (int key) |
| |
static uint | QHash (string key) |
| |
static uint | QHash (NativeULong key) |
| |
static Qt.ActionQtMsgTypeString | QInstallMsgHandler (Qt.ActionQtMsgTypeString arg1) |
static int | QIntCast (float f) |
static int | QIntCast (double f) |
static bool | QIsFinite (double d) |
static bool | QIsFinite (float f) |
static bool | QIsInf (float f) |
static bool | QIsInf (double d) |
static bool | QIsNaN (float f) |
static bool | QIsNaN (double d) |
static bool | QIsNull (float f) |
static bool | QIsNull (double d) |
static double | QLn (double v) |
| |
static double | QPow (double x, double y) |
| |
static void | QRegisterStaticPluginInstanceFunction (Qt.FuncQObject function) |
| |
static void | QRemovePostRoutine (System.Action arg1) |
static int | QRound (double d) |
static long | QRound64 (double d) |
static double | QSin (double v) |
| |
static double | QSqrt (double v) |
| |
static bool | QStringComparisonHelper (QStringRef s1, string s2) |
static double | QTan (double v) |
| |
static QByteArray | QUncompress (QByteArray data) |
| |
static QByteArray | QUncompress (Pointer< byte > data, int nbytes) |
| |
static void | Qbswap_helper (Pointer< byte > src, Pointer< byte > dest, int size) |
static QByteArray | Qgetenv (string varName) |
static bool | Qputenv (string varName, QByteArray value) |
static void | Qsrand (uint seed) |
static int | Qstrcmp (QByteArray str1, QByteArray str2) |
static int | Qstrcmp (QByteArray str1, string str2) |
static int | Qstrcmp (string str1, QByteArray str2) |
static int | Qstrcmp (string str1, string str2) |
| |
static Pointer< sbyte > | Qstrcpy (Pointer< sbyte > dst, string src) |
| |
static Pointer< sbyte > | Qstrdup (string src) |
| |
static int | Qstricmp (string str1, string str2) |
| |
static uint | Qstrlen (string str) |
| |
static int | Qstrncmp (string str1, string str2, uint len) |
| |
static Pointer< sbyte > | Qstrncpy (Pointer< sbyte > dst, string src, uint len) |
| |
static int | Qstrnicmp (string str1, string str2, uint len) |
| |
static uint | Qstrnlen (string str, uint maxlen) |
| |
static string | QtTrId (string id, int n=-1) |
The QGraphicsSvgItem class is a QGraphicsItem that can be used to render the contents of SVG files.
QGraphicsSvgItem provides a way of rendering SVG files onto QGraphicsView. QGraphicsSvgItem can be created by passing the SVG file to be rendered to its constructor or by explicit setting a shared QSvgRenderer on it.
Note that setting QSvgRenderer on a QGraphicsSvgItem doesn't make the item take ownership of the renderer, therefore if using setSharedRenderer() method one has to make sure that the lifetime of the QSvgRenderer object will be at least as long as that of the QGraphicsSvgItem.
QGraphicsSvgItem provides a way of rendering only parts of the SVG files via the setElementId. If setElementId() method is called, only the SVG element (and its children) with the passed id will be renderer. This provides a convenient way of selectively rendering large SVG files that contain a number of discrete elements. For example the following code renders only jokers from a SVG file containing a whole card deck:
QSvgRenderer *renderer = new QSvgRenderer(QLatin1String("SvgCardDeck.svg"));
QGraphicsSvgItem *black = new QGraphicsSvgItem();
QGraphicsSvgItem *red = new QGraphicsSvgItem();
black->setSharedRenderer(renderer);
black->setElementId(QLatin1String("black_joker"));
red->setSharedRenderer(renderer);
red->setElementId(QLatin1String("red_joker"));
Size of the item can be set via the setSize() method of the bounding rectangle or via direct manipulation of the items transformation matrix.
By default the SVG rendering is cached using QGraphicsItem::DeviceCoordinateCache mode to speedup the display of items. Caching can be disabled by passing QGraphicsItem::NoCache to the QGraphicsItem::setCacheMode() method.
See also QSvgWidget, QtSvg Module, QGraphicsItem, and QGraphicsView.
|
protected |
QtSvg.QGraphicsSvgItem.QGraphicsSvgItem | ( | IQGraphicsItem | parentItem = null | ) |
Constructs a new SVG item with the given parent.
QtSvg.QGraphicsSvgItem.QGraphicsSvgItem | ( | string | fileName, |
IQGraphicsItem | parentItem = null |
||
) |
Constructs a new item with the given parent and loads the contents of the SVG file with the specified fileName.
|
virtual |
Reimplemented from QtGui.QGraphicsObject.
new void QtSvg.QGraphicsSvgItem.Dispose | ( | ) |
|
virtual |
Reimplemented from QGraphicsItem::paint().
Implements QtGui.QGraphicsObject.
new void QtSvg.QGraphicsSvgItem.SetCachingEnabled | ( | bool | caching | ) |
Use QGraphicsItem::setCacheMode() instead. Passing true to this function is equivalent to QGraphicsItem::setCacheMode(QGraphicsItem::DeviceCoordinateCache).
See also isCachingEnabled().
new void QtSvg.QGraphicsSvgItem.SetSharedRenderer | ( | QSvgRenderer | renderer | ) |
Sets renderer to be a shared QSvgRenderer on the item. By using this method one can share the same QSvgRenderer on a number of items. This means that the SVG file will be parsed only once. QSvgRenderer passed to this method has to exist for as long as this item is used.
|
static |
|
static |
|
static |
|
static |
|
get |
Reimplemented from QGraphicsItem::boundingRect().
Returns the bounding rectangle of this item.
|
getset |
This property holds the element's XML ID.
This property was introduced in Qt 4.6.
|
getprotected |
|
get |
Use QGraphicsItem::cacheMode() instead.
|
getset |
This property holds the maximum size of the device coordinate cache for this item.
This property was introduced in Qt 4.6.
|
get |
Returns the currently use QSvgRenderer.
|
staticget |
|
get |
Reimplemented from QGraphicsItem::type().