Vuo  2.0.2
VuoPanelDocumentation.hh
Go to the documentation of this file.
1 
10 #pragma once
11 
12 #include "VuoHeap.h"
13 
17 class VuoPanelDocumentation : public QWidget
18 {
19  Q_OBJECT
20 public:
21  explicit VuoPanelDocumentation(QWidget *parent = 0);
22  virtual QString getSelectedText();
23 
24 signals:
25  void textSelectionChanged();
26 
27 protected:
28  bool event(QEvent *event) VuoWarnUnusedResult;
30 };