23 #include <tulip/tulipconf.h> 
   24 #include <tulip/View.h> 
   54   QSet<QGraphicsItem *> _items;
 
   55   QGraphicsView *_graphicsView;
 
   56   QWidget *_centralWidget;
 
   57   QGraphicsItem *_centralWidgetItem;
 
   59   void refreshItemsParenthood();
 
   71   virtual void graphicsViewResized(
int , 
int ) {}
 
   95   void graphDeleted(
Graph *parentGraph) 
override;
 
  134   QPixmap 
snapshot(
const QSize &outputSize = QSize()) 
const override;
 
Interactor provides a way to handle user inputs over a view. Basically, The interactor class is an ov...
 
View plugins provide a way to dynamically add to a Tulip plateform various ways to visualize a graph.