Scanframe Modular Application
0.1.0
Loading...
Searching...
No Matches
CodeEditor.h
Go to the documentation of this file.
1
#pragma once
2
#include <
ami/editor/CodeEditor.h
>
3
#include <
ami/iface/PlainTextEditMdi.h
>
4
#include <
misc/qt/Editor.h
>
5
6
namespace
sf
7
{
8
9
class
CodeEditor
10
:
public
Editor
11
,
public
PlainTextEditMdi
12
{
13
public
:
14
CodeEditor
(QWidget* parent);
15
16
bool
canClose
()
override
;
17
};
18
19
}
// namespace sf
CodeEditor.h
Editor.h
PlainTextEditMdi.h
sf::CodeEditor
Definition
CodeEditor.h:12
sf::CodeEditor::CodeEditor
CodeEditor(QWidget *parent)
sf::CodeEditor::canClose
bool canClose() override
Called on a close event. To prevent losing changes made to the document.
sf::Editor
Definition
Editor.h:18
sf::PlainTextEditMdi
Definition
PlainTextEditMdi.h:17
sf
Definition
Application.h:10
src
com
ami
editor
CodeEditor.h
Generated by
1.9.8