QmlJS::IContextPane adapting the interface

closing windows with escape is now stacked again
This commit is contained in:
Thomas Hartmann
2010-07-15 16:40:19 +02:00
parent afda9bb45e
commit c03f2b03b2
4 changed files with 57 additions and 24 deletions

View File

@@ -54,6 +54,7 @@ public:
virtual ~IContextPane() {}
virtual void apply(TextEditor::BaseTextEditorEditable *editor, Document::Ptr doc, const QmlJS::Snapshot &snapshot, AST::Node *node, bool update) = 0;
virtual void setEnabled(bool) = 0;
virtual QWidget* widget() = 0;
};
} // namespace QmlJS