Go to the documentation of this file.
   23 #ifndef SALOME_PYQT_BORROWEDDATAOBJECTLIGHT_H 
   24 #define SALOME_PYQT_BORROWEDDATAOBJECTLIGHT_H 
   47   virtual QString    
entry() 
const;
 
   50   void               setRefEntry( 
const QString& refEntry );
 
   52   virtual QString    
name()    
const;
 
   53   virtual QPixmap    
icon(
const int = NameId)    
const;
 
   54   virtual QString    
toolTip(
const int = NameId) 
const;
 
   56   bool               setName(
const QString& name);
 
   57   void               setIcon(
const QString& icon);
 
   58   void               setToolTip(
const QString& tooltip);
 
   61   void               setColor(
const QColor& color);
 
   72 #endif // SALOME_PYQT_BORROWEDDATAOBJECTLIGHT_H