KanoopGuiQt 1.3.0
Qt GUI utility library
Loading...
Searching...
No Matches
QObjectGraphicsItem Class Reference

Minimal QObject subclass serving as a QObject base for graphics item mixins. More...

#include <qobjectgraphicsitem.h>

+ Inheritance diagram for QObjectGraphicsItem:
+ Collaboration diagram for QObjectGraphicsItem:

Public Member Functions

 QObjectGraphicsItem (QObject *parent=nullptr)
 Construct with an optional parent.
 

Detailed Description

Minimal QObject subclass serving as a QObject base for graphics item mixins.

QObjectGraphicsItem provides a QObject foundation that can be used alongside QGraphicsItem subclasses to add signal/slot support without using QGraphicsObject (which carries additional overhead).

Definition at line 14 of file qobjectgraphicsitem.h.

Constructor & Destructor Documentation

◆ QObjectGraphicsItem()

QObjectGraphicsItem::QObjectGraphicsItem ( QObject *  parent = nullptr)

Construct with an optional parent.

Parameters
parentOptional QObject parent

The documentation for this class was generated from the following file: