Vuo  2.0.2
VuoDocumentationSidebar.hh
Go to the documentation of this file.
1 
10 #pragma once
11 
15 class VuoDocumentationSidebar : public QDockWidget
16 {
17  Q_OBJECT
18 
19 public:
20  VuoDocumentationSidebar(QWidget *parent=nullptr);
21  QString getSelectedText();
22 
23 private:
24  void updateColor();
25  static QString generateGlslIsfTitle();
26  static QString generateGlslIsfText();
27 
28  QScrollArea *scrollArea;
29  QLabel *label;
30 };