22    , 
public Nano::Observer
 
   29      QGraphicsItem* parentview, QObject* parent);
 
   40  bool isSelected() 
const;
 
   42  void handleDrop(
const QMimeData& mime);
 
   47  void pressed(
const QPointF& arg_1)
 
   48      E_SIGNAL(SCORE_PLUGIN_SCENARIO_EXPORT, pressed, arg_1)
 
   49  void moved(
const QPointF& arg_1) E_SIGNAL(SCORE_PLUGIN_SCENARIO_EXPORT, moved, arg_1)
 
   50  void released(
const QPointF& arg_1)
 
   51      E_SIGNAL(SCORE_PLUGIN_SCENARIO_EXPORT, released, arg_1)
 
   53  void hoverEnter() E_SIGNAL(SCORE_PLUGIN_SCENARIO_EXPORT, hoverEnter)
 
   54  void hoverLeave() E_SIGNAL(SCORE_PLUGIN_SCENARIO_EXPORT, hoverLeave)
 
   57  void updateStateView();
 
 
Definition DocumentContext.hpp:18