SymbolEditor
1.3.0
|
#include "Editor.h"
#include <QAction>
#include <QMouseEvent>
#include <QPainter>
#include <KCharSelect>
#include <math.h>
#include "SymbolEditor.h"
Go to the source code of this file.
Variables | |
const int | pointsRequired [] = {1, 1, 3, 2, 2} |
Implement the Editor class.
Definition in file Editor.cpp.
const int pointsRequired[] = {1, 1, 3, 2, 2} |
The number of points required for commands from Editor::ToolMode
Definition at line 158 of file Editor.cpp.