#include <MainWindow.h>

Public Member Functions | |
| virtual | ~ScriptTab () |
Protected Member Functions | |
| void | createEditor () |
Protected Attributes | |
| AeslEditor * | editor |
| AeslHighlighter * | highlighter |
Friends | |
| class | MainWindow |
Definition at line 103 of file MainWindow.h.
| virtual Aseba::ScriptTab::~ScriptTab | ( | ) | [inline, virtual] |
Definition at line 106 of file MainWindow.h.
friend class MainWindow [friend] |
Reimplemented in Aseba::NodeTab.
Definition at line 111 of file MainWindow.h.
AeslEditor* Aseba::ScriptTab::editor [protected] |
Definition at line 112 of file MainWindow.h.
AeslHighlighter* Aseba::ScriptTab::highlighter [protected] |
Definition at line 113 of file MainWindow.h.