rocs/RocsCore
Go to the documentation of this file.
43 Q_PROPERTY(qreal x READ x WRITE setX)
44 Q_PROPERTY(qreal y READ y WRITE setY)
45 Q_PROPERTY(qreal width READ width WRITE setWidth)
46 Q_PROPERTY(
int id READ identifier)
47 Q_PROPERTY(
QVariant color READ color WRITE setColor)
63 virtual
DataPtr getData() const;
146 bool isVisible() const;
151 int identifier() const;
156 int dataType() const;
193 void setWidth(
double w);
194 void setPos(qreal x, qreal y);
196 void setVisible(
bool visible);
197 void setDataType(
int dataType);
206 void addDynamicProperty(const
QString &property, const
QVariant& value);
213 void removeDynamicProperty(const
QString &property);
215 void updateDynamicProperty(const
QString &property);
217 void renameDynamicProperty(const
QString &oldName, const
QString &newName);
226 void updatePointerList();
231 void remove_property(const
QString &name);
243 void posChanged(const
QPointF &p);
244 void widthChanged(
double w);
245 void colorChanged(const
QColor &c);
246 void visibilityChanged(
bool visible);
247 void useColorChanged(
bool b);
248 void dataTypeChanged(
int dataType);
249 void pointerListChanged();
250 void propertyAdded(const
QString &name);
251 void propertyRemoved(const
QString &name);
252 void propertyChanged(const
QString &name);
265 DataPtr pi(
new T(parent, uniqueIdentifier, dataType));
boost::shared_ptr< DataStructure > DataStructurePtr
boost::shared_ptr< Pointer > PointerPtr
virtual bool eventFilter(QObject *watched, QEvent *event)
boost::shared_ptr< Data > DataPtr
Pointers are connections between two nodes in the data structure.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:16:18 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.