Go to the documentation of this file.
23 #ifndef SALOME_PYQT_DATAOBJECTLIGHT_H
24 #define SALOME_PYQT_DATAOBJECTLIGHT_H
44 virtual QString
entry()
const;
47 void setRefEntry(
const QString& refEntry );
49 virtual QString
name()
const;
50 virtual QPixmap
icon(
const int = NameId)
const;
51 virtual QString
toolTip(
const int = NameId)
const;
53 bool setName(
const QString& name);
54 void setIcon(
const QString& icon);
55 void setToolTip(
const QString& tooltip);
58 void setColor(
const QColor& color);
69 #endif // SALOME_PYQT_DATAOBJECTLIGHT_H